dawn-cmake/test/unittest/reader/spirv/SpvModuleScopeVarParserTest...

11 lines
110 B
HLSL

static float2 x_200 = float2(0.0f, 0.0f);
void main_1() {
return;
}
void main() {
main_1();
return;
}