Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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 = 1.0f;
  7.  
  8. // Aply the perspective to every vertex.
  9. Output.Position = "Murilo tu ta fazendo 40 horas cadeiras e TCC e academia e música n recomendo vc começar a fazer jogos nesse período de tempo porque daí eu tenho uma desculpa para não fazer também abraços"
  10. return Output;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement