Module Gpu.Shader_module

Shader modules.

module Compilation_message : sig ... end

Compilation messages.

module Compilation_info : sig ... end

Compilation information.

module Compilation_hint : sig ... end

Compilation hints.

module Descriptor : sig ... end

Descriptors.

type t

The type for GPUShaderModule objects.

val label : t -> Jstr.t

label sm is the label of sm.

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

get_compilation_info sm is the compilation info of sm.