Show / Hide Table of Contents

Enum TextureTarget2d

Not used directly.

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

Fields

Name Description
Texture2D

Original was GL_TEXTURE_2D = 0x0DE1

TextureCubeMapNegativeX

Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516

TextureCubeMapNegativeY

Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518

TextureCubeMapNegativeZ

Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A

TextureCubeMapPositiveX

Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515

TextureCubeMapPositiveY

Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517

TextureCubeMapPositiveZ

Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519

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