5 lines
81 B
GLSL
5 lines
81 B
GLSL
@test(testDataName) {testDataName section}
|
|
half4 main() {
|
|
return half4(1);
|
|
}
|