Home
last modified time | relevance | path

Searched defs:gl_shader (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h2185 struct gl_shader struct
2187 …enum Type; /**< GL_FRAGMENT_SHADER || GL_VERTEX_SHADER || GL_GEOMETRY_SHADER_ARB (first field!) */
2188 GLuint Name; /**< AKA the handle */
2189 GLint RefCount; /**< Reference count */
2190 GLboolean DeletePending;
2191 GLboolean CompileStatus;
2192 const GLchar *Source; /**< Source code string */
2193 GLuint SourceChecksum; /**< for debug/logging purposes */
2194 struct gl_program *Program; /**< Post-compile assembly code */
2195 GLchar *InfoLog;
[all …]