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