|
Rendu
A lightweight rendering engine for experimentations
|
Request for the buffered deletion of a resource. Any of the handles stored below is optional, depending on the kind of resource being deleted. More...
#include <GPUInternal.hpp>
Public Attributes | |
| VkImageView | view = VK_NULL_HANDLE |
| Image view to delete. | |
| VkSampler | sampler = VK_NULL_HANDLE |
| Sampler to delete. | |
| VkImage | image = VK_NULL_HANDLE |
| Image to delete. | |
| VkBuffer | buffer = VK_NULL_HANDLE |
| Buffer to delete. | |
| VmaAllocation | data = VK_NULL_HANDLE |
| Internal allocation to free. | |
| uint64_t | frame = 0 |
| Frame where the deletion was requested. | |
Request for the buffered deletion of a resource. Any of the handles stored below is optional, depending on the kind of resource being deleted.