SDL_Metal_DestroyView - Destroy an existing SDL_MetalView object.
Contents
Availability
This function is available since SDL 3.2.0.
Description
This should be called before SDL_DestroyWindow, if SDL_Metal_CreateView was called after
SDL_CreateWindow.
Function Parameters
view the SDL_MetalView object.
Name
SDL_Metal_DestroyView - Destroy an existing SDL_MetalView object.
See Also
SDL_Metal_CreateView(3) Simple Directmedia Layer SDL 3.2.20 SDL_Metal_DestroyView(3)
Synopsis
#include<SDL3/SDL_metal.h>voidSDL_Metal_DestroyView(SDL_MetalViewview);
