Add vendor:directx packages: dxgi, d3d11, and d3d12

TODO: enums marked with `bit_set` may need conversions
This commit is contained in:
gingerBill
2022-02-16 21:26:34 +00:00
parent c76bdced55
commit 002ac6a1b7
8 changed files with 10569 additions and 0 deletions
+3
View File
@@ -376,6 +376,9 @@ FILE_TYPE_DISK :: 0x0001
FILE_TYPE_CHAR :: 0x0002
FILE_TYPE_PIPE :: 0x0003
RECT :: struct {left, top, right, bottom: LONG}
POINT :: struct {x, y: LONG}
when size_of(uintptr) == 4 {
WSADATA :: struct {