Berserk
Public Attributes | List of all members
RHIGraphicsPipelineDesc Class Reference

Graphics pipeline descriptor. More...

#include <RHIGraphicsPipeline.hpp>

Collaboration diagram for RHIGraphicsPipelineDesc:
Collaboration graph
[legend]

Public Attributes

RHIDepthStencilState depthStencilState
 
RHIRasterState rasterState
 
RHIBlendState blendState
 
RHIPrimitivesType primitivesType
 
Ref< RHIShadershader
 
Ref< RHIVertexDeclarationdeclaration
 
Ref< RHIRenderPassrenderPass
 

Detailed Description

Graphics pipeline descriptor.

Member Data Documentation

◆ blendState

RHIBlendState RHIGraphicsPipelineDesc::blendState

◆ declaration

Ref<RHIVertexDeclaration> RHIGraphicsPipelineDesc::declaration

◆ depthStencilState

RHIDepthStencilState RHIGraphicsPipelineDesc::depthStencilState

◆ primitivesType

RHIPrimitivesType RHIGraphicsPipelineDesc::primitivesType

◆ rasterState

RHIRasterState RHIGraphicsPipelineDesc::rasterState

◆ renderPass

Ref<RHIRenderPass> RHIGraphicsPipelineDesc::renderPass

◆ shader

Ref<RHIShader> RHIGraphicsPipelineDesc::shader

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