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