Mat
Mat

Reputation: 4501

How to set RenderState in DirectX11?

How Do I set a renderState in DirectX11?

device->SetRenderState() doesn't seem to exist anymore.

Upvotes: 2

Views: 7197

Answers (2)

thalm
thalm

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

Mārtiņš Možeiko
Mārtiņš Možeiko

Reputation: 12917

There are multiple render states in DirectX11:

Which one do you need?

Upvotes: 6

Related Questions