numWorkGroups tag - tiagodinis/GParticles GitHub Wiki

Description: Tag that indicates how many GPU work groups should be used to process particle data. Note that numWorkGroups value must be inferior to that of the maximum size of a buffer, as that would mean a work group would have no data to process.

Parent tag: properties

Child tags: none

attribute type description
value uint number of GPU work groups

Example:

<numWorkGroups value=4 />