Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan issue. #190

Open
Simoncl opened this issue May 31, 2023 · 0 comments
Open

Vulkan issue. #190

Simoncl opened this issue May 31, 2023 · 0 comments

Comments

@Simoncl
Copy link

Simoncl commented May 31, 2023

I have a very simple setup and all I'm currently doing is OPTICK_GPU_FLIP(getSwapChain());
before the vkQueuePresentKHR However, I get the following validation layer error.

validation layer: Validation Error: [ VUID-vkCmdResetQueryPool-commandBuffer-recording ] Object 0: handle = 0x210488f7630, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0x45e90123 | You must call vkBeginCommandBuffer() before this call to vkCmdResetQueryPool. The Vulkan spec states: commandBuffer must be in the recording state (https://vulkan.lunarg.com/doc/view/1.3.216.0/windows/1.3-extensions/vkspec.html#VUID-vkCmdResetQueryPool-commandBuffer-recording)

Any help would be very much appreciated

Rewlion added a commit to Rewlion/Aster that referenced this issue Nov 10, 2023
doesn't work with vulkan well because of validation issues
bombomby/optick#190

This reverts commit 237c288.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant