mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 06:02:40 +00:00
Meowly The Build Destroyer
This commit is contained in:
@@ -341,11 +341,7 @@ public:
|
|||||||
return properties.properties.limits.minUniformBufferOffsetAlignment;
|
return properties.properties.limits.minUniformBufferOffsetAlignment;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns max storage buffer range requirement.
|
/// Returns storage alignment requirement.
|
||||||
u32 GetMaxStorageBufferRange() const {
|
|
||||||
return properties.properties.limits.maxStorageBufferRange;
|
|
||||||
}
|
|
||||||
|
|
||||||
VkDeviceSize GetStorageBufferAlignment() const {
|
VkDeviceSize GetStorageBufferAlignment() const {
|
||||||
return properties.properties.limits.minStorageBufferOffsetAlignment;
|
return properties.properties.limits.minStorageBufferOffsetAlignment;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user