|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Rasterization state configuration. More...
#include <RenderFlow.hpp>
Collaboration diagram for MayaFlux::Portal::Graphics::RasterizationConfig:Public Member Functions | |
| RasterizationConfig ()=default | |
Public Attributes | |
| PolygonMode | polygon_mode = PolygonMode::FILL |
| CullMode | cull_mode = CullMode::BACK |
| bool | front_face_ccw = true |
| float | line_width = 1.0F |
| bool | depth_clamp = false |
| bool | depth_bias = false |
Rasterization state configuration.
Definition at line 39 of file RenderFlow.hpp.