Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgopenglutil_p.h1317 bool supportDepth24 = !(theContextFlags & type); in fromDepthTextureFormatToGL() local
1329 outInternalFormat = (supportDepth24) ? GL_DEPTH_COMPONENT24 : GL_DEPTH_COMPONENT16; in fromDepthTextureFormatToGL()
1330 outDataType = (supportDepth24) ? GL_UNSIGNED_INT : GL_UNSIGNED_SHORT; in fromDepthTextureFormatToGL()