00001 #include "../pch.h" 00002 00003 Texture::Texture(GLint textureIndex) 00004 : m_textureIndex(textureIndex) 00005 { 00006 } 00007 00008 Texture::~Texture(void) 00009 { 00010 }