Changeset 7205 in orxonox.OLD for branches/std/src/lib/graphics/importer/texture.h
- Timestamp:
- Mar 9, 2006, 8:47:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/graphics/importer/texture.h
r7203 r7205 18 18 { 19 19 public: 20 Texture(const std::string& imageName = NULL, GLenum target = GL_TEXTURE_2D);20 Texture(const std::string& imageName = "", GLenum target = GL_TEXTURE_2D); 21 21 // Texture(TEXTURE_TYPE type, int resolution); 22 22 virtual ~Texture();
Note: See TracChangeset
for help on using the changeset viewer.