odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.17k stars 550 forks source link

D3D11.odin - fix VIDEO_SUPPORT flag #3685

Closed markersniffen closed 1 month ago

markersniffen commented 1 month ago

windows D3D11.h: D3D11_CREATE_DEVICE_VIDEO_SUPPORT = 0x800 current D3D11.odin: VIDEO_SUPPORT = 12:

Odin's VIDEO_SUPPORT value should be 11, as 0x800 would refer to the 11th bit index.