adding descriptor bindings
Some checks failed
Build / build (push) Successful in 1m5s
Test / build_and_test (push) Failing after 3h8m2s

This commit is contained in:
2026-02-21 03:37:08 +01:00
parent a95e57bd5e
commit d97533082d
12 changed files with 217 additions and 129 deletions

View File

@@ -56,7 +56,7 @@ pub const DRIVER_NAME = "Unnamed Stroll Driver";
pub const VULKAN_VERSION = vk.makeApiVersion(0, 1, 0, 0);
/// Maximum number of descriptor sets per pipeline
pub const VULKAN_MAX_DESCRIPTOR_SETS = 32;
pub const VULKAN_MAX_DESCRIPTOR_SETS = 4;
/// The number of push constant ranges is effectively bounded
/// by the number of possible shader stages. Not the number of stages that can