![]() |
Qt 6.x
The Qt SDK
|
#include <qrhid3d11_p.h>
Public Member Functions | |
OffscreenFrame (QRhiImplementation *rhi) | |
Public Attributes | |
bool | active = false |
QD3D11CommandBuffer | cbWrapper |
QD3D11Timestamps | timestamps |
int | timestampIdx = 0 |
Definition at line 777 of file qrhid3d11_p.h.
|
inline |
Definition at line 778 of file qrhid3d11_p.h.
bool QRhiD3D11::OffscreenFrame::active = false |
Definition at line 779 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginOffscreenFrame(), QRhiD3D11::endOffscreenFrame(), and QRhiD3D11::finish().
QD3D11CommandBuffer QRhiD3D11::OffscreenFrame::cbWrapper |
Definition at line 780 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginOffscreenFrame(), QRhiD3D11::endOffscreenFrame(), and QRhiD3D11::finish().
int QRhiD3D11::OffscreenFrame::timestampIdx = 0 |
Definition at line 782 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginOffscreenFrame(), and QRhiD3D11::endOffscreenFrame().
QD3D11Timestamps QRhiD3D11::OffscreenFrame::timestamps |
Definition at line 781 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginOffscreenFrame(), QRhiD3D11::create(), QRhiD3D11::destroy(), and QRhiD3D11::endOffscreenFrame().