SimpleQuadRenderer QML Type
The SimpleQuadRenderer class renders a full-screen quad with a specified texture. More...
| Import Statement: | import QtQuick3D.Helpers |
| Inherits: |
Detailed Description
The SimpleQuadRenderer is a convenient way to render a texture across the entire screen.
import QtQuick3D.Helpers
SimpleQuadRenderer {
texture: Texture {
source: "myImage.png"
}
}
See also RenderPassTexture.