Show / Hide Table of Contents

Enum TextureTarget3d

Used in GL.CompressedTexImage3D, GL.CompressedTexSubImage3D and 10 other functions

Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum TextureTarget3d

Fields

Name Description
Texture2DArray

Original was GL_TEXTURE_2D_ARRAY = 0x8C1A

Texture3D

Original was GL_TEXTURE_3D = 0x806F

Texture3DOes

Original was GL_TEXTURE_3D_OES = 0x806F

In This Article
Back to top Generated by DocFX