Intel doesn't like 1 byte buffers
continuous-integration/drone/push Build is passing Details

main
cosmonaut 2024-01-19 10:19:23 -08:00
parent 27e9c741f8
commit 4ce2d80f80
1 changed files with 1 additions and 1 deletions

View File

@ -11986,7 +11986,7 @@ static Refresh_Device* VULKAN_CreateDevice(
renderer->dummyBuffer = VULKAN_INTERNAL_CreateBuffer(
renderer,
1,
16,
RESOURCE_ACCESS_GENERAL,
VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT,
0,