GPUQuerySetDescriptor


public final class GPUQuerySetDescriptor


Describes a query set.

Summary

Public constructors

GPUQuerySetDescriptor(int type, int count, String label)

Public methods

final int

The number of queries in the set.

final String

A human-readable label for debugging.

final int

The type of queries in the set.

final void
setCount(int count)

The number of queries in the set.

final void

A human-readable label for debugging.

final void
setType(int type)

The type of queries in the set.

Public constructors

GPUQuerySetDescriptor

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

Public methods

getCount

Added in 1.0.0-alpha04
public final int getCount()

The number of queries in the set.

getLabel

Added in 1.0.0-alpha04
public final String getLabel()

A human-readable label for debugging.

getType

Added in 1.0.0-alpha04
public final int getType()

The type of queries in the set.

setCount

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

The number of queries in the set.

setLabel

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

A human-readable label for debugging.

setType

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

The type of queries in the set.