QRenderTargetOutput¶
The QRenderTargetOutput
class allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc… ). More…
Synopsis¶
Functions¶
def
attachmentPoint
()def
face
()def
layer
()def
mipLevel
()def
texture
()
Slots¶
def
setAttachmentPoint
(attachmentPoint)def
setFace
(face)def
setLayer
(layer)def
setMipLevel
(level)def
setTexture
(texture)
Signals¶
def
attachmentPointChanged
(attachmentPoint)def
faceChanged
(face)def
layerChanged
(layer)def
mipLevelChanged
(mipLevel)def
textureChanged
(texture)
Detailed Description¶
A QRenderTargetOutput
specifies the attachment point and parameters for texture that is attached to render target. In addition to the attachment point, texture miplevel, layer and cubemap face can be specified. The texture attached to the QRenderTargetOutput
must be compatible with the given parameters.
- class PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
The constructor creates a new QRenderTargetOutput
instance with the specified parent
.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint¶
This enumeration specifies the values for the attachment point.
Constant
Description
Qt3DRender.QRenderTargetOutput.Color0
Color attachment point at index 0
Qt3DRender.QRenderTargetOutput.Color1
Color attachment point at index 1
Qt3DRender.QRenderTargetOutput.Color2
Color attachment point at index 2
Qt3DRender.QRenderTargetOutput.Color3
Color attachment point at index 3
Qt3DRender.QRenderTargetOutput.Color4
Color attachment point at index 4
Qt3DRender.QRenderTargetOutput.Color5
Color attachment point at index 5
Qt3DRender.QRenderTargetOutput.Color6
Color attachment point at index 6
Qt3DRender.QRenderTargetOutput.Color7
Color attachment point at index 7
Qt3DRender.QRenderTargetOutput.Color8
Color attachment point at index 8
Qt3DRender.QRenderTargetOutput.Color9
Color attachment point at index 9
Qt3DRender.QRenderTargetOutput.Color10
Color attachment point at index 10
Qt3DRender.QRenderTargetOutput.Color11
Color attachment point at index 11
Qt3DRender.QRenderTargetOutput.Color12
Color attachment point at index 12
Qt3DRender.QRenderTargetOutput.Color13
Color attachment point at index 13
Qt3DRender.QRenderTargetOutput.Color14
Color attachment point at index 14
Qt3DRender.QRenderTargetOutput.Color15
Color attachment point at index 15
Qt3DRender.QRenderTargetOutput.Depth
Depth attachment point
Qt3DRender.QRenderTargetOutput.Stencil
Stencil attachment point
Qt3DRender.QRenderTargetOutput.DepthStencil
attachment point
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.attachmentPoint()¶
- Return type
Holds the attachment point of the QRenderTargetOutput
.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.attachmentPointChanged(attachmentPoint)¶
- Parameters
attachmentPoint –
AttachmentPoint
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.face()¶
- Return type
Holds the face of the attached cubemap texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.faceChanged(face)¶
- Parameters
face –
CubeMapFace
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.layer()¶
- Return type
int
Holds the layer of the attached texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.layerChanged(layer)¶
- Parameters
layer – int
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.mipLevel()¶
- Return type
int
Holds the miplevel of the attached texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.mipLevelChanged(mipLevel)¶
- Parameters
mipLevel – int
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.setAttachmentPoint(attachmentPoint)¶
- Parameters
attachmentPoint –
AttachmentPoint
Holds the attachment point of the QRenderTargetOutput
.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.setFace(face)¶
- Parameters
face –
CubeMapFace
Holds the face of the attached cubemap texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.setLayer(layer)¶
- Parameters
layer – int
Holds the layer of the attached texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.setMipLevel(level)¶
- Parameters
level – int
Holds the miplevel of the attached texture the rendering is directed to.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.setTexture(texture)¶
- Parameters
Holds the texture attached to the attachment point.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.texture()¶
- Return type
Holds the texture attached to the attachment point.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetOutput.textureChanged(texture)¶
- Parameters
© 2022 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.