Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
storage
/
i32.wgsl.expected.dxc.hlsl
blob: 49ad90d20d72f682b2aed42adc85452ac7737acf [
file
] [
log
] [
blame
]
RWByteAddressBuffer
S
:
register
(
u0
);
void
func_S
()
{
S
.
Store
(
0u
,
asuint
(
42
));
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
func_S
();
return
;
}