gKitGL
QueryManager.h
00001 
00002 #ifndef _GKQUERY_MANAGER_H
00003 #define _GKQUERY_MANAGER_H
00004 
00005 #include "GLManager.h"
00006 #include "GL/GLQuery.h"
00007 
00008 namespace gk {
00009 
00010 inline    
00011 GLQuery *createQuery( const GLenum target )
00012 {
00013     return GLManager<GLQuery>::manager().insert(
00014         new GLQuery(target) );
00015 }
00016 
00017 }
00018 
00019 
00020 #endif
 All Classes Namespaces Functions Variables Typedefs Enumerator Friends