ゲームグラフィックス特論
クラス | マクロ定義 | 関数
Window.h ファイル

ゲームグラフィックス特論の宿題用補助プログラムのウィンドウ関連の処理. [詳解]

#include "gg.h"
#include "imgui.h"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include <cmath>
#include <cstdlib>
#include <cassert>
#include <stdexcept>
#include <iostream>
Window.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  Window
 ウィンドウ関連の処理. [詳解]
 

マクロ定義

#define USE_IMGUI
 

関数

constexpr int BUTTON_COUNT (3)
 
constexpr int INTERFACE_COUNT (3)
 

詳解

ゲームグラフィックス特論の宿題用補助プログラムのウィンドウ関連の処理.

著者
Kohe Tokoi
日付
March 31, 2021

Window.h に定義があります。

マクロ定義詳解

◆ USE_IMGUI

#define USE_IMGUI

Window.h39 行目に定義があります。

関数詳解

◆ BUTTON_COUNT()

constexpr int BUTTON_COUNT ( )
constexpr
被呼び出し関係図:

◆ INTERFACE_COUNT()

constexpr int INTERFACE_COUNT ( )
constexpr