Sign in
dawn
/
dawn
/
0567736dfb04b0dfb51d764201800724aa8df8d2
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
matrix.wgsl.expected.msl
blob: f7064415b7678ca9daa5b19ba23a939f90b7b870 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_module_vars_struct
{
thread float2x3
*
v
;
};
kernel
void
v_1
()
{
thread float2x3 v
=
float2x3
(
0.0f
);
tint_module_vars_struct
const
tint_module_vars
=
tint_module_vars_struct
{.
v
=(&
v
)};
}