summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-04-08 22:31:12 +0800
committerchai <chaifix@163.com>2019-04-08 22:31:12 +0800
commit4ea4bbfcb03091cb987dc151d41980ec16f3d18d (patch)
treebdbe56d8c570b5f243744fbfc5a6cdd2c4f6dc4f /source/modules/asura-core/graphics/texture.h
parente47baca4f23db43ec91fbf64d5d06d7c0dbee495 (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/texture.h')
-rw-r--r--source/modules/asura-core/graphics/texture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/modules/asura-core/graphics/texture.h b/source/modules/asura-core/graphics/texture.h
index 4a414b4..333a8c6 100644
--- a/source/modules/asura-core/graphics/texture.h
+++ b/source/modules/asura-core/graphics/texture.h
@@ -66,7 +66,7 @@ namespace AsuraEngine
Texture();
virtual ~Texture();
- GLuint GetGLTextureHandle() const;
+ GLuint GetGLTexture() const;
void SetFilterMode(FilterMode min, FilterMode mag);
void SetWrapMode(WrapMode wrapMode);
@@ -82,12 +82,12 @@ namespace AsuraEngine
///
/// ȾtexturertϣԭϽǣң
///
- virtual void Render(const RenderTarget* rt, const RenderState& state) = 0;
+ //virtual void Render(const RenderTarget* rt, const RenderState& state) = 0;
///
/// ȾtextureһֵrtϣԭϽǣң졣
///
- virtual void Render(const RenderTarget* rt, const AEMath::Rectf& quad, const RenderState& state) = 0;
+ //virtual void Render(const RenderTarget* rt, const AEMath::Rectf& quad, const RenderState& state) = 0;
protected: