Home
last modified time | relevance | path

Searched refs:rhiFormat (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/textures/
H A Dtexture.cpp616 const QRhiTexture::Format rhiFormat = rhiFormatFromTextureFormat(m_properties.format); in buildRhiTexture() local
650 QRhiTexture *rhiTexture = ctx->rhi()->newTexture(rhiFormat, pixelSize, sampleCount, rhiFlags); in buildRhiTexture()