Searched defs:gl_shader (Results 1 – 3 of 3) sorted by relevance
35 struct gl_shader { struct36 GLuint program;37 GLuint vertex_shader, fragment_shader;38 GLint proj_uniform;39 GLint tex_uniforms[3];40 GLint alpha_uniform;41 GLint color_uniform;42 const char *vertex_source, *fragment_source;
49 add_library(gl_shader EXCLUDE_FROM_ALL target
2660 struct gl_shader struct2667 gl_shader_stage Stage; argument2668 GLuint Name; /**< AKA the handle */2669 GLint RefCount; /**< Reference count */2670 GLchar *Label; /**< GL_KHR_debug */2671 unsigned char sha1[20]; /**< SHA1 hash of pre-processed source */2672 GLboolean DeletePending;2673 bool IsES; /**< True if this shader uses GLSL ES */2675 enum gl_compile_status CompileStatus;2678 unsigned SourceChecksum; /**< for debug/logging purposes */[all …]