QDispatchCompute Class

(Qt3DRender::QDispatchCompute)

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

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)

© 2017 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.