Implement OpenGL from window-starter

The bulk of the work to create an OpenGL context on windows and load the some of the functions required to get a triangle rendering using modern OpenGL
This commit is contained in:
McMassiveNZ
2023-05-08 18:57:16 +02:00
parent 34126c21a2
commit f8a10e126f
15 changed files with 21517 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.23)
project(starter_window VERSION 1.0.0)
project(opengl-starter VERSION 1.0.0)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED true)