Function csfml_graphics_sys::sfShader_setFloat3Parameter [] [src]

pub unsafe extern "C" fn sfShader_setFloat3Parameter(
    shader: *mut sfShader,
    name: *const c_schar,
    x: f32,
    y: f32,
    z: f32
)