Commit Graph

7 Commits

Author SHA1 Message Date
McMassiveNZ
c7a4dde1de Update to match window-starter template 2023-05-28 21:58:29 +02:00
McMassiveNZ
05f1069e2f Update CMakeLists.txt
only link to opengl32.lib on windows
2023-05-08 20:07:51 +02:00
McMassiveNZ
ab25ee9626 Update null_opengl.cpp
Fix broken return type in impl of null_opengl
2023-05-08 19:59:53 +02:00
McMassiveNZ
bde6c88b68 Update null_opengl.cpp
Add missing explicit constructor
2023-05-08 19:53:36 +02:00
McMassiveNZ
0e83e458a9 Update null_window.cpp
Implement missing functionality
2023-05-08 19:03:49 +02:00
McMassiveNZ
f8a10e126f 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
2023-05-08 18:57:16 +02:00
William McVicar
34126c21a2 Initial commit 2023-05-04 22:33:04 +02:00