![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhid3d11_p.h>
Public Attributes | |
QRhiReadbackDescription | desc |
QRhiReadbackResult * | result |
ID3D11Texture2D * | stagingTex |
quint32 | byteSize |
quint32 | bpl |
QSize | pixelSize |
QRhiTexture::Format | format |
Definition at line 863 of file qrhid3d11_p.h.
quint32 QRhiD3D11::TextureReadback::bpl |
Definition at line 868 of file qrhid3d11_p.h.
quint32 QRhiD3D11::TextureReadback::byteSize |
Definition at line 867 of file qrhid3d11_p.h.
QRhiReadbackDescription QRhiD3D11::TextureReadback::desc |
Definition at line 864 of file qrhid3d11_p.h.
QRhiTexture::Format QRhiD3D11::TextureReadback::format |
Definition at line 870 of file qrhid3d11_p.h.
QSize QRhiD3D11::TextureReadback::pixelSize |
Definition at line 869 of file qrhid3d11_p.h.
QRhiReadbackResult* QRhiD3D11::TextureReadback::result |
Definition at line 865 of file qrhid3d11_p.h.
ID3D11Texture2D* QRhiD3D11::TextureReadback::stagingTex |
Definition at line 866 of file qrhid3d11_p.h.