Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ConvertType_StructWithMemberDecorations.spvasm.expected.wgsl
blob: 67729f3cd14d2a65914e14e1a24892973ea62da9 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
field0
:
f32
;
[[
size
(
4
)]]
padding
:
u32
;
field1
:
vec2
<f32>
;
field2
:
mat2x2
<f32>
;
};
fn x_100_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn x_100
()
{
x_100_1
();
}