From 4ea4bbfcb03091cb987dc151d41980ec16f3d18d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Apr 2019 22:31:12 +0800 Subject: *misc --- source/modules/asura-core/graphics/texture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/modules/asura-core/graphics/texture.h') 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 /// /// 渲染整个texture到rt上,原点在左上角,向右,向下延伸 /// - 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: -- cgit v1.1-26-g67d0