summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/graphics/texture.h')
-rw-r--r--source/modules/asura-core/graphics/texture.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/modules/asura-core/graphics/texture.h b/source/modules/asura-core/graphics/texture.h
index 571c617..4a414b4 100644
--- a/source/modules/asura-core/graphics/texture.h
+++ b/source/modules/asura-core/graphics/texture.h
@@ -1,8 +1,8 @@
#ifndef __ASURA_TEXTURE_H__
#define __ASURA_TEXTURE_H__
-#include <asura-utils/math/rect.hpp>
#include <asura-utils/math/vector2.hpp>
+#include <asura-utils/math/rect.hpp>
#include "../core_config.h"
@@ -87,7 +87,7 @@ namespace AsuraEngine
///
/// ȾtextureһֵrtϣԭϽǣң졣
///
- virtual void Render(const RenderTarget* rt, const Math::Rectf& quad, const RenderState& state) = 0;
+ virtual void Render(const RenderTarget* rt, const AEMath::Rectf& quad, const RenderState& state) = 0;
protected:
@@ -112,6 +112,9 @@ namespace AsuraEngine
//----------------------------------------------------------------------------//
+ ///
+ /// OpenGL
+ ///
GLuint mTex;
FilterMode mMinFilter;