Untitled Game engine no.5
1.0
|
Wrapper for a texture reference and a texture mapping. More...
#include <Texture.hpp>
Public Member Functions | |
TextureLookup (const Ref< Texture > &tex, const Ref< Engine::TextureMap > &map, uint width, uint height) | |
Public Attributes | |
Ref< Texture > | tex |
texture reference | |
Ref< TextureMap > | map |
Mapping reference. | |
uint | width |
texture width | |
uint | height |
texture height | |
Wrapper for a texture reference and a texture mapping.