Sign in
dawn
/
dawn
/
2b3dcf45b75788786753b6abc1f902d2bb4d31c8
/
.
/
test
/
tint
/
shader_io
/
fragment_output_builtins_struct.wgsl.expected.wgsl
blob: 500a094b4584c0ccd308602c6088ab99b7282cb5 [
file
] [
log
] [
blame
]
struct
FragmentOutputs
{
@builtin
(
frag_depth
)
frag_depth
:
f32
,
@builtin
(
sample_mask
)
sample_mask
:
u32
,
}
@stage
(
fragment
)
fn main
()
->
FragmentOutputs
{
return
FragmentOutputs
(
1.0
,
1u
);
}