package brr

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

Module Pipeline_layout.DescriptorSource

Descriptors.

Sourcetype t

The type for GPUPipelineLayoutDescription objects.

Sourceval v : ?label:Jstr.t -> bind_group_layouts:Bind_group.Layout.t list -> unit -> t

v constructs a GPUPipelineLayoutDescription object with given parameters.