Relax storage restrictions on vertex/pixel shaders.

This commit is contained in:
Erin Maus
2026-07-22 13:54:59 -04:00
parent 8c18d3ce8e
commit 7d09352e94
7 changed files with 106 additions and 17 deletions
+1
View File
@@ -379,6 +379,7 @@ private:
void applyScissor();
VkSampler createSampler(const SamplerState &sampler);
void requestSwapchainRecreation();
void endDraw();
VkInstance instance = VK_NULL_HANDLE;
VkPhysicalDevice physicalDevice = VK_NULL_HANDLE;