public final class ARBTextureCubeMapArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB
Returned by the <type> parameter of GetActiveUniform:
|
static int |
GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB
Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
|
static int |
GL_SAMPLER_CUBE_MAP_ARRAY_ARB
Returned by the <type> parameter of GetActiveUniform:
|
static int |
GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB
Returned by the <type> parameter of GetActiveUniform:
|
static int |
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
|
static int |
GL_TEXTURE_CUBE_MAP_ARRAY_ARB
Accepted by the <target> parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, BindTexture, and GenerateMipmap:
Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
Accepted by the <tex> parameter of GetTexImage:
|
static int |
GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB
Returned by the <type> parameter of GetActiveUniform:
|
public static final int GL_TEXTURE_CUBE_MAP_ARRAY_ARB
public static final int GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
public static final int GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB
public static final int GL_SAMPLER_CUBE_MAP_ARRAY_ARB
public static final int GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB
public static final int GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB
public static final int GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.