Show / Hide Table of Contents

Enum OespackedDepthStencil

Not used directly.

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[Obsolete("Use enum with correct capitalisation instead.")]
[CLSCompliant(false)]
public enum OespackedDepthStencil

Fields

Name Description
Depth24Stencil8Oes

Original was GL_DEPTH24_STENCIL8_OES = 0x88F0

DepthStencilOes

Original was GL_DEPTH_STENCIL_OES = 0x84F9

OesPackedDepthStencil

Original was GL_OES_packed_depth_stencil = 1

UnsignedInt248Oes

Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA

In This Article
Back to top Generated by DocFX