|
Berserk
|
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 |
RHI raster state descriptor.
|
inline |
|
inline |
| RHIPolygonCullMode RHIRasterState::cullMode |
| RHIPolygonFrontFace RHIRasterState::frontFace |
| uint8 RHIRasterState::lineWidth |
| RHIPolygonMode RHIRasterState::mode |