package brr

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

Module Shader_module.DescriptorSource

Descriptors.

Sourcetype t

The type for GPUShaderModuleDescriptor objects.

Sourceval v : ?label:Jstr.t -> ?source_map:Jv.t -> ?hints:(Jstr.t * Compilation_hint.t) list -> code:Jstr.t -> unit -> t

v constructs a GPUShaderModuleDescriptor object with given parameters.