GPUQuerySetDescriptor


public final class GPUQuerySetDescriptor


A descriptor for creating a query set.

Summary

Public constructors

GPUQuerySetDescriptor(int type, int count, String label)

Public methods

final int

The total number of queries in the set.

final String

The label for the query set.

final int

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

final void
setCount(int count)

The total number of queries in the set.

final void

The label for the query set.

final void
setType(int type)

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

Public constructors

GPUQuerySetDescriptor

Added in 1.0.0-alpha02
public GPUQuerySetDescriptor(int type, int count, String label)

Public methods

getCount

Added in 1.0.0-alpha02
public final int getCount()

The total number of queries in the set.

getLabel

Added in 1.0.0-alpha02
public final String getLabel()

The label for the query set.

getType

Added in 1.0.0-alpha02
public final int getType()

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

setCount

Added in 1.0.0-alpha02
public final void setCount(int count)

The total number of queries in the set.

setLabel

Added in 1.0.0-alpha02
public final void setLabel(String label)

The label for the query set.

setType

Added in 1.0.0-alpha02
public final void setType(int type)

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