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