Skip to content

textmode.js / TextmodeUniformValue

Type Alias: TextmodeUniformValue

ts
type TextmodeUniformValue = 
  | number
  | boolean
  | number[]
  | number[][]
  | Float32Array
  | Int32Array
  | TextmodeFramebuffer
  | WebGLTexture;

Values accepted by custom shader uniforms.