project_files/hwc/rtl/GL.h
author sheepluva
Thu, 02 Oct 2014 13:18:58 +0200
changeset 10427 dd44d2c8fd0e
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
also fix top/bottom and side-by-side rendering (got also broken in webgl branch)

#pragma once

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include "GL/gl.h"
#endif