vkinfo
Vulkan
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs vk_info_f in the renderer module.
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 |
| Syntax | vkinfo |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: Vulkan
- Ultimate-origin introduction:
bd3a458a8bb2in Vulkan (content authored2021-10-24, integrated2021-10-24) - Matching squash bullet:
Added /vkinfo which shows Vulkan stats - Upstream registration evidence: codemp/rd-vulkan/tr_init.cpp:758
- Attribution method:
identifier-adjacent-explicit-credit - Attribution confidence:
high - Notes: The earliest authored/submitted introduction is shared by taystjk, japro, vulkan; fork-lineage order selects taystjk. An identifier-adjacent source/commit/PR line 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 |
|---|---|---|---|---|---|
| TaystJK | 2021-10-24 |
— | 2021-10-24 |
bd3a458a8bb2 |
Shared integration commit |
| jaPRO | 2021-10-24 |
— | 2021-10-24 |
bd3a458a8bb2 |
Shared integration commit |
| Vulkan | 2021-10-24 |
— | 2021-10-24 |
bd3a458a8bb2 |
Ultimate origin |
| 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 |
|---|---|---|---|---|
2024-02-05 |
TaystJK | f2d91900f16d · PR #135Merge vulkan updates + jaPRO typo fix (#135) |
Changed the registered command handler. codemp/rd-vulkan/vk_info.cpp |
medium |
2025-08-08 |
Vulkan | cc93ec8c4139 · PR #251Merge pull request #251 from taysta/vk-update |
Changed the registered command handler. codemp/rd-vulkan/vk_info.cpp |
medium |
2026-06-01 |
Vulkan | 22e66aeb32fc · PR #315Merge pull request #315 from taysta/vk-up |
Changed the registered command handler. codemp/rd-vulkan/vk_info.cpp |
medium |
2026-07-30 |
Vulkan | e83cfff13d8d · PR #352Merge pull request #352 from taysta/vk-update |
Changed the registered command handler. codemp/rd-vulkan/vk_info.cpp |
medium |
Evidence
- registration: codemp/rd-vulkan/tr_init.cpp:758 (renderer command table)
- handler: codemp/rd-vulkan/vk_info.cpp:456