#include <rhi/qrhi.h>
#include <QBitArray>
#include <QAtomicInt>
#include <QElapsedTimer>
#include <QLoggingCategory>
#include <QtCore/qset.h>
#include <QtCore/qvarlengtharray.h>
Go to the source code of this file.
|
template<QRhiTargetRectBoundMode boundingMode, typename T , size_t N> |
bool | qrhi_toTopLeftRenderTargetRect (const QSize &outputSize, const std::array< T, N > &r, T *x, T *y, T *w, T *h) |
|
| Q_DECLARE_TYPEINFO (QRhiBufferData, Q_RELOCATABLE_TYPE) |
|
| Q_DECLARE_TYPEINFO (QRhiPassResourceTracker::Buffer, Q_RELOCATABLE_TYPE) |
|
| Q_DECLARE_TYPEINFO (QRhiPassResourceTracker::Texture, Q_RELOCATABLE_TYPE) |
|
bool | operator== (const QRhiRenderTargetAttachmentTracker::ResId &a, const QRhiRenderTargetAttachmentTracker::ResId &b) |
|
bool | operator!= (const QRhiRenderTargetAttachmentTracker::ResId &a, const QRhiRenderTargetAttachmentTracker::ResId &b) |
|
template<typename T > |
T * | qrhi_objectFromProxyData (QRhiSwapChainProxyData *pd, QWindow *window, QRhi::Implementation impl, uint objectIndex) |
|
◆ QRHI_RES
#define QRHI_RES |
( |
|
t, |
|
|
|
x |
|
) |
| static_cast<t *>(x) |
◆ QRHI_RES_RHI
#define QRHI_RES_RHI |
( |
|
t | ) |
t *rhiD = static_cast<t *>(m_rhi) |
◆ QRhiTargetRectBoundMode
Enumerator |
---|
UnBounded | |
Bounded | |
Definition at line 249 of file qrhi_p.h.
◆ operator!=()
◆ operator==()
◆ Q_DECLARE_TYPEINFO() [1/3]
◆ Q_DECLARE_TYPEINFO() [2/3]
◆ Q_DECLARE_TYPEINFO() [3/3]
◆ qrhi_objectFromProxyData()
◆ qrhi_toTopLeftRenderTargetRect()
bool qrhi_toTopLeftRenderTargetRect |
( |
const QSize & |
outputSize, |
|
|
const std::array< T, N > & |
r, |
|
|
T * |
x, |
|
|
T * |
y, |
|
|
T * |
w, |
|
|
T * |
h |
|
) |
| |