Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
VulkanImageWrapper Struct Reference
+ Collaboration diagram for VulkanImageWrapper:

Public Attributes

VkImage textureImage = VK_NULL_HANDLE
 
int imgMemSize = -1
 
QSize imgSize
 
int imgFd = -1
 
VkDeviceMemory textureImageMemory = VK_NULL_HANDLE
 

Detailed Description

Definition at line 154 of file vulkanwrapper.cpp.

Member Data Documentation

◆ imgFd

int VulkanImageWrapper::imgFd = -1

◆ imgMemSize

int VulkanImageWrapper::imgMemSize = -1

Definition at line 157 of file vulkanwrapper.cpp.

Referenced by VulkanWrapper::getImageInfo().

◆ imgSize

QSize VulkanImageWrapper::imgSize

Definition at line 158 of file vulkanwrapper.cpp.

Referenced by VulkanWrapper::getImageInfo().

◆ textureImage

VkImage VulkanImageWrapper::textureImage = VK_NULL_HANDLE

Definition at line 156 of file vulkanwrapper.cpp.

Referenced by VulkanWrapperPrivate::freeTextureImage().

◆ textureImageMemory

VkDeviceMemory VulkanImageWrapper::textureImageMemory = VK_NULL_HANDLE

Definition at line 160 of file vulkanwrapper.cpp.

Referenced by VulkanWrapperPrivate::freeTextureImage().


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