r_bloom_modulate

Vulkan

Modulate extracted color: 0: off (color = color, i.e. no changes) 1: by itself (color = color * color) 2: by intensity (color = color * luma(color))

At a glance

Field Value
Category Graphics & rendering
Feature family Bloom
Module renderer
Also registered in renderer
Renderer rd-vulkan
Network scope client-only — Local to the client/UI/renderer.
Derivation documented
Confidence high
In-game xdocs No
In-game menu No
Default 0
Value type enum
Restart No latch flag is registered.
Cheat protected No

Values

Value Meaning Evidence
0 Off (color = color, i.e. no changes). codemp/rd-vulkan/tr_init.cpp:945
1 By itself (color = color * color). codemp/rd-vulkan/tr_init.cpp:945
2 By intensity (color = color * luma(color)). codemp/rd-vulkan/tr_init.cpp:945

Flags

Provenance

Origin: Vulkan

Dated project introductions

Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.

Project Authored PR opened Integrated Commit Relationship
Vulkan 2023-10-26 2023-10-26 e0d1076c4507 Ultimate origin
TaystJK 2023-10-26 2023-10-27 85114c9abfce Other project appearance
jaPRO 2023-10-26 2023-10-27 85114c9abfce Other project appearance
NewJK / NewMod 2026-08-09 2026-08-09 686cbf9b649b Other project appearance

Evidence