Sign in
dawn
/
dawn
/
0b39270e01ce2327dd8c01d8d7192e823cec4424
/
.
/
test
/
statements
/
assign
/
phony
/
uniform_buffer.wgsl.expected.glsl
blob: 51b42133dd76fbde73eee090c592922b32070a9f [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
struct
S
{
int
i
;
};
layout
(
binding
=
0
)
uniform S_1
{
int
i
;
}
u
;
void
tint_symbol
()
{
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}