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::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 809 of file qrhid3d11_p.h.

Constructor & Destructor Documentation

◆ OffscreenFrame()

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

Definition at line 810 of file qrhid3d11_p.h.

Member Data Documentation

◆ active

bool QRhiD3D11::OffscreenFrame::active = false

Definition at line 811 of file qrhid3d11_p.h.

◆ cbWrapper

QD3D11CommandBuffer QRhiD3D11::OffscreenFrame::cbWrapper

Definition at line 812 of file qrhid3d11_p.h.

◆ tsDisjointQuery

ID3D11Query* QRhiD3D11::OffscreenFrame::tsDisjointQuery = nullptr

Definition at line 814 of file qrhid3d11_p.h.

◆ tsQueries

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

Definition at line 813 of file qrhid3d11_p.h.


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