Skip to content

Commit

Permalink
Increase the minimum Vulkan memory chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
quou committed Dec 15, 2022
1 parent 7e58801 commit 83203a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corrosion/src/video_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct video_vk_allocation video_vk_allocate(VkDeviceSize size, VkDeviceSize ali
void video_vk_free(struct video_vk_allocation* alloc);
void* video_vk_map(struct video_vk_allocation* alloc);

#define video_vk_chunk_min_size 1024
#define video_vk_chunk_min_size (1024 * 1024)

struct vk_video_context {
VkInstance instance;
Expand Down

0 comments on commit 83203a3

Please sign in to comment.