wgpu/naga/tests/in/glsl/931-constant-emitting.frag
2023-10-25 14:25:04 -04:00

13 lines
148 B
GLSL

// AUTHOR: jakobhellermann
// ISSUE: #931
// FIX: #933
#version 450
const int constant = 10;
float function() {
return 0.0;
}
void main() {}