Sign in
dawn
/
dawn
/
58e2fb1253b7b644b5da16ece3a276e89be6e622
/
.
/
test
/
shader_io
/
vertex_output_builtins.wgsl.expected.hlsl
blob: 1c95996b32a3e188c17450c7e712c0d1cc02b7d4 [
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
;
}