Tagged Questions
0
votes
1answer
170 views
Instancing pixel shader parameters — pass instance data through vertex shader?
I'm working on a deferred shader, and I want to use instancing to draw point lights.
From what I understand, I can send the instance data through the vertex shader and pass it through unchanged to ...