Sign in
dawn
/
dawn
/
9bbe28268628e135bfb1a522871660ad1fd16b05
/
.
/
test
/
tint
/
shader_io
/
vertex_output_builtins_struct.wgsl.expected.ir.msl
blob: 1b0e1924ffb6c915da276a990beaa563a1d1b8f1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
VertexOutputs
{
float4 position
[[
position
]];
};
VertexOutputs
tint_symbol
()
{
return
VertexOutputs
{.
position
=
float4
(
1.0f
,
2.0f
,
3.0f
,
4.0f
)};
}