GPUQuerySetDescriptor


class GPUQuerySetDescriptor


Describes a query set.

Summary

Public constructors

GPUQuerySetDescriptor(type: Int, count: Int, label: String?)

Public properties

Int

The number of queries in the set.

String?

A human-readable label for debugging.

Int

The type of queries in the set.

Public constructors

GPUQuerySetDescriptor

Added in 1.0.0-alpha04
GPUQuerySetDescriptor(type: Int, count: Int, label: String? = null)

Public properties

count

Added in 1.0.0-alpha04
var countInt

The number of queries in the set.

label

Added in 1.0.0-alpha04
var labelString?

A human-readable label for debugging.

type

Added in 1.0.0-alpha04
var typeInt

The type of queries in the set.