Package org.lwjgl.opengles
Class DMPShaderBinary
- java.lang.Object
-
- org.lwjgl.opengles.DMPShaderBinary
-
public final class DMPShaderBinary extends java.lang.Object
Native bindings to the DMP_shader_binary extension.This extension enables loading precompiled binary shaders compatible with chips designed by Digital Media Professionals Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SHADER_BINARY_DMP
Accepted by thebinaryformat
parameter of ShaderBinary.
-
-
-
Field Detail
-
GL_SHADER_BINARY_DMP
public static final int GL_SHADER_BINARY_DMP
Accepted by thebinaryformat
parameter of ShaderBinary.- See Also:
- Constant Field Values
-
-