yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::util::SDL_Texture_Deleter Struct Reference

Custom deleter for SDL_Texture. More...

#include <sdl_deleter.h>

Public Member Functions

void operator() (SDL_Texture *p) const
 

Detailed Description

Custom deleter for SDL_Texture.

Works with both SDL2 and SDL3 as SDL_DestroyTexture has the same signature.

Definition at line 51 of file sdl_deleter.h.

Member Function Documentation

◆ operator()()

void yaze::util::SDL_Texture_Deleter::operator() ( SDL_Texture * p) const
inline

Definition at line 52 of file sdl_deleter.h.


The documentation for this struct was generated from the following file: