[PR #803] [MERGED] vulkan: Add VK_KHR_format_feature_flags_2 to extensions. #1779

Closed
opened 2026-02-27 21:13:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/803
Author: @squidbus
Created: 9/5/2024
Status: Merged
Merged: 9/6/2024
Merged by: @raphaelthegreat

Base: mainHead: vk-format-feature


📝 Commits (1)

  • f669cac vulkan: Add VK_KHR_format_feature_flags_2 to extensions.

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/video_core/renderer_vulkan/vk_instance.cpp (+2 -1)

📄 Description

Adds VK_KHR_format_feature_flags_2 to the extensions. On Vulkan 1.2 validation errors will be generated when using storage images without formats unless enabled.

I also moved VK_KHR_maintenance_5 up out of the section for extensions that are core in 1.3, as it is not.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/803 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `vk-format-feature` --- ### 📝 Commits (1) - [`f669cac`](https://github.com/shadps4-emu/shadPS4/commit/f669cacf2d53c4a8c2a4bf17af9f1a59c4f474bc) vulkan: Add VK_KHR_format_feature_flags_2 to extensions. ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/vk_instance.cpp` (+2 -1) </details> ### 📄 Description Adds `VK_KHR_format_feature_flags_2` to the extensions. On Vulkan 1.2 validation errors will be generated when using storage images without formats unless enabled. I also moved VK_KHR_maintenance_5 up out of the section for extensions that are core in 1.3, as it is not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1779
No description provided.