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 184 of file graphicsPipeline.h.
HGI_API HgiRasterizationState::HgiRasterizationState | ( | ) |
bool HgiRasterizationState::conservativeRaster |
Definition at line 196 of file graphicsPipeline.h.
HgiCullMode HgiRasterizationState::cullMode |
Definition at line 191 of file graphicsPipeline.h.
bool HgiRasterizationState::depthClampEnabled |
Definition at line 194 of file graphicsPipeline.h.
GfVec2f HgiRasterizationState::depthRange |
Definition at line 195 of file graphicsPipeline.h.
float HgiRasterizationState::lineWidth |
Definition at line 190 of file graphicsPipeline.h.
size_t HgiRasterizationState::numClipDistances |
Definition at line 197 of file graphicsPipeline.h.
HgiPolygonMode HgiRasterizationState::polygonMode |
Definition at line 189 of file graphicsPipeline.h.
bool HgiRasterizationState::rasterizerEnabled |
Definition at line 193 of file graphicsPipeline.h.
HgiWinding HgiRasterizationState::winding |
Definition at line 192 of file graphicsPipeline.h.