package brr

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

Compute pipelines.

module Descriptor : sig ... end

Descriptors.

type t

The type for GPUComputePipeline objects.

val label : t -> Jstr.t

label p is the label of p.

val get_bind_group_layout : t -> int -> Bind_group.Layout.t

get_bind_group_layout p i gets the bind group layout i of p.