package brr

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

Module Gpu.Shader_moduleSource

Shader modules.

Sourcemodule Compilation_message : sig ... end

Compilation messages.

Sourcemodule Compilation_info : sig ... end

Compilation information.

Sourcemodule Compilation_hint : sig ... end

Compilation hints.

Sourcemodule Descriptor : sig ... end

Descriptors.

Sourcetype t

The type for GPUShaderModule objects.

Sourceval label : t -> Jstr.t

label sm is the label of sm.

Sourceval get_compilation_info : t -> Compilation_info.t Fut.or_error

get_compilation_info sm is the compilation info of sm.