Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec2f32-vec2f32.wgsl.expected.msl
blob: 0e64045780bc61f097b69903305bd4ab6d154e16 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
f
()
{
float2
const
b
=
float2
(
2.003662109375f
,
-
513.03125f
);
}