Function SDL_Metal_GetLayer
pub unsafe extern "C" fn SDL_Metal_GetLayer(
view: *mut c_void,
) -> *mut c_void
Available on crate feature
dep_sdl3
only.Expand description
Get a pointer to the backing CAMetalLayer for the given view.
§Parameters
view
: theSDL_MetalView
object.
§Return value
Returns a pointer.
§Availability
This function is available since SDL 3.2.0.