Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
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
);
}