summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/angle_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/angle_common.h')
-rw-r--r--video/out/opengl/angle_common.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/video/out/opengl/angle_common.h b/video/out/opengl/angle_common.h
new file mode 100644
index 0000000000..14ecd6ab3c
--- /dev/null
+++ b/video/out/opengl/angle_common.h
@@ -0,0 +1,13 @@
+#ifndef MP_ANGLE_COMMON_H
+#define MP_ANGLE_COMMON_H
+
+#include <initguid.h>
+#include <assert.h>
+#include <windows.h>
+#include <d3d11.h>
+
+#include <stdbool.h>
+
+bool d3d11_check_decoding(ID3D11Device *dev);
+
+#endif \ No newline at end of file