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::OffscreenFrame Struct Reference

#include <qrhid3d11_p.h>

+ Collaboration diagram for QRhiD3D11::OffscreenFrame:

Public Member Functions

 OffscreenFrame (QRhiImplementation *rhi)
 

Public Attributes

bool active = false
 
QD3D11CommandBuffer cbWrapper
 
ID3D11Query * tsQueries [2] = {}
 
ID3D11Query * tsDisjointQuery = nullptr
 

Detailed Description

Definition at line 791 of file qrhid3d11_p.h.

Constructor & Destructor Documentation

◆ OffscreenFrame()

QRhiD3D11::OffscreenFrame::OffscreenFrame ( QRhiImplementation * rhi)
inline

Definition at line 792 of file qrhid3d11_p.h.

Member Data Documentation

◆ active

bool QRhiD3D11::OffscreenFrame::active = false

Definition at line 793 of file qrhid3d11_p.h.

◆ cbWrapper

QD3D11CommandBuffer QRhiD3D11::OffscreenFrame::cbWrapper

Definition at line 794 of file qrhid3d11_p.h.

◆ tsDisjointQuery

ID3D11Query* QRhiD3D11::OffscreenFrame::tsDisjointQuery = nullptr

Definition at line 796 of file qrhid3d11_p.h.

◆ tsQueries

ID3D11Query* QRhiD3D11::OffscreenFrame::tsQueries[2] = {}

Definition at line 795 of file qrhid3d11_p.h.


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