Last release gfx fix

This commit is contained in:
lanariel 2014-02-20 09:23:09 +01:00
parent d22e736ea3
commit d537bd6791
2 changed files with 2 additions and 3 deletions

View File

@ -224,7 +224,7 @@ namespace Oyster
#else
API::State API::ReloadShaders()
{
return API::State::Sucsess;
}
void API::StartRenderWireFrame()

View File

@ -38,7 +38,7 @@ namespace Oyster
typedef void* Texture;
static State Init(HWND Window, bool MSAA_Quality, bool Fullscreen, Option options);
#ifdef _DEBUG
static State ReloadShaders();
//should be called after rendered normal models, before GUI or Text rendering
@ -51,7 +51,6 @@ namespace Oyster
static void RenderDebugSphere(Math::Matrix world);
static void StartRenderFullModel();
#endif
//! @todo Memory Leaks