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
 
bool enableIdRender
 
float alphaThreshold
 
bool enableSceneMaterials
 
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 136 of file renderSetupTask.h.

Constructor & Destructor Documentation

◆ HdxRenderTaskParams()

HdxRenderTaskParams ( )
inline

Definition at line 138 of file renderSetupTask.h.

Member Data Documentation

◆ alphaThreshold

float alphaThreshold

Definition at line 196 of file renderSetupTask.h.

◆ aovBindings

HdRenderPassAovBindingVector aovBindings

Definition at line 209 of file renderSetupTask.h.

◆ aovInputBindings

HdRenderPassAovBindingVector aovInputBindings

Definition at line 210 of file renderSetupTask.h.

◆ blendAlphaDstFactor

HdBlendFactor blendAlphaDstFactor

Definition at line 239 of file renderSetupTask.h.

◆ blendAlphaOp

HdBlendOp blendAlphaOp

Definition at line 237 of file renderSetupTask.h.

◆ blendAlphaSrcFactor

HdBlendFactor blendAlphaSrcFactor

Definition at line 238 of file renderSetupTask.h.

◆ blendColorDstFactor

HdBlendFactor blendColorDstFactor

Definition at line 236 of file renderSetupTask.h.

◆ blendColorOp

HdBlendOp blendColorOp

Definition at line 234 of file renderSetupTask.h.

◆ blendColorSrcFactor

HdBlendFactor blendColorSrcFactor

Definition at line 235 of file renderSetupTask.h.

◆ blendConstantColor

GfVec4f blendConstantColor

Definition at line 240 of file renderSetupTask.h.

◆ blendEnable

bool blendEnable

Definition at line 241 of file renderSetupTask.h.

◆ camera

SdfPath camera

Definition at line 257 of file renderSetupTask.h.

◆ cullStyle

HdCullStyle cullStyle

Definition at line 261 of file renderSetupTask.h.

◆ depthBiasConstantFactor

float depthBiasConstantFactor

Definition at line 218 of file renderSetupTask.h.

◆ depthBiasEnable

bool depthBiasEnable

Definition at line 217 of file renderSetupTask.h.

◆ depthBiasSlopeFactor

float depthBiasSlopeFactor

Definition at line 219 of file renderSetupTask.h.

◆ depthBiasUseDefault

bool depthBiasUseDefault

Definition at line 216 of file renderSetupTask.h.

◆ depthFunc

HdCompareFunction depthFunc

Definition at line 221 of file renderSetupTask.h.

◆ depthMaskEnable

bool depthMaskEnable

Definition at line 222 of file renderSetupTask.h.

◆ enableAlphaToCoverage

bool enableAlphaToCoverage

Definition at line 244 of file renderSetupTask.h.

◆ enableClipping

bool enableClipping

Definition at line 199 of file renderSetupTask.h.

◆ enableIdRender

bool enableIdRender

Definition at line 195 of file renderSetupTask.h.

◆ enableLighting

bool enableLighting

Definition at line 194 of file renderSetupTask.h.

◆ enableSceneLights

bool enableSceneLights

Definition at line 198 of file renderSetupTask.h.

◆ enableSceneMaterials

bool enableSceneMaterials

Definition at line 197 of file renderSetupTask.h.

◆ framing

Definition at line 258 of file renderSetupTask.h.

◆ indicatorColor

GfVec4f indicatorColor

Definition at line 203 of file renderSetupTask.h.

◆ maskColor

GfVec4f maskColor

Definition at line 202 of file renderSetupTask.h.

◆ overrideColor

GfVec4f overrideColor

Definition at line 190 of file renderSetupTask.h.

◆ overrideWindowPolicy

std::optional<CameraUtilConformWindowPolicy> overrideWindowPolicy

Definition at line 262 of file renderSetupTask.h.

◆ pointColor

GfVec4f pointColor

Definition at line 192 of file renderSetupTask.h.

◆ pointSelectedSize

float pointSelectedSize

Definition at line 204 of file renderSetupTask.h.

◆ pointSize

float pointSize

Definition at line 193 of file renderSetupTask.h.

◆ resolveAovMultiSample

bool resolveAovMultiSample

Definition at line 252 of file renderSetupTask.h.

◆ stencilEnable

bool stencilEnable

Definition at line 231 of file renderSetupTask.h.

◆ stencilFailOp

HdStencilOp stencilFailOp

Definition at line 228 of file renderSetupTask.h.

◆ stencilFunc

HdCompareFunction stencilFunc

Definition at line 225 of file renderSetupTask.h.

◆ stencilMask

int stencilMask

Definition at line 227 of file renderSetupTask.h.

◆ stencilRef

int stencilRef

Definition at line 226 of file renderSetupTask.h.

◆ stencilZFailOp

HdStencilOp stencilZFailOp

Definition at line 229 of file renderSetupTask.h.

◆ stencilZPassOp

HdStencilOp stencilZPassOp

Definition at line 230 of file renderSetupTask.h.

◆ useAovMultiSample

bool useAovMultiSample

Definition at line 248 of file renderSetupTask.h.

◆ viewport

GfVec4d viewport

Definition at line 260 of file renderSetupTask.h.

◆ wireframeColor

GfVec4f wireframeColor

Definition at line 191 of file renderSetupTask.h.


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