Cogs.Core
|
Public Attributes | |
EffectD3D12 * | currentEffect |
InputLayoutD3D12 * | currentInputLayout |
BlendStateD3D12 * | currentBlendState |
RasterizerStateD3D12 * | currentRasterizerState |
DepthStencilStateD3D12 * | currentDepthStencilState |
RenderTargetD3D12 * | currentRenderTarget |
DepthStencilTargetD3D12 * | currentDepthStencil |
size_t | currentStateHash = 0 |
bool | dirty = true |
Definition at line 19 of file ContextStateD3D12.h.
BlendStateD3D12* Cogs::Direct3D12::PipelineState::currentBlendState |
Definition at line 24 of file ContextStateD3D12.h.
DepthStencilTargetD3D12* Cogs::Direct3D12::PipelineState::currentDepthStencil |
Definition at line 29 of file ContextStateD3D12.h.
DepthStencilStateD3D12* Cogs::Direct3D12::PipelineState::currentDepthStencilState |
Definition at line 26 of file ContextStateD3D12.h.
EffectD3D12* Cogs::Direct3D12::PipelineState::currentEffect |
Definition at line 21 of file ContextStateD3D12.h.
InputLayoutD3D12* Cogs::Direct3D12::PipelineState::currentInputLayout |
Definition at line 22 of file ContextStateD3D12.h.
RasterizerStateD3D12* Cogs::Direct3D12::PipelineState::currentRasterizerState |
Definition at line 25 of file ContextStateD3D12.h.
RenderTargetD3D12* Cogs::Direct3D12::PipelineState::currentRenderTarget |
Definition at line 28 of file ContextStateD3D12.h.
size_t Cogs::Direct3D12::PipelineState::currentStateHash = 0 |
Definition at line 31 of file ContextStateD3D12.h.
bool Cogs::Direct3D12::PipelineState::dirty = true |
Definition at line 32 of file ContextStateD3D12.h.