API Documentation
Loading...
Searching...
No Matches
VulkanImageResources Struct Reference

Data for pointing to a specific Image target within the Vulkan Graphics space. More...

#include <ImageResources.h>

Collaboration diagram for VulkanImageResources:
[legend]

Public Attributes

VkCommandBuffer cmdBuf = nullptr
 
VkFence cmdFence = nullptr
 
bool cmdFenceWaitable = false
 
VkFramebuffer fb = nullptr
 
DynamicPointer< VulkanImageDataimage
 
DynamicPointer< VulkanImageViewimageView
 
Time last_command_update = Time(0)
 

Detailed Description

Data for pointing to a specific Image target within the Vulkan Graphics space.


Member Data Documentation

◆ cmdBuf

VkCommandBuffer cmdBuf = nullptr

◆ cmdFence

VkFence cmdFence = nullptr

◆ cmdFenceWaitable

bool cmdFenceWaitable = false

◆ fb

VkFramebuffer fb = nullptr

◆ image

◆ imageView

◆ last_command_update

Time last_command_update = Time(0)

The documentation for this struct was generated from the following file: