ClearBuffers QML Type
Clase para borrar buffers. Más...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QClearBuffers |
| Inherits: | |
| Status: | Deprecated |
Propiedades
- buffers : enumeration
- clearColor : color
- clearDepthValue : real
- clearStencilValue : int
- colorBuffer : RenderTargetOutput
Descripción detallada
Un nodo Qt3DRender::QClearBuffers FrameGraph permite borrar los búferes específicos del objetivo de renderizado con valores específicos.
Documentación de Propiedades
buffers : enumeration
Especifica el tipo de búfer que se utilizará.
clearColor : color
Especifica el color transparente que se utilizará.
clearDepthValue : real
Especifica el valor de profundidad de borrado que se utilizará.
clearStencilValue : int
Especifica el valor del esténcil que se utilizará.
colorBuffer : RenderTargetOutput
Especifica un búfer de color específico a borrar. Si se establece en NULL (por defecto), y se establece la bandera ColorBuffer, se borrarán todos los búferes de color.
© 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.