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 |
getCount()The total number of queries in the set. |
final String |
getLabel()The label for the query set. |
final int |
getType()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
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).