#include <lol/Texture.hpp>
#include <glad/glad.h>
namespace lol
{
UniqueTexture::UniqueTexture() :
textureID(0)
}