![]() |
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 933 of file qrhid3d11_p.h.
| quint32 QRhiD3D11::TextureReadback::bpl |
Definition at line 938 of file qrhid3d11_p.h.
| quint32 QRhiD3D11::TextureReadback::byteSize |
Definition at line 937 of file qrhid3d11_p.h.
| QRhiReadbackDescription QRhiD3D11::TextureReadback::desc |
Definition at line 934 of file qrhid3d11_p.h.
| QRhiTexture::Format QRhiD3D11::TextureReadback::format |
Definition at line 940 of file qrhid3d11_p.h.
| QSize QRhiD3D11::TextureReadback::pixelSize |
Definition at line 939 of file qrhid3d11_p.h.
| QRhiReadbackResult* QRhiD3D11::TextureReadback::result |
Definition at line 935 of file qrhid3d11_p.h.
| ID3D11Texture2D* QRhiD3D11::TextureReadback::stagingTex |
Definition at line 936 of file qrhid3d11_p.h.