Untitled Game engine no.5  1.0
Public Member Functions | Public Attributes | List of all members
Engine::TextureLookup Struct Reference

Wrapper for a texture reference and a texture mapping. More...

#include <Texture.hpp>

Inheritance diagram for Engine::TextureLookup:
Inheritance graph
[legend]

Public Member Functions

 TextureLookup (const Ref< Texture > &tex, const Ref< Engine::TextureMap > &map, uint width, uint height)
 

Public Attributes

Ref< Texturetex
 texture reference
 
Ref< TextureMapmap
 Mapping reference.
 
uint width
 texture width
 
uint height
 texture height
 

Detailed Description

Wrapper for a texture reference and a texture mapping.


The documentation for this struct was generated from the following files: