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