|
srp
software rendering pipeline
|
#include <context.h>
Public Attributes | |
| SRPWinding | frontFace |
| SRPFace | cullFace |
| SRPPolygonMode | polygonMode |
| float | pointSize |
Rasterizer state
| SRPFace SRPRasterState::cullFace |
Which face(s) should be culled
| SRPWinding SRPRasterState::frontFace |
Which face is considered front-facing
| float SRPRasterState::pointSize |
Size of rasterized point, in pixels
| SRPPolygonMode SRPRasterState::polygonMode |
Polygon rendering mode