aqnuep

Results 7 issues of aqnuep

This now includes the complete implementation for the compare tool, as of the baseline, but once this is merged to the ktx-compare branch and that branch will result in a...

This is largely WIP at this point.

The GUI becomes unresponsive for several seconds whenever the disassembly view gains or loses focus due to the code unnecessarily applying a stylesheet to the entire frame just to change...

Should be "Vector Memory". Looking at the source code I couldn't immediately spot why it's misidentified, considering that ParserSIMUBUF::Get9OpMUBUF() contains the right code to handle it.

**Environment:** - OS: N/A - GPU and driver version: N/A - SDK or header version if building from repo: N/A - Options enabled (synchronization, best practices, etc.): N/A **Describe the...

Bug

There are certain VUs, such as `VUID-VkMemoryAllocateInfo-pNext-00639` that are validated at `vkBind*Memory` time even though they should be validated in `vkAllocateMemory`, because the VUs belong to `VkMemoryAllocateInfo`. The validation code...

Bug