Package org.lwjgl.opengles
Class EXTShadowSamplers
- java.lang.Object
-
- org.lwjgl.opengles.EXTShadowSamplers
-
public final class EXTShadowSamplers extends java.lang.ObjectNative bindings to the EXT_shadow_samplers extension.This extension supports comparing the texture R coordinate to a depth texture value returning the result as a float value in the range [0,1]. This can be used to implement shadow maps.
Requires
GLES 2.0.
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_COMPARE_REF_TO_TEXTURE_EXTAccepted by theparamparameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when thepnameparameter is TEXTURE_COMPARE_MODE_EXT.static intGL_SAMPLER_2D_SHADOW_EXTReturned intypeby glGetActiveUniform.static intGL_TEXTURE_COMPARE_FUNC_EXT
GL_TEXTURE_COMPARE_MODE_EXTAccepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.
-
-
-
Field Detail
-
GL_TEXTURE_COMPARE_MODE_EXT, GL_TEXTURE_COMPARE_FUNC_EXT
Accepted by thepnameparameter of TexParameterf, TexParameteri, TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv.
-
GL_COMPARE_REF_TO_TEXTURE_EXT
Accepted by theparamparameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when thepnameparameter is TEXTURE_COMPARE_MODE_EXT.
-
GL_SAMPLER_2D_SHADOW_EXT
Returned intypeby glGetActiveUniform.
-
-