GLCaps.h File Reference- Maintainer:
- Morgan McGuire, matrix@graphics3d.com
More...
#include "G3D/platform.h"
#include "G3D/Set.h"
#include "GLG3D/glheaders.h"
#include "G3D/NetworkDevice.h"
#include <string>
Detailed Description
- Maintainer:
- Morgan McGuire, matrix@graphics3d.com
- Created:
- 2004-03-28
- Last modified:
- 2006-02-28
Copyright 2000-2006, Morgan McGuire. All rights reserved.
Define Documentation
| #define DECLARE_EXT |
( |
extname |
|
) |
|
Value: private: \
static bool _supports_##extname; \
public: \
static bool inline supports_##extname() { \
return _supports_##extname; \
} \
private:
Generated on Thu Aug 2 11:40:42 2007 for G3D by
1.5.2
Hosted by
|