API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceWgslTextureBinding
@codexo/exojs-particles / particles / stable
A 1D texture binding (used by Curve / ColorGradient lookups).
2
props
0
methods
0
events
Import
import { WgslTextureBinding } from '@codexo/exojs-particles'A 1D texture binding (used by Curve / ColorGradient lookups).
Properties2
format: "r32float" | "rgba8unorm"WGSL texture format. r32float for Curve, rgba8unorm for ColorGradient.
name: stringField name within the module - referenced in WGSL as u_${moduleKey}_${name}.
Source