CG_Labs  2020.0
GLStateInspectionView.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "GLStateInspection.h"
4 
5 namespace GLStateInspection {
6 
7 class View {
8 public:
9  static void Init();
10  static void Destroy();
11 public:
12  static void Render();
13 };
14 
15 };
GLStateInspection::View::Init
static void Init()
Definition: GLStateInspectionView.cpp:14
GLStateInspection::View
Definition: GLStateInspectionView.h:7
GLStateInspection::View::Destroy
static void Destroy()
Definition: GLStateInspectionView.cpp:19
GLStateInspection
Definition: GLStateInspection.cpp:11
GLStateInspection.h
GLStateInspection::View::Render
static void Render()
Definition: GLStateInspectionView.cpp:24