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

11 lines
135 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
const int a = 1;
const int b = a;
const int b__ = a;
}