dawn-cmake/test/ptr_ref/copy/ptr_copy.spvasm.expected.hlsl

11 lines
107 B
HLSL

void main_1() {
uint x_10 = 0u;
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}