QuerySetDescriptor


class QuerySetDescriptor


A descriptor for creating a query set.

Summary

Public constructors

QuerySetDescriptor(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

QuerySetDescriptor

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

Public properties

count

Added in 1.0.0-alpha01
var countInt

The total number of queries in the set.

label

Added in 1.0.0-alpha01
var labelString?

The label for the query set.

type

Added in 1.0.0-alpha01
var typeInt

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