Cogs.Core
|
Public Attributes | |
struct EffectVK * | effect |
struct InputLayoutVK * | inputLayout |
struct RenderTargetVK * | renderTarget |
struct DepthStencilTargetVK * | depthStencil |
struct RasterizerStateVK * | rasterizerState |
struct DepthStencilStateVK * | depthStencilState |
struct BlendStateVK * | blendState |
size_t | currentStateHash = 0 |
Definition at line 17 of file ContextStateVK.h.
struct BlendStateVK* Cogs::Vulkan::PipelineState::blendState |
Definition at line 27 of file ContextStateVK.h.
size_t Cogs::Vulkan::PipelineState::currentStateHash = 0 |
Definition at line 29 of file ContextStateVK.h.
struct DepthStencilTargetVK* Cogs::Vulkan::PipelineState::depthStencil |
Definition at line 23 of file ContextStateVK.h.
struct DepthStencilStateVK* Cogs::Vulkan::PipelineState::depthStencilState |
Definition at line 26 of file ContextStateVK.h.
struct EffectVK* Cogs::Vulkan::PipelineState::effect |
Definition at line 19 of file ContextStateVK.h.
struct InputLayoutVK* Cogs::Vulkan::PipelineState::inputLayout |
Definition at line 20 of file ContextStateVK.h.
struct RasterizerStateVK* Cogs::Vulkan::PipelineState::rasterizerState |
Definition at line 25 of file ContextStateVK.h.
struct RenderTargetVK* Cogs::Vulkan::PipelineState::renderTarget |
Definition at line 22 of file ContextStateVK.h.