![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QRhiCommandBuffer, including all inherited members.
beginComputePass(QRhiResourceUpdateBatch *resourceUpdates=nullptr, BeginPassFlags flags={}) | QRhiCommandBuffer | |
beginExternal() | QRhiCommandBuffer | |
beginPass(QRhiRenderTarget *rt, const QColor &colorClearValue, const QRhiDepthStencilClearValue &depthStencilClearValue, QRhiResourceUpdateBatch *resourceUpdates=nullptr, BeginPassFlags flags={}) | QRhiCommandBuffer | |
BeginPassFlag enum name | QRhiCommandBuffer | |
Buffer enum value | QRhiResource | |
CommandBuffer enum value | QRhiResource | |
ComputePipeline enum value | QRhiResource | |
debugMarkBegin(const QByteArray &name) | QRhiCommandBuffer | |
debugMarkEnd() | QRhiCommandBuffer | |
debugMarkMsg(const QByteArray &msg) | QRhiCommandBuffer | |
deleteLater() | QRhiResource | |
destroy()=0 | QRhiResource | pure virtual |
dispatch(int x, int y, int z) | QRhiCommandBuffer | |
DoNotTrackResourcesForCompute enum value | QRhiCommandBuffer | |
draw(quint32 vertexCount, quint32 instanceCount=1, quint32 firstVertex=0, quint32 firstInstance=0) | QRhiCommandBuffer | |
drawIndexed(quint32 indexCount, quint32 instanceCount=1, quint32 firstIndex=0, qint32 vertexOffset=0, quint32 firstInstance=0) | QRhiCommandBuffer | |
DynamicOffset typedef | QRhiCommandBuffer | |
endComputePass(QRhiResourceUpdateBatch *resourceUpdates=nullptr) | QRhiCommandBuffer | |
endExternal() | QRhiCommandBuffer | |
endPass(QRhiResourceUpdateBatch *resourceUpdates=nullptr) | QRhiCommandBuffer | |
ExternalContent enum value | QRhiCommandBuffer | |
globalResourceId() const | QRhiResource | |
GraphicsPipeline enum value | QRhiResource | |
IndexFormat enum name | QRhiCommandBuffer | |
IndexUInt16 enum value | QRhiCommandBuffer | |
IndexUInt32 enum value | QRhiCommandBuffer | |
lastCompletedGpuTime() | QRhiCommandBuffer | |
m_id | QRhiResource | protected |
m_objectName | QRhiResource | protected |
m_rhi | QRhiResource | protected |
name() const | QRhiResource | |
nativeHandles() | QRhiCommandBuffer | |
QRhiCommandBuffer(QRhiImplementation *rhi) | QRhiCommandBuffer | protected |
QRhiResource(QRhiImplementation *rhi) | QRhiResource | protected |
RenderBuffer enum value | QRhiResource | |
RenderPassDescriptor enum value | QRhiResource | |
resourceType() const override | QRhiCommandBuffer | virtual |
resourceUpdate(QRhiResourceUpdateBatch *resourceUpdates) | QRhiCommandBuffer | |
rhi() const | QRhiResource | |
Sampler enum value | QRhiResource | |
setBlendConstants(const QColor &c) | QRhiCommandBuffer | |
setComputePipeline(QRhiComputePipeline *ps) | QRhiCommandBuffer | |
setGraphicsPipeline(QRhiGraphicsPipeline *ps) | QRhiCommandBuffer | |
setName(const QByteArray &name) | QRhiResource | |
setScissor(const QRhiScissor &scissor) | QRhiCommandBuffer | |
setShaderResources(QRhiShaderResourceBindings *srb=nullptr, int dynamicOffsetCount=0, const DynamicOffset *dynamicOffsets=nullptr) | QRhiCommandBuffer | |
setStencilRef(quint32 refValue) | QRhiCommandBuffer | |
setVertexInput(int startBinding, int bindingCount, const VertexInput *bindings, QRhiBuffer *indexBuf=nullptr, quint32 indexOffset=0, IndexFormat indexFormat=IndexUInt16) | QRhiCommandBuffer | |
setViewport(const QRhiViewport &viewport) | QRhiCommandBuffer | |
ShaderResourceBindings enum value | QRhiResource | |
SwapChain enum value | QRhiResource | |
SwapChainRenderTarget enum value | QRhiResource | |
Texture enum value | QRhiResource | |
TextureRenderTarget enum value | QRhiResource | |
Type enum name | QRhiResource | |
VertexInput typedef | QRhiCommandBuffer | |
~QRhiResource() | QRhiResource | virtual |