pub unsafe extern "C" fn gs_texture_get_obj(
    tex: *mut gs_texture_t
) -> *mut c_void
Expand description

Gets a pointer to the context-specific object associated with the texture. For example, for GL, this is a GLuint*. For D3D11, ID3D11Texture2D*.