add webgl support
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
#include "canvas_modes.h"
|
||||
#include <stack>
|
||||
|
||||
#if __WEB__
|
||||
#define CANVAS_RES 512
|
||||
#else
|
||||
#define CANVAS_RES 1536
|
||||
#endif
|
||||
|
||||
struct PPIThumb
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user