Berserk
Public Member Functions | Public Attributes | List of all members
RHIRasterState Class Reference

RHI raster state descriptor. More...

#include <RHIGraphicsPipeline.hpp>

Public Member Functions

 RHIRasterState ()
 
bool operator== (const RHIRasterState &other) const
 

Public Attributes

RHIPolygonMode mode: 2
 
RHIPolygonCullMode cullMode: 3
 
RHIPolygonFrontFace frontFace: 3
 
uint8 lineWidth
 

Detailed Description

RHI raster state descriptor.

Constructor & Destructor Documentation

◆ RHIRasterState()

RHIRasterState::RHIRasterState ( )
inline

Member Function Documentation

◆ operator==()

bool RHIRasterState::operator== ( const RHIRasterState other) const
inline

Member Data Documentation

◆ cullMode

RHIPolygonCullMode RHIRasterState::cullMode

◆ frontFace

RHIPolygonFrontFace RHIRasterState::frontFace

◆ lineWidth

uint8 RHIRasterState::lineWidth

◆ mode

RHIPolygonMode RHIRasterState::mode

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