Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 863 of file qrhid3d11_p.h.

Member Data Documentation

◆ bpl

quint32 QRhiD3D11::TextureReadback::bpl

Definition at line 868 of file qrhid3d11_p.h.

◆ byteSize

quint32 QRhiD3D11::TextureReadback::byteSize

Definition at line 867 of file qrhid3d11_p.h.

◆ desc

QRhiReadbackDescription QRhiD3D11::TextureReadback::desc

Definition at line 864 of file qrhid3d11_p.h.

◆ format

QRhiTexture::Format QRhiD3D11::TextureReadback::format

Definition at line 870 of file qrhid3d11_p.h.

◆ pixelSize

QSize QRhiD3D11::TextureReadback::pixelSize

Definition at line 869 of file qrhid3d11_p.h.

◆ result

QRhiReadbackResult* QRhiD3D11::TextureReadback::result

Definition at line 865 of file qrhid3d11_p.h.

◆ stagingTex

ID3D11Texture2D* QRhiD3D11::TextureReadback::stagingTex

Definition at line 866 of file qrhid3d11_p.h.


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