🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

D3D12 root descriptor flags

Started by
1 comment, last by __MONTE2020 3 years, 2 months ago

Can someone explain in more detail D3D12_ROOT_DESCRIPTOR_FLAGS and D3D12_DESCRIPTOR_RANGE_FLAGS ?

Microsoft Docs aren't very detail about this (atleast to me). I usually write my root signatures in hlsl and use either default flag or descriptor volatile and it works without errors or warnings but I don't really understand the meaning behind those flags. Thanks.

https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ne-d3d12-d3d12_root_descriptor_flags​

https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ne-d3d12-d3d12_descriptor_range_flags

Advertisement

Nevermind, I found additional information here

://docs.microsoft.com/en-us/windows/win32/direct3d12/root-signature-version-1-1#static-and-volatile-flags

This topic is closed to new replies.

Advertisement