DepthTextureAttachment QML Type

Defines a depth texture attachment for a pass. More...

Import Statement: import QtQuick3D
Since: Qt 6.11
Inherits:

Command

Detailed Description

The DepthTextureAttachment type is used to specify a depth texture that will be used as a depth attachment in a RenderPass. The texture will be automatically created and managed by the rendering system.

See also RenderPassTexture.