Identifiers for the post-processing / lighting render effects a Render
component can toggle and configure. Each maps to a render feature the host
pre-registers (disabled) in its pipeline; the host reads this component each
frame and flips feature.enabled + pushes settings. Stringly-typed so the
authoring layer (editor) owns the field metadata without the engine needing
to know every knob.
Identifiers for the post-processing / lighting render effects a Render component can toggle and configure. Each maps to a render feature the host pre-registers (disabled) in its pipeline; the host reads this component each frame and flips
feature.enabled+ pushes settings. Stringly-typed so the authoring layer (editor) owns the field metadata without the engine needing to know every knob.