1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
4dad1a5d75 Graphics class: use GfxDriver API. 2022-09-17 12:07:28 +02:00
ea91d50a84 source/Graphics/OpenGL.cpp: minor fix. no need to set window decoration (default is fine) 2020-12-09 02:46:55 +01:00
d58c49421e source/Graphics/OpenGL.cpp: in init() return false if display fails to be created. 2020-09-23 12:41:22 +02:00
2a111a237d
Move OpenGL headers from API to implementation.
We don't want to expose any OpenGL functions to client code. Because if we do, there is a chance we break client code if we switch implementation (Direct3D).
2020-01-03 20:30:08 +01:00
4df668e68f
Minor formating fixes. 2019-12-29 22:26:05 +01:00
f67f89715a
Adding bam build system. 2019-12-29 20:45:43 +01:00
Renamed from source/GraphicsOpenGL.cpp (Browse further)