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

Add vkCmdInsertDebugUtilsLabelEXT as a frame delimiter #1301

Merged

Conversation

marius-pelegrin-arm
Copy link
Contributor

Currently only vkCmdDebugMarkerInsertEXT (under conditions on the name of the marker) is considered a frame delimiter (aside from queue present).

However, VK_EXT_debug_marker is deprecated and promoted to the VK_EXT_debug_utils extension that support an almost identical command vkCmdInsertDebugUtilsLabelEXT.

This commit only add this command as a frame delimiter under the same conditions on the name of the label (which replaces the marker).

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 57615.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3359 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3359 passed.

@bradgrantham-lunarg bradgrantham-lunarg added the P2 A high-priority code maintenance issue or a functional problem that is recoverable or not a crash. label Oct 30, 2023
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 122882.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 122915.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3704 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3704 passed.

Currently only vkCmdDebugMarkerInsertEXT (under conditions on the
name of the marker) is considered a frame delimiter (aside from
queue present).

However, VK_EXT_debug_marker is deprecated and promoted to the
VK_EXT_debug_utils extension that support an almost identical
command vkCmdInsertDebugUtilsLabelEXT.

This commit only add this command as a frame delimiter under the
same conditions on the name of the label (which replaces the
marker).

Change-Id: Ic4164ee65eba2c1295ef8c45084ee6136dc796a8
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 207373.

@MarkY-LunarG
Copy link
Contributor

Force pushed a rebase on latest dev to resolve issues.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 4320 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 4320 passed.

@MarkY-LunarG MarkY-LunarG merged commit ba7cc84 into LunarG:dev Jun 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A high-priority code maintenance issue or a functional problem that is recoverable or not a crash.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants