Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.08k stars 544 forks source link

Addressing #455 (D3D12 Backend) #487

Open Ohjurot opened 2 years ago

Ohjurot commented 2 years ago

PR on the process of fixing issue #455 Issues with ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart and a crashing application in D3D12 Backend. Issue will only apear on old versions of the windows SDK

Ohjurot commented 2 years ago

So here we go... tried to fix a bug that was not a bug... found another one and fixed it (Changes to D3D12 regarding resource states on upload heaps)... Added a note for the first bug... @Sororfortuna can you maybe check and vertify that the issue can be solve as discussed in #455

Ohjurot commented 1 year ago

@dumblob can you please take a look at this