Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
matrix.wgsl.expected.msl
blob: 1d7b88c6eb1d9dd4cf119a6038a3691d8fa79f56 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v_1
()
{
float2x3 v
=
float2x3
(
0.0f
);
}