Sign in
◑
Theme
dawn
/
dawn
/
fdbfb114861a3c5a2c6ef4e336b9efb9da9e2c21
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.msl
blob: 003ac64a109da8da5cbbaf3313dc4d5d9ecf69f9 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v_1
()
{
S v
=
{};
}