CG_Labs  2020.0
Variables
local Namespace Reference

Variables

static GLuint fullscreen_shader
 
static GLuint display_vao
 
static std::array< char const *, 3 > const polygon_mode_labels
 

Variable Documentation

◆ display_vao

GLuint local::display_vao
static

◆ fullscreen_shader

GLuint local::fullscreen_shader
static

◆ polygon_mode_labels

std::array<char const*, 3> const local::polygon_mode_labels
static
Initial value:
{
"Fill",
"Line",
"Point"
}