Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec2
/
bool.wgsl.expected.msl
blob: 8ec9cc861f6595d307e788e5647f90a142a012a5 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
f
()
{
bool2 v
=
bool2
(
false
);
}