Support Forum       G3D Web Page     
Classes | Namespaces | Macros | Functions
GLCaps.h File Reference

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...

Classes

class  G3D::GLCaps
 
Low-level wrapper for OpenGL extension management. More...
 

Namespaces

 G3D
 

Macros

#define DECLARE_EXT(extname)
 

Functions

void G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, class TextOutput &t)
 
Prints a human-readable description of this machine to the text output stream. More...
 
void G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, String &s)
 

Detailed Description

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.

Macro Definition Documentation

◆ DECLARE_EXT

#define DECLARE_EXT (   extname)
Value:
private: \
static bool _supports_##extname; \
public: \
static bool inline supports_##extname() { \
return _supports_##extname; \
} \
private:

documentation generated on Wed Nov 24 2021 08:01:51 using doxygen 1.8.15