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