template struct EE::Graphics::ResourceDeleter

Deleter used by eepp resource control blocks so EE_MEMORY_MANAGER sees the matching eeDelete.

#include <resource.hpp>

template <typename T>
struct ResourceDeleter {
    // methods

    void operator()(T* resource) const;
};