Sign in
dawn
/
dawn
/
6cc183c85a24e8dafbba87fd0f242ede0810f478
/
.
/
test
/
tint
/
builtins
/
modf
/
scalar
/
const_members.wgsl.expected.glsl
blob: 70ef0507179f7b9b59e12c1bf91d3e19cbc223dd [
file
] [
log
] [
blame
]
#version 310 es
void
tint_symbol
()
{
float
tint_symbol_2
=
0.25f
;
float
whole
=
1.0f
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}