Kaydet (Commit) 1690f9d1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix code for writting png files

Change-Id: I96244b99b2f5a9f22ca09c133687661b06229359
üst 0c69641d
......@@ -45,9 +45,13 @@ using namespace com::sun::star;
using namespace std;
#define RENDER_TO_FILE 0
#define DEBUG_PNG 0
#define DEBUG_PNG 1
#define BMP_HEADER_LEN 54
#if DEBUG_PNG
#include <vcl/pngwrite.hxx>
#endif
#define OPENGL_SHADER( ... )# __VA_ARGS__
#define GL_PI 3.14159f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment