Sign in
dawn
/
tint
/
f748f2ae222ffcd6f20c7d78a4922c07f2880a5d
/
.
/
test
/
var
/
override
/
numbered
/
zero_init
/
bool.wgsl.expected.hlsl
blob: 86e9b98f8731b7ca20f4cb2dbae000ac7b8148be [
file
] [
log
] [
blame
]
#ifndef
WGSL_SPEC_CONSTANT_1234
#define
WGSL_SPEC_CONSTANT_1234
false
#endif
static
const
bool
o
=
WGSL_SPEC_CONSTANT_1234
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
return
;
}