Loading...
Searching...
No Matches
HdxRenderTaskParams Class Reference

RenderTask parameters (renderpass state). More...

#include <renderSetupTask.h>

Public Attributes

GfVec4f overrideColor
 
GfVec4f wireframeColor
 
GfVec4f pointColor
 
float pointSize
 
bool enableLighting
 
float alphaThreshold
 
bool enableSceneLights
 
bool enableClipping
 
GfVec4f maskColor
 
GfVec4f indicatorColor
 
float pointSelectedSize
 
HdRenderPassAovBindingVector aovBindings
 
HdRenderPassAovBindingVector aovInputBindings
 
bool depthBiasUseDefault
 
bool depthBiasEnable
 
float depthBiasConstantFactor
 
float depthBiasSlopeFactor
 
HdCompareFunction depthFunc
 
bool depthMaskEnable
 
HdCompareFunction stencilFunc
 
int stencilRef
 
int stencilMask
 
HdStencilOp stencilFailOp
 
HdStencilOp stencilZFailOp
 
HdStencilOp stencilZPassOp
 
bool stencilEnable
 
HdBlendOp blendColorOp
 
HdBlendFactor blendColorSrcFactor
 
HdBlendFactor blendColorDstFactor
 
HdBlendOp blendAlphaOp
 
HdBlendFactor blendAlphaSrcFactor
 
HdBlendFactor blendAlphaDstFactor
 
GfVec4f blendConstantColor
 
bool blendEnable
 
bool enableAlphaToCoverage
 
bool useAovMultiSample
 
bool resolveAovMultiSample
 
SdfPath camera
 
CameraUtilFraming framing
 
GfVec4d viewport
 
HdCullStyle cullStyle
 
std::optional< CameraUtilConformWindowPolicy > overrideWindowPolicy
 

Detailed Description

RenderTask parameters (renderpass state).

Definition at line 120 of file renderSetupTask.h.

Constructor & Destructor Documentation

◆ HdxRenderTaskParams()

HdxRenderTaskParams ( )
inline

Definition at line 122 of file renderSetupTask.h.

Member Data Documentation

◆ alphaThreshold

float alphaThreshold

Definition at line 177 of file renderSetupTask.h.

◆ aovBindings

HdRenderPassAovBindingVector aovBindings

Definition at line 189 of file renderSetupTask.h.

◆ aovInputBindings

HdRenderPassAovBindingVector aovInputBindings

Definition at line 190 of file renderSetupTask.h.

◆ blendAlphaDstFactor

HdBlendFactor blendAlphaDstFactor

Definition at line 219 of file renderSetupTask.h.

◆ blendAlphaOp

HdBlendOp blendAlphaOp

Definition at line 217 of file renderSetupTask.h.

◆ blendAlphaSrcFactor

HdBlendFactor blendAlphaSrcFactor

Definition at line 218 of file renderSetupTask.h.

◆ blendColorDstFactor

HdBlendFactor blendColorDstFactor

Definition at line 216 of file renderSetupTask.h.

◆ blendColorOp

HdBlendOp blendColorOp

Definition at line 214 of file renderSetupTask.h.

◆ blendColorSrcFactor

HdBlendFactor blendColorSrcFactor

Definition at line 215 of file renderSetupTask.h.

◆ blendConstantColor

GfVec4f blendConstantColor

Definition at line 220 of file renderSetupTask.h.

◆ blendEnable

bool blendEnable

Definition at line 221 of file renderSetupTask.h.

◆ camera

SdfPath camera

Definition at line 237 of file renderSetupTask.h.

◆ cullStyle

HdCullStyle cullStyle

Definition at line 241 of file renderSetupTask.h.

◆ depthBiasConstantFactor

float depthBiasConstantFactor

Definition at line 198 of file renderSetupTask.h.

◆ depthBiasEnable

bool depthBiasEnable

Definition at line 197 of file renderSetupTask.h.

◆ depthBiasSlopeFactor

float depthBiasSlopeFactor

Definition at line 199 of file renderSetupTask.h.

◆ depthBiasUseDefault

bool depthBiasUseDefault

Definition at line 196 of file renderSetupTask.h.

◆ depthFunc

HdCompareFunction depthFunc

Definition at line 201 of file renderSetupTask.h.

◆ depthMaskEnable

bool depthMaskEnable

Definition at line 202 of file renderSetupTask.h.

◆ enableAlphaToCoverage

bool enableAlphaToCoverage

Definition at line 224 of file renderSetupTask.h.

◆ enableClipping

bool enableClipping

Definition at line 179 of file renderSetupTask.h.

◆ enableLighting

bool enableLighting

Definition at line 176 of file renderSetupTask.h.

◆ enableSceneLights

bool enableSceneLights

Definition at line 178 of file renderSetupTask.h.

◆ framing

Definition at line 238 of file renderSetupTask.h.

◆ indicatorColor

GfVec4f indicatorColor

Definition at line 183 of file renderSetupTask.h.

◆ maskColor

GfVec4f maskColor

Definition at line 182 of file renderSetupTask.h.

◆ overrideColor

GfVec4f overrideColor

Definition at line 172 of file renderSetupTask.h.

◆ overrideWindowPolicy

std::optional<CameraUtilConformWindowPolicy> overrideWindowPolicy

Definition at line 242 of file renderSetupTask.h.

◆ pointColor

GfVec4f pointColor

Definition at line 174 of file renderSetupTask.h.

◆ pointSelectedSize

float pointSelectedSize

Definition at line 184 of file renderSetupTask.h.

◆ pointSize

float pointSize

Definition at line 175 of file renderSetupTask.h.

◆ resolveAovMultiSample

bool resolveAovMultiSample

Definition at line 232 of file renderSetupTask.h.

◆ stencilEnable

bool stencilEnable

Definition at line 211 of file renderSetupTask.h.

◆ stencilFailOp

HdStencilOp stencilFailOp

Definition at line 208 of file renderSetupTask.h.

◆ stencilFunc

HdCompareFunction stencilFunc

Definition at line 205 of file renderSetupTask.h.

◆ stencilMask

int stencilMask

Definition at line 207 of file renderSetupTask.h.

◆ stencilRef

int stencilRef

Definition at line 206 of file renderSetupTask.h.

◆ stencilZFailOp

HdStencilOp stencilZFailOp

Definition at line 209 of file renderSetupTask.h.

◆ stencilZPassOp

HdStencilOp stencilZPassOp

Definition at line 210 of file renderSetupTask.h.

◆ useAovMultiSample

bool useAovMultiSample

Definition at line 228 of file renderSetupTask.h.

◆ viewport

GfVec4d viewport

Definition at line 240 of file renderSetupTask.h.

◆ wireframeColor

GfVec4f wireframeColor

Definition at line 173 of file renderSetupTask.h.


The documentation for this class was generated from the following file: