Struct 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)

struct QueueRequest ;

Fields

NameTypeDescription
familyIndex uint
priorities float[]