Improved Binding of textures
This commit is contained in:
parent
8174ebaee4
commit
f1f076acf4
5 changed files with 27 additions and 4 deletions
|
@ -14,6 +14,9 @@
|
|||
namespace oglu
|
||||
{
|
||||
class Color;
|
||||
class AbstractTexture;
|
||||
|
||||
typedef std::shared_ptr<AbstractTexture> Texture;
|
||||
|
||||
/**
|
||||
* @brief An object representing an OpenGL Shader Program.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue