Intel doesn't like 1 byte buffers
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
27e9c741f8
commit
4ce2d80f80
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue