QSSGRenderContextInterface Class

QtQuick3D 렌더링 엔진의 하위 파트에 대한 집계 클래스입니다. 더 보기...

Header: #include <QSSGRenderContextInterface>
Since: Qt 6.7

공용 함수

const std::unique_ptr<QSSGRhiContext> &rhiContext() const

상세 설명

QSSGRenderContextInterface와 이 인터페이스가 소유하는 객체는 항상QQuickWindow, 즉 시나리오 렌더 스레드별로 존재합니다. 셰이더 라이브러리와 같은 일부 리소스는 공유될 수 있지만, 이는 모두 QSSGRenderContextInterface가 내부적으로 처리합니다.

참고: 일부 하위 컴포넌트는 준공개로 노출되지 않거나 사용 시 비공개 헤더를 사용해야 할 수 있습니다. 이러한 경우 해당 API가 가까운 시일 내에 변경될 가능성이 높습니다. 해당 클래스에 대한 API가 안정화되면 나머지 준공개 API와 동일한 보장으로 제공될 것입니다.

멤버 함수 문서

const std::unique_ptr<QSSGRhiContext> &QSSGRenderContextInterface::rhiContext() const

QRhi-관련 설정 및 헬퍼 기능을 래핑하는 컨텍스트 객체를 반환합니다.

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