SDL_Metal_DestroyView - Man Page
Name
SDL_Metal_DestroyView ā Destroy an existing SDL_MetalView
object.
Header File
Defined in SDL3/SDL_metal.h
Synopsis
#include "SDL3/SDL.h" void SDL_Metal_DestroyView(SDL_MetalView view);
Description
This should be called before SDL_DestroyWindow , if
SDL_Metal_CreateView
was called after
SDL_CreateWindow .
Function Parameters
- view
the SDL_MetalView
object.
Availability
This function is available since SDL 3.2.0.
See Also
Ā·(3), SDL_Metal_CreateView(3)
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS