Skip to content

build: Update to header 1.4.316#1711

Merged
mikes-lunarg merged 2 commits into
mainfrom
__release-1.4.316
May 30, 2025
Merged

build: Update to header 1.4.316#1711
mikes-lunarg merged 2 commits into
mainfrom
__release-1.4.316

Conversation

@mikes-lunarg

Copy link
Copy Markdown
Collaborator

No description provided.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build queued with queue ID 454336.

@charles-lunarg charles-lunarg left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Changes look good - the codegen stuff should work now (hopefully)

Comment on lines +7983 to +7992
VkCommandBuffer commandBuffer,
const VkDispatchTileInfoQCOM* pDispatchTileInfo) {
const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
if (NULL == disp) {
loader_log(NULL, VULKAN_LOADER_FATAL_ERROR_BIT | VULKAN_LOADER_ERROR_BIT | VULKAN_LOADER_VALIDATION_BIT, 0,
"vkCmdDispatchTileQCOM: Invalid commandBuffer "
"[VUID-vkCmdDispatchTileQCOM-commandBuffer-parameter]");
abort(); /* Intentionally fail so user can correct issue. */
}
disp->CmdDispatchTileQCOM(commandBuffer);
disp->CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I love ABI breaking changes! /s

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build # 3049 running.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build # 3049 passed.

@mikes-lunarg mikes-lunarg merged commit f83d00c into main May 30, 2025
84 checks passed
@mikes-lunarg mikes-lunarg deleted the __release-1.4.316 branch May 30, 2025 18:21
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.

4 participants