Reputation: 483
For all the other shaders there is a VSSetShader or PSSetShader function in the device context but I don't see the equivalent for the geometry shader. Thanks!
Upvotes: 0
Views: 87
Reputation: 6793
You're looking for ID3D11DeviceContext::GSSetShader.
ID3D11DeviceContext::GSSetShader
Upvotes: 2