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

tests: Add Queue::Present helper #8646

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

artem-lunarg
Copy link
Contributor

WSI testing needs more love

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 270643.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17670 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 17670 passed.

@artem-lunarg artem-lunarg marked this pull request as ready for review October 3, 2024 19:57
@artem-lunarg artem-lunarg requested a review from a team as a code owner October 3, 2024 19:57
@@ -507,6 +509,9 @@ class Queue : public internal::Handle<VkQueue> {
const Semaphore &signal_semaphore, uint64_t signal_value, const Fence &fence = no_fence,
bool use_khr = false);

// vkQueuePresentKHR()
VkResult Present(const Semaphore &wait_semaphore, VkSwapchainKHR swapchain, uint32_t image_index);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VkResult Present(const Semaphore &wait_semaphore, VkSwapchainKHR swapchain, uint32_t image_index);
VkResult present(const Semaphore &wait_semaphore, VkSwapchainKHR swapchain, uint32_t image_index);

.... just kidding

@spencer-lunarg
Copy link
Contributor

WSI testing needs more love

been waiting for years to get love

@artem-lunarg artem-lunarg merged commit a0b10c0 into KhronosGroup:main Oct 3, 2024
21 checks passed
@artem-lunarg artem-lunarg deleted the artem-present-helper branch October 3, 2024 20:22
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

Successfully merging this pull request may close these issues.

3 participants