Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRhiVulkan::BufferReadback Struct Reference

#include <qrhivulkan_p.h>

+ Collaboration diagram for QRhiVulkan::BufferReadback:

Public Attributes

int activeFrameSlot = -1
 
QRhiReadbackResultresult
 
quint32 byteSize
 
VkBuffer stagingBuf
 
QVkAlloc stagingAlloc
 

Detailed Description

Definition at line 955 of file qrhivulkan_p.h.

Member Data Documentation

◆ activeFrameSlot

int QRhiVulkan::BufferReadback::activeFrameSlot = -1

Definition at line 956 of file qrhivulkan_p.h.

Referenced by QRhiVulkan::enqueueResourceUpdates().

◆ byteSize

quint32 QRhiVulkan::BufferReadback::byteSize

Definition at line 958 of file qrhivulkan_p.h.

◆ result

QRhiReadbackResult* QRhiVulkan::BufferReadback::result

Definition at line 957 of file qrhivulkan_p.h.

◆ stagingAlloc

QVkAlloc QRhiVulkan::BufferReadback::stagingAlloc

Definition at line 960 of file qrhivulkan_p.h.

◆ stagingBuf

VkBuffer QRhiVulkan::BufferReadback::stagingBuf

Definition at line 959 of file qrhivulkan_p.h.


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