Show / Hide Table of Contents

Enum AngleDepthTexture

Not used directly.

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum AngleDepthTexture

Fields

Name Description
Depth24Stencil8Oes

Original was GL_DEPTH24_STENCIL8_OES = 0x88F0

DepthComponent

Original was GL_DEPTH_COMPONENT = 0x1902

DepthComponent16

Original was GL_DEPTH_COMPONENT16 = 0x81A5

DepthComponent32Oes

Original was GL_DEPTH_COMPONENT32_OES = 0x81A7

DepthStencilOes

Original was GL_DEPTH_STENCIL_OES = 0x84F9

UnsignedInt

Original was GL_UNSIGNED_INT = 0x1405

UnsignedInt248Oes

Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA

UnsignedShort

Original was GL_UNSIGNED_SHORT = 0x1403

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX