Use direct composition for d3d12 backend

This commit is contained in:
0x0ACB
2024-11-18 11:35:55 +01:00
parent 5efd124ca1
commit a8cd0e9677
5 changed files with 67 additions and 8 deletions

View File

@ -357,6 +357,10 @@ typedef enum _SHC_PROCESS_DPI_AWARENESS {
SHC_PROCESS_PER_MONITOR_DPI_AWARE = 2,
} SHC_PROCESS_DPI_AWARENESS;
#ifndef WS_EX_NOREDIRECTIONBITMAP
#define WS_EX_NOREDIRECTIONBITMAP 0x00200000L
#endif
class DropTargetWindows;
class DisplayServerWindows : public DisplayServer {