radv: add support for 32 descriptor sets.
This bumps the limit to the number of sets to 32, now that we have proper support for it. It also uses 1u in a few places to make things a bit safer. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define MAX_SETS 8
|
||||
#define MAX_SETS 32
|
||||
|
||||
struct radv_descriptor_set_binding_layout {
|
||||
VkDescriptorType type;
|
||||
|
Reference in New Issue
Block a user