![]() |
|
Properties to configure the rasterization state. More...
#include <graphicsPipeline.h>
Public Attributes | |
| HgiPolygonMode | polygonMode |
| float | lineWidth |
| HgiCullMode | cullMode |
| HgiWinding | winding |
| bool | rasterizerEnabled |
| bool | depthClampEnabled |
| GfVec2f | depthRange |
| bool | conservativeRaster |
| size_t | numClipDistances |
Properties to configure the rasterization state.
Definition at line 167 of file graphicsPipeline.h.
| bool conservativeRaster |
Definition at line 179 of file graphicsPipeline.h.
| HgiCullMode cullMode |
Definition at line 174 of file graphicsPipeline.h.
| bool depthClampEnabled |
Definition at line 177 of file graphicsPipeline.h.
| GfVec2f depthRange |
Definition at line 178 of file graphicsPipeline.h.
| float lineWidth |
Definition at line 173 of file graphicsPipeline.h.
| size_t numClipDistances |
Definition at line 180 of file graphicsPipeline.h.
| HgiPolygonMode polygonMode |
Definition at line 172 of file graphicsPipeline.h.
| bool rasterizerEnabled |
Definition at line 176 of file graphicsPipeline.h.
| HgiWinding winding |
Definition at line 175 of file graphicsPipeline.h.