Qt3DRender::QTextureDataUpdate Class
class Qt3DRender::QTextureDataUpdateQTextureDataUpdate 保存对纹理内容执行部分更新所需的内容和信息。更多
头文件: | #include <QTextureDataUpdate> |
CMake.QTextureDataUpdate | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
状态: | 已废弃 |
详细说明
实际数据内容包含在QTextureImageDataPtr 成员中。附加成员允许指定内容更新的 x、y、z 偏移量以及最终层、mipLevel 和面。
另请参阅 QAbstractTexture 。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.