projectm_get_mesh_size

Function projectm_get_mesh_size 

Source
pub unsafe extern "C" fn projectm_get_mesh_size(
    instance: projectm_handle,
    width: *mut usize,
    height: *mut usize,
)
Expand description

@brief Returns the per-pixel equation mesh size in units. @param instance The projectM instance handle. @param width The width of the mesh. @param height The height of the mesh.