Contains a record of applied composition state. More...
#include <kanzi/core.ui/graphics3d/pipeline_state_render_pass.hpp>
Public Attributes | |
| bool | colorBlend |
| The color blend state was set. | |
| bool | depthStencil |
| The depth stencil state was set. | |
| bool | rasterization |
| The rasterization state was set. | |
| bool | viewportScissor |
| The viewport scissor state was set. | |
Contains a record of applied composition state.
| bool kanzi::PipelineStateRenderPass::PushState::colorBlend |
The color blend state was set.
| bool kanzi::PipelineStateRenderPass::PushState::depthStencil |
The depth stencil state was set.
| bool kanzi::PipelineStateRenderPass::PushState::rasterization |
The rasterization state was set.
| bool kanzi::PipelineStateRenderPass::PushState::viewportScissor |
The viewport scissor state was set.