dawn-cmake/test/bug/tint/782.wgsl.expected.hlsl

15 lines
261 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct tint_array_wrapper {
int arr[2];
};
void foo() {
tint_array_wrapper tint_symbol = (tint_array_wrapper)0;
tint_array_wrapper implict = (tint_array_wrapper)0;
implict = tint_symbol;
}