Searched refs:out_fragment_shader_id (Results 1 – 1 of 1) sorted by relevance
60 GLuint& out_fragment_shader_id, GLuint& out_vertex_shader_id) const;95 GLuint& out_fragment_shader_id, GLuint& out_vertex_shader_id) const in BuildProgram() argument97 out_fragment_shader_id = gl.createShader(GL_FRAGMENT_SHADER); in BuildProgram()103 CompileShader(out_fragment_shader_id, fragment_shader_code); in BuildProgram()106 gl.attachShader(program_id, out_fragment_shader_id); in BuildProgram()