tlp_GlewManager

Langue: en

Version: 290943 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

tlp::GlewManager -

SYNOPSIS


#include <GlewManager.h>

Public Member Functions


void initGlew ()

bool glewIsInit ()

bool canUseGlew ()

Static Public Member Functions


static GlewManager & getInst ()

Detailed Description

Singleton used to manage Glew.

Member Function Documentation

bool tlp::GlewManager::canUseGlew () [inline]

Return if glew can be used

static GlewManager& tlp::GlewManager::getInst () [inline, static]

Return the current instance. If instance doesn't exist, create it.

bool tlp::GlewManager::glewIsInit () [inline]

Glew is init

void tlp::GlewManager::initGlew () [inline]

Init Glew

Author

Generated automatically by Doxygen for Tulip Open GL Library from the source code.