QskTextureNodePrivate

Inherits from QSGGeometryNodePrivate

Public Functions

  Name
  QskTextureNodePrivate()
void setTextureId(QQuickWindow * window, uint id)
void updateTextureGeometry(const QQuickWindow * window)

Public Attributes

  Name
QSGGeometry geometry
OpaqueTextureMaterial opaqueMaterial
TextureMaterial material
QRectF rect
Qt::Orientations mirrored

Public Functions Documentation

function QskTextureNodePrivate

inline QskTextureNodePrivate()

function setTextureId

void setTextureId(
    QQuickWindow * window,
    uint id
)

function updateTextureGeometry

inline void updateTextureGeometry(
    const QQuickWindow * window
)

Public Attributes Documentation

variable geometry

QSGGeometry geometry;

variable opaqueMaterial

OpaqueTextureMaterial opaqueMaterial;

variable material

TextureMaterial material;

variable rect

QRectF rect;

variable mirrored

Qt::Orientations mirrored;

Updated on 28 July 2023 at 14:02:27 CEST