Package org.lwjgl.opengles
Class NVShadowSamplersArray
- java.lang.Object
-
- org.lwjgl.opengles.NVShadowSamplersArray
-
public final class NVShadowSamplersArray extends java.lang.Object
Native bindings to the NV_shadow_samplers_array extension.This extension expands the shadow map capability described in EXT_shadow_samplers to include support for shadow samplers of 2D array textures.
Requires
GLES 2.0
,NV_texture_array
andEXT_shadow_samplers
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SAMPLER_2D_ARRAY_SHADOW_NV
Returned intype
by glGetActiveUniform.
-
-
-
Field Detail
-
GL_SAMPLER_2D_ARRAY_SHADOW_NV
public static final int GL_SAMPLER_2D_ARRAY_SHADOW_NV
Returned intype
by glGetActiveUniform.- See Also:
- Constant Field Values
-
-