Searched defs:gl_shader (Results 1 – 2 of 2) sorted by relevance
142 struct gl_shader struct149 gl_shader_stage Stage; argument150 GLuint Name; /**< AKA the handle */151 GLint RefCount; /**< Reference count */152 GLchar *Label; /**< GL_KHR_debug */153 GLboolean DeletePending;154 bool IsES; /**< True if this shader uses GLSL ES */155 bool has_implicit_conversions;156 bool has_implicit_int_to_uint_conversion;158 enum gl_compile_status CompileStatus;[all …]
50 GlShader* gl_shader) { in CompileShader()