Home | History | Annotate | Download | only in functional

Lines Matching full:shader2

235 	GLuint shader2 = ctx.glCreateShader(GL_VERTEX_SHADER);
273 ctx.glAttachShader(program, shader2);
279 ctx.glDeleteShader(shader2);