summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/window/window.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-04-06 07:39:49 +0800
committerchai <chaifix@163.com>2019-04-06 07:39:49 +0800
commite47baca4f23db43ec91fbf64d5d06d7c0dbee495 (patch)
tree9e909413bbf61834570e7dbdbe37fc8705f12730 /source/modules/asura-core/window/window.cpp
parente13616b5c40f912853be99f0603f0e4c97b22062 (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/window/window.cpp')
-rw-r--r--source/modules/asura-core/window/window.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/modules/asura-core/window/window.cpp b/source/modules/asura-core/window/window.cpp
index 99433d5..9dc247d 100644
--- a/source/modules/asura-core/window/window.cpp
+++ b/source/modules/asura-core/window/window.cpp
@@ -84,23 +84,23 @@ namespace AsuraEngine
glClearColor(col.r, col.g, col.b, col.a);
}
- void Window::Clear(const Math::Recti& quad, const AEGraphics::Color& col /*= AEGraphics::Color::Black*/)
- {
- ASSERT(mImpl);
+ //void Window::Clear(const Math::Recti& quad, const AEGraphics::Color& col /*= AEGraphics::Color::Black*/)
+ //{
+ // ASSERT(mImpl);
- }
+ //}
void Window::Draw(const AEGraphics::Drawable* texture, const AEGraphics::RenderState& state)
{
ASSERT(mImpl);
}
-
+/*
void Window::Draw(const AEGraphics::Drawable* texture, const Math::Recti& quad, const AEGraphics::RenderState& state)
{
ASSERT(mImpl);
}
-
+*/
}
}