r_DynamicGlowAllStages
Vulkan
In Vanilla certain glow stages are skipped, render those anyway
At a glance
| Field | Value |
|---|---|
| Category | Graphics & rendering |
| 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 | bool |
| Restart | Yes; the value is latched. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/rd-vulkan/tr_shader.cpp:3510 |
1 |
Enabled. | codemp/rd-vulkan/tr_shader.cpp:3510 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-createdCVAR_LATCH— latched until the relevant subsystem or map is restarted
Provenance
Origin: Vulkan
- Ultimate-origin introduction:
3e62987235a8in Vulkan (content authored2023-09-03, integrated2023-09-03) - TaystJK integration evidence:
a435f91de078 - Upstream registration evidence: codemp/rd-vulkan/tr_init.cpp:794
- Attribution method:
introduction-commit-explicit-credit - Attribution confidence:
high
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-09-03 |
— | 2023-09-03 |
3e62987235a8 |
Ultimate origin |
| TaystJK | 2023-09-03 |
— | 2023-09-24 |
a435f91de078 |
Other project appearance |
| jaPRO | 2023-09-03 |
— | 2023-09-24 |
a435f91de078 |
Other project appearance |
| NewJK / NewMod | 2026-08-09 |
— | 2026-08-09 |
686cbf9b649b |
Other project appearance |
Evidence
- registration: codemp/rd-vulkan/tr_init.cpp:795 (Cvar_Get)
- behavior: codemp/rd-vulkan/tr_shader.cpp:3510