View Source Membrane.LiveCompositor.Request.RegisterShader (Membrane LiveCompositor Plugin v0.9.0)
Request to register a shader instance.
Summary
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() }