Function libktx_rs_sys::ktxTexture_GetRowPitch[][src]

pub unsafe extern "C" fn ktxTexture_GetRowPitch(
    This: *mut ktxTexture,
    level: ktx_uint32_t
) -> ktx_uint32_t
Expand description

Returns the pitch of a row of an image at the specified level. Similar to the rowPitch in a VkSubResourceLayout.