BlendEquationArguments QML Type
Encapsula la información de mezcla: especifica cómo los valores entrantes (lo que se va a dibujar) van a afectar a los valores existentes (lo que ya está dibujado). Más...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QBlendEquationArguments |
| Inherits: | |
| Status: | Deprecated |
Propiedades
- bufferIndex : int
- destinationAlpha : enumeration
- destinationRgb : enumeration
- sourceAlpha : enumeration
- sourceRgb : enumeration
Descripción detallada
OpenGL pre-3.0: Establece el mismo estado de mezcla para todos los búferes de dibujo OpenGL 3.0-pre4.0: Establece el mismo estado de mezcla para todos los buffers de dibujo, pero puede deshabilitar la mezcla para buffers particulares OpenGL 4.0+: Puede establecer el estado de mezcla individualmente para cada buffer de dibujo.
Documentación de propiedades
bufferIndex : int
Especifica el índice del Draw Buffer al que se aplica este BlendEquationArguments. Si es negativo, se aplicará a todos los Draw Buffers.
destinationAlpha : enumeration
destinationRgb : enumeration
sourceAlpha : enumeration
sourceRgb : enumeration
© 2026 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.