QueryType


class QueryType


Specifies the type of a query set.

Summary

Constants

const Int

An occlusion query, which counts fragments that pass depth and stencil tests.

const Int

A timestamp query, which records GPU timestamps.

Public companion functions

String
toString(value: Int)

Constants

Occlusion

const val Occlusion = 1: Int

An occlusion query, which counts fragments that pass depth and stencil tests.

Timestamp

const val Timestamp = 2: Int

A timestamp query, which records GPU timestamps.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String