| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prefer LPCSTR/LPCWSTR types in DirectX bindings | Piotr Doan | 2026-01-02 | 1 | -21/+25 |
| | | | | | | - Replaces [^]u16 parameter types because they are not directly compatible with result of `win32.utf8_to_wstring()` - Replaces some string/wstring types for consistency, similarly as other packages do to match original C declarations and documentation | ||||
| * | Doc lines for vendor:* | Jeroen van Rijn | 2025-10-10 | 1 | -0/+1 |
| | | |||||
| * | Change single pointers to multipointers, fix UUIDs in d3d11 and d3d12 | imlodinu | 2024-12-19 | 1 | -1/+1 |
| | | |||||
| * | stdcall -> system | gingerBill | 2024-01-17 | 1 | -19/+19 |
| | | |||||
| * | Code review fixes | ftphikari | 2023-07-13 | 1 | -1/+1 |
| | | |||||
| * | [vendor:directx/d3d_compiler] Added default include file handler | ftphikari | 2023-07-12 | 1 | -0/+3 |
| | | |||||
| * | Add more `bit_set`s to direct packages | gingerBill | 2022-11-02 | 1 | -46/+53 |
| | | |||||
| * | Correct D3D packages | gingerBill | 2022-02-17 | 1 | -4/+4 |
| | | |||||
| * | Add UUID pointer values | gingerBill | 2022-02-17 | 1 | -1/+5 |
| | | |||||
| * | Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12` | gingerBill | 2022-02-16 | 3 | -0/+224 |
| TODO: enums marked with `bit_set` may need conversions | |||||