Qt3DRender::QRenderAspect Class
class Qt3DRender::QRenderAspectLa clase QRenderAspect. Más...
| Cabecera: | #include <Qt3DRender/QRenderAspect> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake: | QT += 3drender |
| Hereda: | Qt3DCore::QAbstractAspect |
| Status: | Obsoleto |
Tipos Públicos
| enum | SubmissionType { Automatic, Manual } |
Funciones públicas
| QRenderAspect(QObject *parent = nullptr) | |
| QRenderAspect(Qt3DRender::QRenderAspect::SubmissionType submissionType, QObject *parent = nullptr) |
Documentación de los tipos de miembros
enum QRenderAspect::SubmissionType
| Constante | Valor | Descripción |
|---|---|---|
Qt3DRender::QRenderAspect::Automatic | 0 | QRenderAspect se encarga de enviar los comandos de renderizado a la GPU. |
Qt3DRender::QRenderAspect::Manual | 1 | El usuario se encargará de indicar a QRenderAspect cuándo es el momento adecuado para enviar los comandos de renderizado a la GPU. |
Documentación de las funciones miembro
[explicit] QRenderAspect::QRenderAspect(QObject *parent = nullptr)
El constructor crea una nueva instancia de QRenderAspect::QRenderAspect con la dirección parent especificada. Este constructor establecerá el tipo de envío en Automático. padre
[explicit] QRenderAspect::QRenderAspect(Qt3DRender::QRenderAspect::SubmissionType submissionType, QObject *parent = nullptr)
El constructor crea una nueva instancia QRenderAspect::QRenderAspect con el parent especificado. El submissionType especifica si el RenderAspect es el encargado de realizar el envío del renderizado o si el usuario se encargará de ello. padre
© 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.