13 lines
154 B
GLSL
13 lines
154 B
GLSL
|
#ifdef __cplusplus
|
||
|
#include <string>
|
||
|
std::string shader_test_frag = R"("
|
||
|
#endif
|
||
|
#version 100
|
||
|
|
||
|
void main() {
|
||
|
|
||
|
}
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
")";
|
||
|
#endif
|