Skip to content

textmode.filters.js / TextmodeFilterUniformDefinitions

Type Alias: TextmodeFilterUniformDefinitions

ts
type TextmodeFilterUniformDefinitions = Record<string, readonly [string, TextmodeUniformValue]>;

Uniform declarations for a custom filter, mapping GLSL names to public parameter names and defaults.