Sign in
dawn
/
dawn
/
bfd151d2e6977cc3bcfcd1f2e8fd755a0dcb281a
/
.
/
test
/
tint
/
binding_array
/
access_constant.wgsl.expected.ir.dxc.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
)));
}