Query.Set
Query sets
module Descriptor : sig ... end
Descriptors.
type t
The type for GPUQuerySet objects.
GPUQuerySet
val label : t -> Jstr.t
label s is the label of s.
label s
s
val type' : t -> Type.t
type' s is the type of s.
type' s
val count : t -> int
count s is the count of s.
count s
val destroy : t -> unit
destroy s destroys s.
destroy s