From cb0eeb9366f2862fcf0fd3fce551640c01aea59f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 19 Oct 2024 00:28:27 +0900 Subject: [PATCH] [vulkan] Remove duplicate descriptor set layout Don't need two identical descriptor set layouts for particles. --- libs/video/renderer/vulkan/rp_main_def.plist | 22 -------------------- 1 file changed, 22 deletions(-) diff --git a/libs/video/renderer/vulkan/rp_main_def.plist b/libs/video/renderer/vulkan/rp_main_def.plist index 46e300f03..7fa711304 100644 --- a/libs/video/renderer/vulkan/rp_main_def.plist +++ b/libs/video/renderer/vulkan/rp_main_def.plist @@ -1106,28 +1106,6 @@ descriptorSetLayouts = { }, ); }; - particle_set = { - bindings = ( - { - binding = 0; - descriptorType = storage_buffer; - descriptorCount = 1; - stageFlags = compute; - }, - { - binding = 1; - descriptorType = storage_buffer; - descriptorCount = 1; - stageFlags = compute; - }, - { - binding = 2; - descriptorType = storage_buffer; - descriptorCount = 1; - stageFlags = compute; - }, - ); - }; output_set = { bindings = ( {