RenderPassFilter QML Type

필터 키 및 매개변수 벡터를 위한 스토리지를 제공합니다. 더 보기...

Import Statement: import Qt3D.Render 2.8
In C++: QRenderPassFilter
Inherits:

FrameGraphNode

Status: Deprecated

속성

상세 설명

렌더링할 RenderPass 오브젝트를 선택하는 데는 RenderPassFilter 프레임그래프 노드가 사용됩니다. 프레임그래프에 렌더패스필터가 있는 경우, FilterKey 오브젝트가 렌더패스필터의 키와 일치하는 RenderPass 오브젝트만 렌더링을 위해 선택됩니다. RenderPassFilter가 없으면 모든 RenderPass 오브젝트가 렌더링을 위해 선택됩니다. RenderPassFilter는 파라미터 객체 목록을 지정합니다. 목록의 파라미터를 사용하여 셰이더 파라미터의 값을 설정할 수 있습니다. RenderPassFilter의 파라미터는 TechniqueFilter, Material, Effect, Technique 및 RenderPass 의 파라미터를 재정의합니다.

프로퍼티 문서

matchAny : list<FilterKey>

에 사용되는 필터키 목록을 보유합니다. RenderPassFilter


parameters : list<Parameter>

에 사용되는 파라미터 목록을 보유합니다. RenderPassFilter


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