Sign in
dawn
/
dawn
/
2b3dcf45b75788786753b6abc1f902d2bb4d31c8
/
.
/
test
/
tint
/
shader_io
/
vertex_output_builtins_struct.wgsl.expected.wgsl
blob: 5fe2d8f9b12ced1f2aaa4fff6ebb4e233989dd07 [
file
] [
log
] [
blame
]
struct
VertexOutputs
{
@builtin
(
position
)
position
:
vec4
<f32>
,
}
@stage
(
vertex
)
fn main
()
->
VertexOutputs
{
return
VertexOutputs
(
vec4
<f32>
(
1.0
,
2.0
,
3.0
,
4.0
));
}