Package org.lwjgl.opengles
Class ARMMaliShaderBinary
- java.lang.Object
-
- org.lwjgl.opengles.ARMMaliShaderBinary
-
public final class ARMMaliShaderBinary extends java.lang.ObjectNative bindings to the ARM_mali_shader_binary extension.This extension enables OpenGL ES 2.0 applications running on ARM Mali graphics cores to use shaders precompiled with the Mali ESSL shader compiler.
The shader objects loaded with this extension are equivalent to shaders created from source, i.e. there are no additional restrictions on which other shader objects they can be linked to, nor on which OpenGL ES states they can be used with.
Requires
GLES 2.0.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_MALI_SHADER_BINARY_ARMAccepted by thebinaryFormatparameter of ShaderBinary.
-
-
-
Field Detail
-
GL_MALI_SHADER_BINARY_ARM
public static final int GL_MALI_SHADER_BINARY_ARM
Accepted by thebinaryFormatparameter of ShaderBinary.- See Also:
- Constant Field Values
-
-