|
ゲームグラフィックス特論
|
ゲームグラフィックス特論の宿題用補助プログラムのウィンドウ関連の処理. [詳解]
#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>

クラス | |
| class | Window |
| ウィンドウ関連の処理. [詳解] | |
マクロ定義 | |
| #define | USE_IMGUI |
関数 | |
| constexpr int | BUTTON_COUNT (3) |
| constexpr int | INTERFACE_COUNT (3) |
|
constexpr |

|
constexpr |