Java org.lwjgl.opengl ARBTextureCubeMap fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl ARBTextureCubeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl ARBTextureCubeMap.

The text is from its open source code.

Field

intGL_NORMAL_MAP_ARB
Accepted by the param parameters of TexGend, TexGenf, and TexGeni when pname parameter is TEXTURE_GEN_MODE.
intGL_TEXTURE_CUBE_MAP_ARB
When the pname parameter of TexGendv, TexGenfv, and TexGeniv is TEXTURE_GEN_MODE, then the array params may also contain NORMAL_MAP_ARB or REFLECTION_MAP_ARB.
intGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB
Accepted by the target parameter of GetTexImage, GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D, CopyTexImage2D, TexSubImage2D, and CopySubTexImage2D.