Kanzi 4.0.0
kanzi::PipelineStateRenderPass::PushState Struct Reference

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.
 

Detailed Description

Contains a record of applied composition state.

Since
Kanzi 4.0.0

Member Data Documentation

◆ colorBlend

bool kanzi::PipelineStateRenderPass::PushState::colorBlend

The color blend state was set.

◆ depthStencil

bool kanzi::PipelineStateRenderPass::PushState::depthStencil

The depth stencil state was set.

◆ rasterization

bool kanzi::PipelineStateRenderPass::PushState::rasterization

The rasterization state was set.

◆ viewportScissor

bool kanzi::PipelineStateRenderPass::PushState::viewportScissor

The viewport scissor state was set.


The documentation for this struct was generated from the following file: