QComputeCommand Class

(Qt3DRender::QComputeCommand)

Properties

Public Functions

QComputeCommand(Qt3DCore::QNode *parent = nullptr)
~QComputeCommand()
int workGroupX() const
int workGroupY() const
int workGroupZ() const

Public Slots

void setWorkGroupX(int workGroupX)
void setWorkGroupY(int workGroupY)
void setWorkGroupZ(int workGroupZ)

Signals

Additional Inherited Members

  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected functions inherited from Qt3DCore::QNode
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

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

QComputeCommand::QComputeCommand(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QComputeCommand.

QComputeCommand::~QComputeCommand()

Destroys the instance of QComputeCommand.