MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{main.cpp}::SurfaceDeleter Class Reference

Public Member Functions

void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const
void operator() (SDL_Surface *surface) const

Detailed Description

Definition at line 22 of file main.cpp.

Member Function Documentation

◆ operator()() [1/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 24 of file main.cpp.

24 {
25 SDL_DestroySurface(surface);
26 }

◆ operator()() [2/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 25 of file main.cpp.

25 {
26 SDL_DestroySurface(surface);
27 }

◆ operator()() [3/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 92 of file main.cpp.

92 {
93 SDL_DestroySurface(surface);
94 }

◆ operator()() [4/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 48 of file main.cpp.

48 {
49 SDL_DestroySurface(surface);
50 }

◆ operator()() [5/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 40 of file main.cpp.

40 {
41 SDL_DestroySurface(surface);
42 }

◆ operator()() [6/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 58 of file main.cpp.

58 {
59 SDL_DestroySurface(surface);
60 }

◆ operator()() [7/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 28 of file main.cpp.

28 {
29 SDL_DestroySurface(surface);
30 }

◆ operator()() [8/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 27 of file main.cpp.

27 {
28 SDL_DestroySurface(surface);
29 }

◆ operator()() [9/9]

void anonymous_namespace{main.cpp}::SurfaceDeleter::operator() ( SDL_Surface * surface) const
inline

Definition at line 27 of file main.cpp.

27 {
28 SDL_DestroySurface(surface);
29 }

The documentation for this class was generated from the following files: