logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_Metal_DestroyView - Destroy an existing SDL_MetalView object.

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);

See Also