QDispatchCompute Class

(Qt3DRender::QDispatchCompute)
Inherits: Qt3DRender::QFrameGraphNode

Properties

Public Functions

QDispatchCompute(Qt3DCore::QNode *parent = Q_NULLPTR)
~QDispatchCompute()
void setWorkGroupX(int workGroupX)
void setWorkGroupY(int workGroupY)
void setWorkGroupZ(int workGroupZ)
int workGroupX() const
int workGroupY() const
int workGroupZ() const

Signals

void workGroupXChanged()
void workGroupYChanged()
void workGroupZChanged()

Protected Functions

void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

Property Documentation

workGroupX : int

Access functions:

int workGroupX() const
void setWorkGroupX(int workGroupX)

Notifier signal:

void workGroupXChanged()

workGroupY : int

Access functions:

int workGroupY() const
void setWorkGroupY(int workGroupY)

Notifier signal:

void workGroupYChanged()

workGroupZ : int

Access functions:

int workGroupZ() const
void setWorkGroupZ(int workGroupZ)

Notifier signal:

void workGroupZChanged()

Member Function Documentation

QDispatchCompute::QDispatchCompute(Qt3DCore::QNode *parent = Q_NULLPTR)

Default constructs an instance of QDispatchCompute.

QDispatchCompute::~QDispatchCompute()

Destroys the instance of QDispatchCompute.

[protected] void QDispatchCompute::copy(const Qt3DCore::QNode *ref)

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qt3drender-qdispatchcompute.html