dolphin/Source/Core/Common/GL
Lioncash f295182833 VideoBackends: Simplify initialization and deinitialization of resources
Approximately three or four times now, the issue of pointers being
in an inconsistent state been an issue in the video backend renderers
with regards to tripping up other developers.

Global (ugh) resources are put into a unique_ptr and will always have a
well-defined state of being - null or not null
2015-12-20 22:40:37 -05:00
..
GLExtensions GLExtensions: remove duplicate typedefs 2015-11-03 17:50:41 +01:00
GLInterface VideoBackends: Simplify initialization and deinitialization of resources 2015-12-20 22:40:37 -05:00
GLInterfaceBase.h VideoBackends: Simplify initialization and deinitialization of resources 2015-12-20 22:40:37 -05:00
GLUtil.cpp VideoBackends: Simplify initialization and deinitialization of resources 2015-12-20 22:40:37 -05:00
GLUtil.h VideoSW: Use OpenGL Core context 2015-10-14 00:13:54 +02:00