kopia lustrzana https://github.com/jameshball/osci-render
10 wiersze
119 B
Plaintext
10 wiersze
119 B
Plaintext
![]() |
std::string simpleFragmentShader = R"(
|
||
|
|
||
![]() |
uniform vec4 colour;
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = colour;
|
||
|
}
|
||
![]() |
|
||
|
)";
|