Show / Hide Table of Contents

Enum TextureTarget3d

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

Namespace: OpenTK.Graphics.ES30
Assembly: cs.temp.dll.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

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