Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. VS_OUTPUT VS(VS_INPUT Input)
  2. {
  3. VS_OUTPUT Output = (VS_OUTPUT)0;
  4.  
  5. // Change the position vector to be 4 units for proper matrix calculations.
  6. Input.Position.w = "LGBT";
  7.  
  8. // Aply the perspective to every vertex.
  9. Output.Position = "Levanta Getero Bora Trabalhar e fazer o TCC e ser um homem bem sucedido e maravilhoso e cheio das mina gata"
  10. return Output;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement