CG_Labs  2020.0
Namespaces | Macros | Functions
GLStateInspection.h File Reference
#include <string>
#include <vector>
#include "BuildSettings.h"

Go to the source code of this file.

Namespaces

 GLStateInspection
 

Macros

#define INSPECT_GL_STATE(a)   GLStateInspection::CaptureSnapshot(a)
 

Functions

void GLStateInspection::Init ()
 
void GLStateInspection::Destroy ()
 
void GLStateInspection::CaptureSnapshot (std::string uniqueIdentifier)
 
bool GLStateInspection::ToString (std::ostream &os, std::string uniqueIdentifier)
 
bool GLStateInspection::ToString (std::ostream &os, int index)
 
int GLStateInspection::SnapshotCount ()
 
void GLStateInspection::GetIdentifiers (std::vector< std::string > &list)
 

Macro Definition Documentation

◆ INSPECT_GL_STATE

#define INSPECT_GL_STATE (   a)    GLStateInspection::CaptureSnapshot(a)