Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
hlsl.y-negate-2.vert
blob: 01fa6ce71e1fabbbaad387dfbdefe463fa7eb503 [
file
] [
log
] [
blame
] [
edit
]
// Test Y negation from entry point out parameter
float4 pos
;
void
main
(
out
float4 position
:
SV_Position
)
{
position
=
pos
;
}