summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/window/window.cpp
diff options
context:
space:
mode:
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);
}
-
+*/
}
}