Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGRhiHelpers Namespace Reference

Functions

QRhiVertexInputAttribute::Format toVertexInputFormat (QSSGRenderComponentType compType, quint32 numComps)
QRhiGraphicsPipeline::Topology toTopology (QSSGRenderDrawMode drawMode)
void bakeVertexInputLocations (QSSGRhiInputAssemblerState *ia, const QSSGRhiShaderPipeline &shaders, int instanceBufferBinding)
QRhiSampler::Filter toRhi (QSSGRenderTextureFilterOp op)
QRhiSampler::AddressMode toRhi (QSSGRenderTextureCoordOp tiling)
QRhiGraphicsPipeline::CullMode toCullMode (QSSGCullFaceMode cullFaceMode)

Function Documentation

◆ bakeVertexInputLocations()

void QSSGRhiHelpers::bakeVertexInputLocations ( QSSGRhiInputAssemblerState * ia,
const QSSGRhiShaderPipeline & shaders,
int instanceBufferBinding = 0 )

Definition at line 326 of file qssgrhicontext.cpp.

◆ toCullMode()

QRhiGraphicsPipeline::CullMode QSSGRhiHelpers::toCullMode ( QSSGCullFaceMode cullFaceMode)
inline

Definition at line 87 of file qssgrhicontext_p.h.

◆ toRhi() [1/2]

QRhiSampler::AddressMode QSSGRhiHelpers::toRhi ( QSSGRenderTextureCoordOp tiling)
inline

Definition at line 71 of file qssgrhicontext_p.h.

◆ toRhi() [2/2]

QRhiSampler::Filter QSSGRhiHelpers::toRhi ( QSSGRenderTextureFilterOp op)
inline

Definition at line 57 of file qssgrhicontext_p.h.

◆ toTopology()

QRhiGraphicsPipeline::Topology QSSGRhiHelpers::toTopology ( QSSGRenderDrawMode drawMode)

Definition at line 304 of file qssgrhicontext.cpp.

◆ toVertexInputFormat()

QRhiVertexInputAttribute::Format QSSGRhiHelpers::toVertexInputFormat ( QSSGRenderComponentType compType,
quint32 numComps )

Definition at line 258 of file qssgrhicontext.cpp.