Function sdl2_sys::SDL_Metal_DestroyView
source ยท pub unsafe extern "C" fn SDL_Metal_DestroyView(view: SDL_MetalView)
Expand description
Destroy an existing SDL_MetalView object.
This should be called before SDL_DestroyWindow, if SDL_Metal_CreateView was called after SDL_CreateWindow.
\since This function is available since SDL 2.0.12.
\sa SDL_Metal_CreateView