Sign in
dawn
/
dawn
/
81850b7c94de7d14e9c58323b1840d658714a139
/
.
/
test
/
tint
/
extensions
/
fragment_depth
/
basic.wgsl
blob: 3ebe5c4360ad35b3d5f8048cd13b06c4014d8557 [
file
]
requires fragment_depth
;
@fragment
fn less
()
->
@builtin
(
frag_depth
,
less
)
f32
{
return
1.0
;
}
@fragment
fn greater
()
->
@builtin
(
frag_depth
,
greater
)
f32
{
return
1.0
;
}