ktxTexture_GetRowPitch

Function ktxTexture_GetRowPitch 

Source
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.