Contents User Forum Source Index APIs by Task APIs by Level Data


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>

Namespaces

namespace  G3D

Classes

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

Defines

#define DECLARE_EXT(extname)

Functions

void G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, std::string &s)
void G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, class TextOutput &t)


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 doxygen 1.5.2
Hosted by SourceForge.net Logo