vulkaninfo: remove duplicate flags/bitmasks
authorCharles Giessen <charles@lunarg.com>
Fri, 24 Jan 2020 19:11:38 +0000 (12:11 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 24 Jan 2020 19:40:34 +0000 (12:40 -0700)
commit3bcfe6b062cfdb85ca88a8ef2ada563213367dcc
treeac6daa84e69ac551e320edfbdad0261d3ed5ccb7
parent93ab50fc27de5a2075535be35dd76b14138d46f2
vulkaninfo: remove duplicate flags/bitmasks

Tooling info added flags for different purposes, however they let the debug utils, debug report
and debug marker extensions use the same bitpos values for the same flags.
The autogen didn't consider this possibly, and would output the flags multiple times.

Changes to be committed:
modified:   scripts/vulkaninfo_generator.py
modified:   vulkaninfo/generated/vulkaninfo.hpp

Change-Id: I7c7a648d9051f8ce2876083dfb0d2ddc2eb7ca95
scripts/vulkaninfo_generator.py
vulkaninfo/generated/vulkaninfo.hpp