Darío
Darío
Show decoded version (if possible according to vendor) along with full hex number.
There's no version field for configuration, which means we can't fix changes across versions if changes happen. A missing field should be assumed to be version 0.
This should be tested thoroughly to make sure Vulkan doesn't break Linux as well during resizes.
A recent change in our renderer backend to add immutable samplers has led to this seemingly unrelated error appearing during each frame. ``` VUID-vkCmdDrawIndexed-None-08600 vkCmdDrawIndexed(): VkPipeline 0x20be00000020be[RID:21891448307752] uses set 2...
It should also be possible to do with a controller.
The current working directory is set to `C:/Windows/System32`. The data paths need to be figured out from the executable's path instead.
- [ ] Should it be global to the frame or affect only the draw calls after?
The current parsing code pads to a multiple of the block width, which shouldn't be necessary but was probably added for some reason, either validation or upload code.