#include <mxvk/include/mxvk/mxvk.hpp>
Definition at line 472 of file mxvk.hpp.
◆ operator()()
| void mxvk::VK_Window::SDLWindowDeleter::operator() |
( |
SDL_Window * | ptr | ) |
const |
|
inline |
Definition at line 473 of file mxvk.hpp.
473 {
474 if (ptr != nullptr) {
475 SDL_DestroyWindow(ptr);
476 }
477 }
The documentation for this struct was generated from the following file: