Sign in
dawn
/
dawn
/
ab0f7da790c91c8a46925f9d40c2443a94de59ee
/
.
/
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
;
}