Sign in
dawn
/
tint.git
/
cebbce059673a794b021afd5b83349a0be603e5c
/
.
/
test
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.hlsl
blob: 0f641c82d265150ea714c3126ce78b14a06060b9 [
file
]
struct
S
{
int
i
;
};
static
S V
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
V
.
i
=
5
;
return
;
}