Sign in
dawn
/
dawn
/
cb1a3153aea2fff4eabe79bc89b8411d1b174613
/
.
/
test
/
tint
/
extensions
/
framebuffer_fetch
/
one_output
/
single_input.wgsl
blob: 0dc6592a890441b0fe571b5d555821fc26b54ba9 [
file
]
enable chromium_experimental_framebuffer_fetch
;
@fragment
fn f
(
@color
(
0
)
fbf
:
vec4f
)
->
@location
(
0
)
vec4f
{
return
fbf
;
}