vdef_dim_is_aligned

Function vdef_dim_is_aligned 

Source
pub unsafe extern "C" fn vdef_dim_is_aligned(
    dim: *const vdef_dim,
    align: *const vdef_dim,
) -> bool
Expand description

Check if dimension components are aligned. This function checks if all values of a dimension are aligned. It is very useful to check hardware limitations. @param dim: the dimension to check @param align: the dimension with alignment restriction @return true if the dimension is aligned, false otherwise