Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
splat
/
with_swizzle
/
f32.wgsl.expected.glsl
blob: 612d183eb3eb4a0f83d549a30cd143f4ceb59e49 [
file
] [
log
] [
blame
]
#version 310 es
void
f
()
{
float
a
=
1.0f
;
float
b
=
1.0f
;
float
c
=
1.0f
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}