// // OpenGL.h // OpenSpades // // Created by yvt on 7/11/13. // Copyright (c) 2013 yvt.jp. All rights reserved. // #pragma once // TODO: support other platform #if __APPLE__ #include #include #else #include // v3.3 / GL_ARB_occlusion_query2 #ifndef GL_ANY_SAMPLES_PASSED # define GL_ANY_SAMPLES_PASSED 0x8C2F #endif #endif