Sign in
◑
Theme
dawn
/
dawn
/
ab7c8f170cc62b2a9f0ca71609f812ebea4fa5db
/
.
/
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
)]);
}