QTextureGenerator Class

class Qt3DRender::QTextureGenerator

텍스처의 이미지 데이터를 제공합니다. 더 보기...

헤더: #include <QTextureGenerator>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
상속합니다: Qt3DCore::QAbstractFunctor
상태: Deprecated

공용 함수

virtual ~QTextureGenerator()
virtual Qt3DRender::QTextureDataPtr operator()() = 0
virtual bool operator==(const Qt3DRender::QTextureGenerator &other) const = 0

상세 설명

멤버 함수 문서

[virtual noexcept] QTextureGenerator::~QTextureGenerator()

클래스 Qt3DRender::QTextureGenerator

OpenGL 텍스처 이미지를 생성하는 데 필요한 정보를 생성합니다.

[pure virtual] Qt3DRender::QTextureDataPtr QTextureGenerator::operator()()

텍스처 데이터를 반환합니다.

[pure virtual] bool QTextureGenerator::operator==(const Qt3DRender::QTextureGenerator &other) const

이 텍스처 데이터를 other 과 비교합니다. 둘이 같으면 true 을 반환합니다.

© 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.