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:
Dave Airlie
2017-04-18 13:22:32 +10:00
parent 25a5ee391d
commit fd420a7417
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#include <vulkan/vulkan.h>
#define MAX_SETS 8
#define MAX_SETS 32
struct radv_descriptor_set_binding_layout {
VkDescriptorType type;