![]() |
NDEVR
API Documentation
|
Data for pointing to a specific Image target within the Vulkan Graphics space. More...
Public Attributes | |
| VkCommandBuffer | cmd = nullptr |
| The command buffer used for rendering to this image. | |
| VkFramebuffer | fb = nullptr |
| The Vulkan framebuffer associated with this image. | |
| VkFence | fence = nullptr |
| The fence used to synchronize GPU operations. | |
| bool | fence_waitable = false |
| Whether the fence is in a state that can be waited on. | |
| DynamicPointer< VulkanImageData > | image |
| The Vulkan image data backing this resource. | |
| DynamicPointer< VulkanImageView > | imageView |
| The image view used for rendering. | |
| Time | last_command_update = Time(0) |
| The last time a command was submitted for this resource. | |
| uint04 | last_frame = Constant<uint04>::Invalid |
| The index of the last frame rendered to this resource. | |
Data for pointing to a specific Image target within the Vulkan Graphics space.
Definition at line 49 of file ImageResources.h.