render__destroy_texture

Function render__destroy_texture 

Source
pub unsafe extern "C" fn render__destroy_texture(
    handle: TextureHandle,
) -> ErrorCode
Expand description

Destroy a TextureHandle’s associated texture data.

§Errors

Returns an crate::ErrorCode::InvalidArguments if there is no texture associated to the provided handle.