project_files/hwc/rtl/GL.h
author sheepluva
Wed, 02 Sep 2015 04:49:11 +0200
changeset 11062 46f293e8cbfb
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
also expose MapFeatureSize in onPreviewInit

#pragma once

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