View Source Membrane.LiveCompositor.Request.RegisterShader (Membrane LiveCompositor Plugin v0.10.0)

Request to register a shader instance.

Summary

Types

WGSL shader source code. Learn more.

t()

Types

@type shader_source() :: String.t()

WGSL shader source code. Learn more.

@type t() :: %Membrane.LiveCompositor.Request.RegisterShader{
  shader_id: String.t(),
  source: shader_source()
}