package brr

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

Module Bind_group.DescriptorSource

Descriptors.

Sourcetype t

The type for GPUBindGroupDescriptor objects.

Sourceval v : ?label:Jstr.t -> layout:Layout.t -> entries:Entry.t list -> unit -> t

v constructs a GPUBindGroupDescriptor object with given parameters.