mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 11:50:59 +00:00
4263b55ffa
There are a few places where the logical 'and' operator was used to check if a given flag is enabled however that is not the correct operator. The binary 'and' operator should be used where the enum acts as a flag.