Skip to content

Commit

Permalink
Allocate more space for mipmap parameters.
Browse files Browse the repository at this point in the history
Fixes issues with Hulk.
  • Loading branch information
jpd002 committed Jan 26, 2024
1 parent a2484ea commit 9aba376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/gs/GSH_Vulkan/GSH_VulkanDraw.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace GSH_Vulkan
DRAW_AREA_SIZE = 2048
};

static constexpr uint32 MAX_MIPPARAMS_COUNT = 512;
static constexpr uint32 MAX_MIPPARAMS_COUNT = 2048;

typedef uint32 DescriptorSetCapsInt;

Expand Down

0 comments on commit 9aba376

Please sign in to comment.