randyrand
randyrand

Reputation: 483

Set which geometry shader to use in DirectX11?

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

Answers (1)

MooseBoys
MooseBoys

Reputation: 6793

You're looking for ID3D11DeviceContext::GSSetShader.

Upvotes: 2

Related Questions