Fix validator warning

This commit is contained in:
2025-12-20 18:19:49 +01:00
parent 8f19b16130
commit 1453b2bbd7

View File

@@ -404,6 +404,9 @@ pub fn init(allocator: std.mem.Allocator, engine: *Engine, swapchain: *Swapchain
engine.setObjectName(pipeline, "P", .{});
const descriptor_pool = try engine.createDescriptorPool(.{
.flags = .{
.free_descriptor_set_bit = true,
},
.max_sets = 1 + chunk_descriptor_pool,
.pool_sizes = &.{
.{