From f24107368fa47f911f4491f644ff3755525c91e1 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 19 Aug 2017 20:20:51 +0500 Subject: 2017-08-19 --- old/graphics/Texture.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 old/graphics/Texture.hpp (limited to 'old/graphics/Texture.hpp') diff --git a/old/graphics/Texture.hpp b/old/graphics/Texture.hpp deleted file mode 100644 index 5b2afcf..0000000 --- a/old/graphics/Texture.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include -#include -#include - -class Texture { - Texture(Texture&); - Texture&operator=(Texture&); -public: - GLuint texture; - Texture(std::string filename, GLenum textureWrapping = GL_CLAMP_TO_BORDER, GLenum textureFiltering = GL_NEAREST); - ~Texture(); -}; \ No newline at end of file -- cgit v1.2.3