BlendEquationArguments QML Type

혼합 정보 캡슐화: 들어오는 값(그려질 값)이 기존 값(이미 그려진 값)에 어떤 영향을 미칠지 지정합니다. 더 보기...

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

RenderState

Status: Deprecated

속성

자세한 설명

OpenGL 3.0 이전: 모든 그리기 버퍼에 동일한 블렌드 상태 설정 OpenGL 3.0-pre4.0: 모든 그리기 버퍼에 동일한 블렌드 상태를 설정하지만 특정 버퍼에 대해 블렌딩을 비활성화할 수 있음 OpenGL 4.0 이상: 각 그리기 버퍼에 대해 개별적으로 블렌드 상태를 설정할 수 있습니다.

속성 문서

bufferIndex : int

BlendEquationArguments 이 적용될 드로우 버퍼의 인덱스를 지정합니다. 음수이면 모든 드로 버퍼에 적용됩니다.


destinationAlpha : enumeration


destinationRgb : enumeration


sourceAlpha : enumeration


sourceRgb : enumeration


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