WIP: use Duckstation's context code to directly render into QT Widget from separate thread without two OpenGL contexts

currently only works on Windows
This commit is contained in:
RSDuck
2022-10-04 12:21:16 +02:00
parent ce68e883c4
commit ef763aa569
27 changed files with 9664 additions and 299 deletions

View File

@ -22,8 +22,7 @@
#include <stdio.h>
#include <string.h>
#include <epoxy/gl.h>
#include "glad/glad.h"
#include "Platform.h"