Commit Graph

2 Commits

Author SHA1 Message Date
4a79b46b9c Fix build error with release + debug info build. 2018-07-20 13:35:08 +02:00
5037dd8abd GPU: Add GC to FBOs and UBOs and centralize all GCs
GPUFrameBuffers were being free when no context was attached or in the
wrong gl context. This make sure this does not happen again.

You can now safely free any gl resource from any thread (well as long as
it's not used anymore!).
2018-07-19 16:13:15 +02:00