linesPS.h 276 B

12345678910
  1. //this file is autogenerated using stringify.bat (premake --stringify) in the build folder of this project
  2. static const char* linesFragmentShader= \
  3. "#version 150\n"
  4. "in vec4 colourV;\n"
  5. "out vec4 fragColour;\n"
  6. "void main(void)\n"
  7. "{\n"
  8. " fragColour = colourV;\n"
  9. "}\n"
  10. ;