QueueRequest

A request for a queue family and each queue to be created within that family. The amount of queue to be created is given by priorities.length. Priorities represent the relative priority to be given to each queue (from 0 to 1)

Members

Variables

familyIndex
uint familyIndex;
Undocumented in source.
priorities
float[] priorities;
Undocumented in source.

Meta