Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
extensions
/
fragment_depth
/
basic.wgsl.expected.wgsl
blob: bdf78c80715ada077c6e1abb34f7e9e23a184263 [
file
] [
log
] [
blame
]
requires fragment_depth
;
@fragment
fn any
()
->
@builtin
(
frag_depth
)
f32
{
return
1.0
;
}
@fragment
fn less
()
->
@builtin
(
frag_depth
)
f32
{
return
1.0
;
}
@fragment
fn greater
()
->
@builtin
(
frag_depth
)
f32
{
return
1.0
;
}