MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / getGLSLVertexShader

Function getGLSLVertexShader

OpenCSG/src/context.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 GLuint getGLSLVertexShader(const char* prog)
147 {
148 return getGLSLShader(GL_VERTEX_SHADER, prog);
149 }
150
151 GLuint getGLSLFragmentShader(const char* prog)
152 {

Callers 1

getGLSLProgramFunction · 0.85

Calls 1

getGLSLShaderFunction · 0.85

Tested by

no test coverage detected