Searched defs:BufferAlloc (Results 1 – 1 of 1) sorted by relevance
448 struct BufferAlloc struct450 VkDeviceSize size = 0;451 VkDeviceAddress deviceAddress = 0; // non-zero if used452 VkBufferUsageFlags usage = 0;453 uint64_t opaqueCaptureAddress = 0;455 Move<VkBuffer> buffer;456 MovePtr<Allocation> alloc;461 void loadDeviceAddress(const DeviceInterface &vk, VkDevice device) in loadDeviceAddress()