VulkanRenderer: Fix minUniformBufferOffsetAlignment limit
This commit is contained in:
parent
87cb72217e
commit
2e894336e5
|
|
@ -60,6 +60,7 @@ namespace Nz
|
|||
|
||||
deviceInfo.limits.maxStorageBufferSize = physDevice.properties.limits.maxStorageBufferRange;
|
||||
deviceInfo.limits.maxUniformBufferSize = physDevice.properties.limits.maxUniformBufferRange;
|
||||
deviceInfo.limits.minUniformBufferOffsetAlignment = physDevice.properties.limits.minUniformBufferOffsetAlignment;
|
||||
|
||||
switch (physDevice.properties.deviceType)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue