mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-21 15:01:38 +00:00
* In python it's not as quick to get ~0U since ints aren't unsigned or fixed size. Adding named constants makes it easier for people to use the right values, and C++ users can still pass ~0U.