Module Query.Set

Query sets

module Descriptor : sig ... end

Descriptors.

type t

The type for GPUQuerySet objects.

val label : t -> Jstr.t

label s is the label of s.

val type' : t -> Type.t

type' s is the type of s.

val count : t -> int

count s is the count of s.

val destroy : t -> unit

destroy s destroys s.