dawn-cmake/test/tint/access/let/matrix.spvasm.expected.fxc....

11 lines
116 B
HLSL
Raw Normal View History

void main_1() {
const float x_24 = 5.0f;
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}