Zichuan Gong

Developer, DirectX

Post by this author

Agility SDK 1.710.0-preview: GPU Upload Heaps and Non-normalized Sampling

We’re pleased to announce that we have a new preview Agility SDK out today, letting developers experiment with two new features: GPU Upload Heaps and Non-normalized Sampling!  Head to Agility SDK Downloads to grab it.  GPU Upload Heaps  Introduction Historically a GPU’s VRAM was inaccessible to the CPU, forcing programs to have ...

D3D12 Debug Layer Message Callback

Finally, D3D12 messages that you can easily integrate with your own application logs! The D3D12 InfoQueue Message Callback feature allows developers to capture debug messages, with stack context, providing yet another essential debugging tool for error analysis. To date, D3D12 has had ID3D12InfoQueue API. However, developers always wants there...