Screenshot capability of Software rasterizer for feature completness.

This commit is contained in:
Ryan Houdek
2013-11-15 22:07:08 -06:00
parent 23c84c220f
commit e8a4cc0f71
4 changed files with 33 additions and 5 deletions

View File

@ -6,13 +6,15 @@
#define _RENDERER_H_
#include "CommonTypes.h"
#include "Thread.h"
namespace SWRenderer
{
{
void Init();
void Prepare();
void Shutdown();
void SetScreenshot(const char *_szFilename);
void RenderText(const char* pstr, int left, int top, u32 color);
void DrawDebugText();