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§
- Mask
Target Desc - Targets used by the outline mask pass (stage 1 of the selection outline).
- OitTarget
Desc - Targets used by the order-independent transparency (OIT) pass.
- Opaque
Target Desc - Targets used by the main HDR opaque scene pass.
- Pick
Target Desc - Targets used by the pick-id pass.
- Shadow
Target Desc - 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).