pub unsafe fn ptextexture_get_border_mode_u(
    cache: *const PtexTexture
) -> BorderMode
Expand description

Get the BorderMode for the specified PtexCache and direction.

§Safety

This function must be called with a valid PtexTexture pointer.