Searched defs:VulkanCommandMemoryConsumption (Results 1 – 1 of 1) sorted by relevance
175 struct VulkanCommandMemoryConsumption struct177 VulkanCommandMemoryConsumption() in VulkanCommandMemoryConsumption() argument189 VulkanCommandMemoryConsumption(uint64_t commandPool_) in VulkanCommandMemoryConsumption() argument200 … void updateValues(vk::VkDeviceSize cpAlloc, vk::VkDeviceSize cpReserved, vk::VkDeviceSize cbAlloc) in updateValues()209 void resetValues() in resetValues()216 uint64_t commandPool;217 uint32_t commandBufferCount;218 vk::VkDeviceSize currentCommandPoolAllocated;219 vk::VkDeviceSize maxCommandPoolAllocated;220 vk::VkDeviceSize currentCommandPoolReservedSize;[all …]