blob: 8bf9c1f48ddf4b85047448c52d92f911c9001df3 [file]
requires fragment_depth;
@fragment
fn less() -> @builtin(frag_depth) f32 {
return 1.0;
}
@fragment
fn greater() -> @builtin(frag_depth) f32 {
return 1.0;
}