[][src]Function ogl33::Uniform1f::load_with

pub unsafe fn load_with<F>(load_fn: F) where
    F: FnMut(*const c_char) -> *const c_void

Load Uniform1f using the provided loader.

Safety

  • This mostly trusts whatever the loader function says, so the loader must provide the correct pointer or a null pointer.