package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.