r_vbo_models
Vulkan
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Cache ghoul2 and md3 model surfaces
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 | medium |
| 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/vk_init.cpp:512 |
1 |
Enabled. | codemp/rd-vulkan/vk_init.cpp:512 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_LATCH— latched until the relevant subsystem or map is restarted
Provenance
Origin: Vulkan
- Ultimate-origin introduction:
f88d0ccd696din Vulkan (content authored2025-07-18, integrated2025-07-18) - TaystJK integration evidence:
cc93ec8c4139 - Origin pull request: #251
- Upstream registration evidence: codemp/rd-vulkan/tr_init.cpp:962
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits 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 | 2025-07-18 |
— | 2025-07-18 |
f88d0ccd696d |
Ultimate origin |
| TaystJK | 2025-07-18 |
2025-08-06 | 2025-08-08 |
cc93ec8c4139 |
Other project appearance |
| jaPRO | 2025-07-18 |
— | 2025-08-08 |
cc93ec8c4139 |
Other project appearance |
| NewJK / NewMod | 2026-08-09 |
— | 2026-08-09 |
686cbf9b649b |
Other project appearance |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2026-01-09 |
Vulkan | f18b5091e2f3 · PR #286Merge pull request #286 from taysta/vk-update |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vulkan/tr_init.cpp |
medium |
Evidence
- registration: codemp/rd-vulkan/tr_init.cpp:963 (Cvar_Get); condition
defined(USE_VBO) - behavior: codemp/rd-vulkan/vk_init.cpp:512
- behavior: codemp/rd-vulkan/vk_info.cpp:472