Skip to main content

Module target_desc

Module target_desc 

Source
Expand description

Render-target descriptors published for plugin pipeline construction.

Each descriptor captures the colour / depth formats, blend state, and sample count the lib’s corresponding pass uses. A pipeline built against one of these descriptors is compatible with that pass.

Structs§

MaskTargetDesc
Targets used by the outline mask pass (stage 1 of the selection outline).
OitTargetDesc
Targets used by the order-independent transparency (OIT) pass.
OpaqueTargetDesc
Targets used by the main HDR opaque scene pass.
PickTargetDesc
Targets used by the pick-id pass.
ShadowTargetDesc
Targets used by the shadow pass.

Constants§

OIT_ACCUM_BLEND
OIT accum-target blend state: additive (One, One) on color and alpha.
OIT_REVEAL_BLEND
OIT reveal-target blend state: (Zero, OneMinusSrc).