Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QRhiVulkan::TextureReadback Struct Reference

#include <qrhivulkan_p.h>

+ Collaboration diagram for QRhiVulkan::TextureReadback:

Public Attributes

int activeFrameSlot = -1
 
QRhiReadbackDescription desc
 
QRhiReadbackResultresult
 
VkBuffer stagingBuf
 
QVkAlloc stagingAlloc
 
quint32 byteSize
 
QSize pixelSize
 
QRhiTexture::Format format
 

Detailed Description

Definition at line 922 of file qrhivulkan_p.h.

Member Data Documentation

◆ activeFrameSlot

int QRhiVulkan::TextureReadback::activeFrameSlot = -1

◆ byteSize

quint32 QRhiVulkan::TextureReadback::byteSize

◆ desc

QRhiReadbackDescription QRhiVulkan::TextureReadback::desc

Definition at line 924 of file qrhivulkan_p.h.

Referenced by QRhiVulkan::enqueueResourceUpdates().

◆ format

QRhiTexture::Format QRhiVulkan::TextureReadback::format

◆ pixelSize

QSize QRhiVulkan::TextureReadback::pixelSize

◆ result

QRhiReadbackResult* QRhiVulkan::TextureReadback::result

◆ stagingAlloc

QVkAlloc QRhiVulkan::TextureReadback::stagingAlloc

◆ stagingBuf

VkBuffer QRhiVulkan::TextureReadback::stagingBuf

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