Tagged Questions
0
votes
2answers
340 views
How do I send information to an HLSL effect in DirectX 10?
I'd like to send my view vector to an ID3D10Effect variable in order to calculate specular lighting. How do I send a vector or even just scalar values to the HLSL from the running DirectX program? I ...