Sign in
dawn
/
tint
/
refs/heads/chromium/4756
/
.
/
test
/
expressions
/
splat
/
expression
/
f32.wgsl.expected.msl
blob: 9dd8768fb698244ed56809d35bd9c54af7bd40e8 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2 v2
=
float2
((
1.0f
+
2.0f
));
float3 v3
=
float3
((
1.0f
+
2.0f
));
float4 v4
=
float4
((
1.0f
+
2.0f
));
}