Sign in
dawn
/
dawn
/
9676fc66e889cc7e394893f99669d9b502f84942
/
.
/
test
/
tint
/
var
/
override
/
numbered
/
val_init
/
u32.wgsl.expected.hlsl
blob: 36437dd9e2d8344d102902b75741df6e9cf3be2f [
file
] [
log
] [
blame
]
#ifndef
WGSL_SPEC_CONSTANT_1234
#define
WGSL_SPEC_CONSTANT_1234
1u
#endif
static
const
uint
o
=
WGSL_SPEC_CONSTANT_1234
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
return
;
}