COSC-3P98-Final-Project/include/shaders/test.vert

13 lines
154 B
GLSL
Raw Normal View History

2023-02-08 23:23:42 -05:00
#ifdef __cplusplus
#include <string>
std::string shader_test_vert = R"("
#endif
#version 100
void main() {
}
#ifdef __cplusplus
")";
#endif