Karl Zylinski
|
d7cc166eab
|
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
|
2023-04-05 22:37:05 +02:00 |
|
Karl Zylinski
|
03c9212600
|
Added some additional IID versions of Direct3D 12 UUIDs that I missed during my first pass. All are accounted for now.
|
2022-04-27 22:30:28 +02:00 |
|
Karl Zylinski
|
5650087aa3
|
Merge remote-tracking branch 'origin/master' into d3d12-binding-fixes
|
2022-04-27 20:50:54 +02:00 |
|
Karl Zylinski
|
67689ecb21
|
Typo fix in d3d12.odin
|
2022-04-27 20:47:05 +02:00 |
|
Karl Zylinski
|
cd13dedb36
|
D3D12 binding fixes: Added dxgi.IID versions of all the UUIDs in d3d12.odin so that the IIDs can be used to fetch interfaces properly. Also fixed an issue where GetDesc, GetCPUDescriptorHandleForHeapStart and GetGPUDescriptorHandleForHeapStart had the wrong signature due to an old D3D12 header bug, more info: https://stackoverflow.com/questions/34118929/getcpudescriptorhandleforheapstart-stack-corruption
|
2022-04-27 20:12:44 +02:00 |
|