MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk::VK_Window::SDLWindowDeleter Struct Reference

#include <mxvk/include/mxvk/mxvk.hpp>

Public Member Functions

void operator() (SDL_Window *ptr) const

Detailed Description

Definition at line 472 of file mxvk.hpp.

Member Function Documentation

◆ 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: