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
QRhiD3D11::TextureReadback Struct Reference

#include <qrhid3d11_p.h>

+ Collaboration diagram for QRhiD3D11::TextureReadback:

Public Attributes

QRhiReadbackDescription desc
 
QRhiReadbackResultresult
 
ID3D11Texture2D * stagingTex
 
quint32 byteSize
 
quint32 bpl
 
QSize pixelSize
 
QRhiTexture::Format format
 

Detailed Description

Definition at line 799 of file qrhid3d11_p.h.

Member Data Documentation

◆ bpl

quint32 QRhiD3D11::TextureReadback::bpl

Definition at line 804 of file qrhid3d11_p.h.

◆ byteSize

quint32 QRhiD3D11::TextureReadback::byteSize

Definition at line 803 of file qrhid3d11_p.h.

◆ desc

QRhiReadbackDescription QRhiD3D11::TextureReadback::desc

Definition at line 800 of file qrhid3d11_p.h.

Referenced by QRhiD3D11::enqueueResourceUpdates().

◆ format

QRhiTexture::Format QRhiD3D11::TextureReadback::format

Definition at line 806 of file qrhid3d11_p.h.

◆ pixelSize

QSize QRhiD3D11::TextureReadback::pixelSize

Definition at line 805 of file qrhid3d11_p.h.

◆ result

QRhiReadbackResult* QRhiD3D11::TextureReadback::result

Definition at line 801 of file qrhid3d11_p.h.

◆ stagingTex

ID3D11Texture2D* QRhiD3D11::TextureReadback::stagingTex

Definition at line 802 of file qrhid3d11_p.h.


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