Field Summary |
|
final public static int | COMPILE_ERROR Indicates that an error occurred while compiling a shader. |
final public static int | LINK_ERROR Indicates that an error occurred while linking a shader. |
final public static int | NO_ERROR Indicates that no error occurred. |
final public static int | SHADER_ATTRIBUTE_LOOKUP_ERROR Indicates a error in looking up the location of a uniform
shader attribute name within a given shader program. |
final public static int | SHADER_ATTRIBUTE_NAME_NOT_SET_ERROR Indicates a error caused by a ShaderAttribute whose name does not
appear in the list of shader attribute names in the corresponding
ShaderProgram object. |
final public static int | SHADER_ATTRIBUTE_TYPE_ERROR Indicates a error in the type of the attribute versus what the shader
program was expecting. |
final public static int | UNSUPPORTED_LANGUAGE_ERROR Indicates that the specified shading language is not supported
on the screen display device. |
final public static int | VERTEX_ATTRIBUTE_LOOKUP_ERROR Indicates a error in looking up a vertex attribute
name within a given shader program. |