GPUQuerySetDescriptor


class GPUQuerySetDescriptor


A descriptor for creating a query set.

Summary

Public constructors

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

Public properties

Int

The total number of queries in the set.

String?

The label for the query set.

Int

The type of queries in the set (occlusion or timestamp).

Public constructors

GPUQuerySetDescriptor

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

Public properties

count

Added in 1.0.0-alpha02
var countInt

The total number of queries in the set.

label

Added in 1.0.0-alpha02
var labelString?

The label for the query set.

type

Added in 1.0.0-alpha02
var typeInt

The type of queries in the set (occlusion or timestamp).