gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

JSON output should be updated to output Hex values for unknown flags

Open MarkY-LunarG opened this issue 1 year ago • 2 comments

The original code being added (especially to the DX side) outputs unknown flags in binary format. This can be long, especially with 64-bit flags, so we should instead output the values in Hex.

Look for FieldToJsonAsFixedWidthBinary as a starting point.

MarkY-LunarG avatar Nov 30 '23 19:11 MarkY-LunarG