Sign in
dawn
/
tint
/
af89c729ed65621f1a053ce2859f8a54c328db3f
/
.
/
test
/
shader_io
/
vertex_output_builtins.wgsl.expected.hlsl
blob: 5a48b147b8d24fd51a703b28e2b79d16a750f123 [
file
] [
log
] [
blame
]
struct
tint_symbol
{
float4 value
:
SV_Position
;
};
tint_symbol main
()
{
const
tint_symbol tint_symbol_1
=
{
float4
(
1.0f
,
2.0f
,
3.0f
,
4.0f
)};
return
tint_symbol_1
;
}