Skip to main content

Module graphics

Module graphics 

Source
Expand description

Graphics pipeline types

Structs§

BlendInfo
Specifies color blend state used when rasterization is enabled for any color attachments accessed during rendering.
BlendInfoBuilder
Builder for BlendInfo.
DepthStencilInfo
Specifies the [depth bounds tests], [stencil test], and [depth test] pipeline state.
DepthStencilInfoBuilder
Builder for DepthStencilInfo.
GraphicsPipeline
Opaque representation of a pipeline object.
GraphicsPipelineInfo
Information used to create a GraphicsPipeline instance.
GraphicsPipelineInfoBuilder
Builder for GraphicsPipelineInfo.
StencilMode
Specifies stencil mode during rasterization.

Enums§

BlendInfoBuilderError
Error type for BlendInfoBuilder
DepthStencilInfoBuilderError
Error type for DepthStencilInfoBuilder
GraphicsPipelineInfoBuilderError
Error type for GraphicsPipelineInfoBuilder