Gamedev Framework (gf)  0.6.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::GraphicsInfo::Format Struct Reference

An OpenGL format. More...

#include <gf/GraphicsInfo.h>

Public Attributes

int symbol
 Symbolic constant to represent the format. More...
 
std::string name
 Name of the constant for the format or "UNKNOWN". More...
 

Detailed Description

An OpenGL format.

Member Data Documentation

◆ name

std::string gf::GraphicsInfo::Format::name

Name of the constant for the format or "UNKNOWN".

◆ symbol

int gf::GraphicsInfo::Format::symbol

Symbolic constant to represent the format.