OpenGL: Random stuff I forgot

This commit is contained in:
Lynix
2020-05-11 14:05:40 +02:00
parent 2ea03fe05f
commit 332278dded
15 changed files with 176 additions and 28 deletions

View File

@@ -23,6 +23,7 @@ namespace Nz
struct VulkanAllocation : Allocation
{
VkBuffer buffer;
UInt64 offset;
};
inline VulkanUploadPool(Vk::Device& device, UInt64 blockSize);