Sign in
dawn
/
tint
/
refs/heads/chromium/4870
/
.
/
test
/
samples
/
function.wgsl.expected.glsl
blob: e3233185e3ad8e432f0e58660e39e6614414c6ed [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision mediump
float
;
void
ep
()
{
}
layout
(
local_size_x
=
2
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
ep
();
return
;
}