Changeset 9718 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer/texture.h
- Timestamp:
- Sep 1, 2006, 11:56:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/texture.h
r9715 r9718 29 29 30 30 Texture& operator=(const Texture& texture); 31 Texture& operator=(const TextureData Pointer& textureDataPointer);31 Texture& operator=(const TextureData::Pointer& textureDataPointer); 32 32 33 33 virtual ~Texture(); … … 63 63 64 64 private: 65 TextureData Pointerdata; //!< The TextureData65 TextureData::Pointer data; //!< The TextureData 66 66 GLclampf priority; //!< the priority of the current texture (used for garphics cards with limited mem) 67 67
Note: See TracChangeset
for help on using the changeset viewer.