Searched defs:BufferAlloc (Results 1 – 1 of 1) sorted by relevance
379 struct BufferAlloc struct381 VkDeviceSize size = 0;382 VkDeviceAddress deviceAddress = 0; // non-zero if used383 VkBufferUsageFlags usage = 0;384 uint64_t opaqueCaptureAddress = 0;386 Move<VkBuffer> buffer;387 MovePtr<Allocation> alloc;392 void loadDeviceAddress(const DeviceInterface& vk, VkDevice device) in loadDeviceAddress()