pub unsafe extern "C" fn render__destroy_texture(
handle: TextureHandle,
) -> ErrorCodeExpand description
Destroy a TextureHandle’s associated texture data.
§Errors
Returns an crate::ErrorCode::InvalidArguments if there is no texture associated
to the provided handle.