Sign in
dawn
/
tint
/
01e4b6fc18c26c52f3da0799bca87a08444dca65
/
.
/
test
/
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
;
}