mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
11 lines
276 B
C
11 lines
276 B
C
//this file is autogenerated using stringify.bat (premake --stringify) in the build folder of this project
|
|
static const char* linesFragmentShader= \
|
|
"#version 150\n"
|
|
"in vec4 colourV;\n"
|
|
"out vec4 fragColour;\n"
|
|
"void main(void)\n"
|
|
"{\n"
|
|
" fragColour = colourV;\n"
|
|
"}\n"
|
|
;
|