Reputation: 4501
How Do I set a renderState in DirectX11?
device->SetRenderState() doesn't seem to exist anymore.
Upvotes: 2
Views: 7197
Reputation: 2920
These enumerations may be what you are looking for: http://msdn.microsoft.com/en-us/library/windows/desktop/ff476152(v=vs.85).aspx
Upvotes: 0
Reputation: 12917
There are multiple render states in DirectX11:
Which one do you need?
Upvotes: 6