dawn-cmake/test/tint/identifiers/underscore/double/alias.wgsl.expected.hlsl

10 lines
102 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
int c = 0;
int d = 0;
}