HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
HGI_API | HgiRasterizationState () |
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.
HGI_API HgiRasterizationState::HgiRasterizationState | ( | ) |
bool HgiRasterizationState::conservativeRaster |
Definition at line 179 of file graphicsPipeline.h.
HgiCullMode HgiRasterizationState::cullMode |
Definition at line 174 of file graphicsPipeline.h.
bool HgiRasterizationState::depthClampEnabled |
Definition at line 177 of file graphicsPipeline.h.
GfVec2f HgiRasterizationState::depthRange |
Definition at line 178 of file graphicsPipeline.h.
float HgiRasterizationState::lineWidth |
Definition at line 173 of file graphicsPipeline.h.
size_t HgiRasterizationState::numClipDistances |
Definition at line 180 of file graphicsPipeline.h.
HgiPolygonMode HgiRasterizationState::polygonMode |
Definition at line 172 of file graphicsPipeline.h.
bool HgiRasterizationState::rasterizerEnabled |
Definition at line 176 of file graphicsPipeline.h.
HgiWinding HgiRasterizationState::winding |
Definition at line 175 of file graphicsPipeline.h.