QTextureDataUpdate Class

class Qt3DRender::QTextureDataUpdate

QTextureDataUpdate는 텍스처 콘텐츠의 부분 업데이트를 수행하는 데 필요한 콘텐츠와 정보를 보유합니다. 더 보기...

헤더: #include <QTextureDataUpdate>
CMake: 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.