BufferInput QML Type

효과 패스에 대한 입력으로 사용할 입력 버퍼를 정의합니다. 더 보기...

Import Statement: import QtQuick3D
Inherits:

Command

속성

상세 설명

BufferInput은 EffectPass 에 있는 명령 목록에 추가할 수 있는 Command 이며, 실행되면 렌더 패스의 셰이더에 샘플로 버퍼를 노출합니다. 셰이더는 BufferInput의 sampler 프로퍼티에 지정된 이름으로 샘플러를 선언해야 합니다.

이는 이펙트의 여러 패스 간에 중간 결과를 공유하는 데 사용할 수 있습니다.

TextureInput참조하세요 .

속성 문서

buffer : Buffer

셰이더에 노출될 buffer 을 지정합니다.


sampler : string

버퍼가 셰이더에 노출되는 이름을 지정합니다. 이 프로퍼티가 설정되지 않은 경우 버퍼는 기본 이름 INPUT 으로 노출됩니다.


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