OpenGL: Random stuff I forgot
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Nz
|
||||
struct VulkanAllocation : Allocation
|
||||
{
|
||||
VkBuffer buffer;
|
||||
UInt64 offset;
|
||||
};
|
||||
|
||||
inline VulkanUploadPool(Vk::Device& device, UInt64 blockSize);
|
||||
|
||||
Reference in New Issue
Block a user