Sign in
◑
Theme
dawn
/
dawn
/
b92016f6d600daf1bbab88f250ddbae143191c21
/
.
/
test
/
tint
/
binding_array
/
access_as_function_argument.wgsl.expected.fxc.hlsl
blob: 7d02f6e06eefcda39318e6586d05afc886d189e6 [
file
]
Texture2D
<float4>
sampled_textures
[
4
]
:
register
(
t0
);
void
do_texture_load
(
Texture2D
<float4>
t
)
{
float4 texture_load
=
t
.
Load
((
int
(
0
)).
xxx
);
}
void
fs
()
{
do_texture_load
(
sampled_textures
[
int
(
0
)]);
}