Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ConvertType_StructWithBlockDecoration.spvasm.expected.wgsl
blob: a7f1f27584ded820c274342df8dcbfb8f22d964a [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
field0
:
u32
;
};
fn x_100_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn x_100
()
{
x_100_1
();
}