Sign in
dawn
/
dawn
/
b3d38dfc0fc473b40d7b0bb0a170af2587796639
/
.
/
test
/
tint
/
buffer
/
uniform
/
types
/
struct_f32.wgsl.expected.wgsl
blob: 9658b07c8fb402358a960f47a5c7f9b9d9b1afed [
file
] [
log
] [
blame
]
struct
Inner
{
scalar_f32
:
f32
,
vec3_f32
:
vec3
<f32>
,
mat2x4_f32
:
mat2x4
<f32>
,
}
struct
S
{
inner
:
Inner
,
}
@group
(
0
)
@binding
(
0
)
var
<uniform>
u
:
S
;
@compute
@workgroup_size
(
1
)
fn main
()
{
let
x
=
u
;
}