![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qsize.h>
#include <QtCore/qlist.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qthread.h>
#include <QtGui/qmatrix4x4.h>
#include <QtGui/qcolor.h>
#include <QtGui/qimage.h>
#include <functional>
#include <array>
#include <rhi/qshader.h>
#include <rhi/qrhi_platform.h>
Go to the source code of this file.
Typedefs | |
using | QRhiGraphicsShaderStage = QRhiShaderStage |
|
related |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiDepthStencilClearValue & | v | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiDriverInfo & | info | ||
) |
Definition at line 8404 of file qrhi.cpp.
References deviceTypeStr(), Qt::hex(), and info.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiScissor & | s | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiShaderResourceBinding & | b | ||
) |
Definition at line 6037 of file qrhi.cpp.
References QRhiShaderResourceBinding::BufferLoad, QRhiShaderResourceBinding::BufferLoadStore, QRhiShaderResourceBinding::BufferStore, d, i, QRhiShaderResourceBinding::ImageLoad, QRhiShaderResourceBinding::ImageLoadStore, QRhiShaderResourceBinding::ImageStore, QRhiShaderResourceBinding::SampledTexture, QRhiShaderResourceBinding::Sampler, QRhiImplementation::shaderResourceBindingData(), QRhiShaderResourceBinding::Texture, and QRhiShaderResourceBinding::UniformBuffer.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiShaderResourceBindings & | srb | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiShaderStage & | s | ||
) |
\variable QRhiStats::totalPipelineCreationTime
The total time in milliseconds spent in graphics and compute pipeline creation, which usually involves shader compilation or cache lookups, and potentially expensive processing.
\variable QRhiStats::blockCount
Statistic reported from the Vulkan or D3D12 memory allocator.
\variable QRhiStats::allocCount
Statistic reported from the Vulkan or D3D12 memory allocator.
\variable QRhiStats::usedBytes
Statistic reported from the Vulkan or D3D12 memory allocator.
\variable QRhiStats::unusedBytes
Statistic reported from the Vulkan or D3D12 memory allocator.
\variable QRhiStats::totalUsageBytes
Valid only with D3D12 currently. Matches IDXGIAdapter3::QueryVideoMemoryInfo().
Definition at line 9968 of file qrhi.cpp.
References info.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiSwapChainHdrInfo & | info | ||
) |
Definition at line 7490 of file qrhi.cpp.
References QRhiSwapChainHdrInfo::ColorComponentValue, info, and QRhiSwapChainHdrInfo::LuminanceInNits.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiVertexInputAttribute & | a | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiVertexInputBinding & | b | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiVertexInputLayout & | v | ||
) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QRhiViewport & | v | ||
) |
|
related |
Q_DECLARE_TYPEINFO | ( | QRhiColorAttachment | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiDepthStencilClearValue | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiDriverInfo | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiGraphicsPipeline::TargetBlend | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiReadbackDescription | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiScissor | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiShaderResourceBinding | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiShaderStage | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiStats | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiSwapChainHdrInfo | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiTextureCopyDescription | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiTextureSubresourceUploadDescription | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiTextureUploadEntry | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiVertexInputAttribute | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiVertexInputBinding | , |
Q_RELOCATABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QRhiViewport | , |
Q_RELOCATABLE_TYPE | |||
) |
|
related |