![]() |
Qt 6.x
The Qt SDK
|
#include "qrhi_p.h"
#include <rhi/qshaderdescription.h>
#include <QWindow>
#include <d3d11_1.h>
#include <dxgi1_6.h>
#include <dcomp.h>
Go to the source code of this file.
Functions | |
Q_DECLARE_TYPEINFO (QD3D11ShaderResourceBindings::BoundResourceData, Q_RELOCATABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QRhiD3D11::TextureReadback, Q_RELOCATABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QRhiD3D11::BufferReadback, Q_RELOCATABLE_TYPE) | |
bool | operator== (const QRhiD3D11::BytecodeCacheKey &a, const QRhiD3D11::BytecodeCacheKey &b) noexcept |
bool | operator!= (const QRhiD3D11::BytecodeCacheKey &a, const QRhiD3D11::BytecodeCacheKey &b) noexcept |
size_t | qHash (const QRhiD3D11::BytecodeCacheKey &k, size_t seed=0) noexcept |
Variables | |
static const int | QD3D11_SWAPCHAIN_BUFFER_COUNT = 2 |
|
inlinenoexcept |
Definition at line 840 of file qrhid3d11_p.h.
|
inlinenoexcept |
Definition at line 832 of file qrhid3d11_p.h.
Q_DECLARE_TYPEINFO | ( | QD3D11ShaderResourceBindings::BoundResourceData | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiD3D11::BufferReadback | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiD3D11::TextureReadback | , |
Q_RELOCATABLE_TYPE | |||
) |
|
inlinenoexcept |
Definition at line 845 of file qrhid3d11_p.h.
References QRhiD3D11::BytecodeCacheKey::compileFlags, QRhiD3D11::BytecodeCacheKey::entryPoint, qHash(), seed, QRhiD3D11::BytecodeCacheKey::sourceHash, and QRhiD3D11::BytecodeCacheKey::target.
Referenced by qHash().
|
static |
Definition at line 559 of file qrhid3d11_p.h.