mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-16 19:46:40 +00:00
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.