doc: Fix native texture interface header name
Pick-to: 6.5 6.4 6.2 Fixes: QTBUG-95807 Change-Id: I0676fdb9bd7e8312d736bf0f4eb6775415d86296 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
This commit is contained in:
parent
19f2e36eb8
commit
3bc05bf7f4
|
@ -687,6 +687,7 @@ namespace QNativeInterface {
|
|||
\inmodule QtQuick
|
||||
\ingroup native-interfaces
|
||||
\ingroup native-interfaces-qsgtexture
|
||||
\inheaderfile QSGTexture
|
||||
\brief Provides access to and enables adopting OpenGL texture objects.
|
||||
\since 6.0
|
||||
*/
|
||||
|
@ -787,6 +788,7 @@ namespace QNativeInterface {
|
|||
\inmodule QtQuick
|
||||
\ingroup native-interfaces
|
||||
\ingroup native-interfaces-qsgtexture
|
||||
\inheaderfile QSGTexture
|
||||
\brief Provides access to and enables adopting Direct3D 11 texture objects.
|
||||
\since 6.0
|
||||
*/
|
||||
|
@ -845,6 +847,7 @@ namespace QNativeInterface {
|
|||
\inmodule QtQuick
|
||||
\ingroup native-interfaces
|
||||
\ingroup native-interfaces-qsgtexture
|
||||
\inheaderfile QSGTexture
|
||||
\brief Provides access to and enables adopting Direct3D 12 texture objects.
|
||||
\since 6.6
|
||||
*/
|
||||
|
@ -918,6 +921,7 @@ namespace QNativeInterface {
|
|||
\inmodule QtQuick
|
||||
\ingroup native-interfaces
|
||||
\ingroup native-interfaces-qsgtexture
|
||||
\inheaderfile QSGTexture
|
||||
\brief Provides access to and enables adopting Metal texture objects.
|
||||
\since 6.0
|
||||
*/
|
||||
|
@ -965,6 +969,7 @@ namespace QNativeInterface {
|
|||
\inmodule QtQuick
|
||||
\ingroup native-interfaces
|
||||
\ingroup native-interfaces-qsgtexture
|
||||
\inheaderfile QSGTexture
|
||||
\brief Provides access to and enables adopting Vulkan image objects.
|
||||
\since 6.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue