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