|
enum | Enum : unsigned {
RenderTargets = 1<<0,
Viewports = 1<<1,
DepthStencilState = 1<<2,
BlendState = 1<<3,
RasterizerState = 1<<4,
Topology = 1<<5,
InputLayout = 1<<6,
VertexBuffer = 1<<7,
IndexBuffer = 1<<8
} |
|
using | BitField = unsigned |
|
The documentation for this struct was generated from the following file: