Sign in
dawn
/
dawn
/
74be086259e3c8c2b9759e3f60a710c9ad8e191e
/
.
/
test
/
tint
/
binding_array
/
access_constant.wgsl.expected.fxc.hlsl
blob: 35925bd635b9a6242425dc2a310ca9c12bee1638 [
file
] [
log
] [
blame
]
Texture2D
<float4>
sampled_textures
[
4
]
:
register
(
t0
);
void
fs
()
{
float4 texture_load
=
sampled_textures
[
int
(
0
)].
Load
(
int3
((
int
(
0
)).
xx
,
int
(
0
)));
}