pub fn set_math_function_uniforms(
gl: &Context,
program: &ComputeProgram,
function_type: MathFunctionType,
point_count: u32,
dt: f32,
time: f32,
params: [f32; 4],
max_iterations: u32,
julia_c: [f32; 2],
)Expand description
Set uniforms for the math function GPU kernel.