Artem Kharytoniuk

Results 139 comments of Artem Kharytoniuk

@Sanakan8472 My assumption that it should work with "Handle Wrapping" disabled too, I will investigate this, it might be a real issue. Enabling this option might be a good workaround...

Hi @imrodriguezro, actually we have some estimates. Syncval timelines semaphores support won't be available in the next SDK (later this month) but it will be in the SDK after that....

> The [steps here](https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/main/BUILD.md#building-overview) do give me a visual studio project. But it wont build in release nor will the test explorer allow me to run any tests. This part...

> When you say it's 'no option to have debug and release in a single solution', i'm asuming you mean for this project? Yes, for this specific project. Even if...

> Test Explorer, cmake GUI app I think these components are not part of the official build configuration so yes, that might not work.

@charles-lunarg do you think VSCode extension that formats copy-pasted sync error message is a good option? or better to have an option for formatted native output? There were arguments that...

OBS causes this issue. There is this documentation section: https://github.com/KhronosGroup/Vulkan-ValidationLayers/tree/main/tests#implicit-layers-note Maybe this can be categorized as this issue https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/3681 (@spencer-lunarg ) I also have problem with OBS locally, and usually...

Note: It might be there is an issue related to `CoreChecks::ValidateWaitEventsAtSubmit`'s `local_event_signal_info` data, in a way it does not work correctly when secondary command buffers are used.

@charlie-ht we made submit-time validation to be enabled by default recently. Regular sync validation does not include QueueSubmit validation. This should explain why you noticed this behavior. I agree, there...