(0e51db1eb51d15463b70e35fcdda772594e63aac)
#include <rhi/qrhi.h>
#include <QBitArray>
#include <QAtomicInt>
#include <QElapsedTimer>
#include <QLoggingCategory>
#include <QtCore/qset.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/private/qflatmap_p.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 ) |
Value:
GLint GLint GLint GLint GLint x
Definition at line 29 of file qrhi_p.h.
◆ QRHI_RES_RHI
#define QRHI_RES_RHI |
( |
| t | ) |
|
Value:t *rhiD =
static_cast<t *
>(m_rhi)
Definition at line 30 of file qrhi_p.h.
◆ QRhiTargetRectBoundMode
Enumerator |
---|
UnBounded | |
Bounded | |
Definition at line 276 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 ) |