Skip to content

Replace deprecated vulkan enum value#4918

Merged
past-due merged 1 commit into
Warzone2100:masterfrom
AMDmi3:vulkan-fix
May 18, 2026
Merged

Replace deprecated vulkan enum value#4918
past-due merged 1 commit into
Warzone2100:masterfrom
AMDmi3:vulkan-fix

Conversation

@AMDmi3

@AMDmi3 AMDmi3 commented May 12, 2026

Copy link
Copy Markdown
Contributor

Replace eVkColorspaceSrgbNonlinear with eSrgbNonlinear, as the former was removed in vulkan 1.4.350, and was a legacy alias to the latter (more precisely, eSrgbNonlinearVK_COLORSPACE_SRGB_NONLINEAR_KHR → [legacy alias to] VK_COLOR_SPACE_SRGB_NONLINEAR_KHReSrgbNonlinear).

Replace `eVkColorspaceSrgbNonlinear` with `eSrgbNonlinear`, as the
former was removed in vulkan 1.4.350, and was a legacy alias to the latter
(more precisely, `eSrgbNonlinear` → `VK_COLORSPACE_SRGB_NONLINEAR_KHR` →
[legacy alias to] `VK_COLOR_SPACE_SRGB_NONLINEAR_KHR` ← `eSrgbNonlinear`).
@past-due past-due added this to the 4.7.1 milestone May 13, 2026
@past-due past-due merged commit 8701c62 into Warzone2100:master May 18, 2026
41 checks passed
@past-due

Copy link
Copy Markdown
Member

Thanks @AMDmi3 !

@AMDmi3 AMDmi3 deleted the vulkan-fix branch May 18, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants