Skip to content

Check Vulkan 1.4 features for indexTypeUint8#1060

Closed
lordalcol wants to merge 3 commits intogoogle:mainfrom
lordalcol:vulkan-1.4
Closed

Check Vulkan 1.4 features for indexTypeUint8#1060
lordalcol wants to merge 3 commits intogoogle:mainfrom
lordalcol:vulkan-1.4

Conversation

@lordalcol
Copy link
Contributor

No description provided.

@google-cla
Copy link

google-cla bot commented Dec 3, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

}
}

// If Vulkan 1.4 structure exists the features are set there.
Copy link
Collaborator

Choose a reason for hiding this comment

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

What happens if vulkan 1.4 isn't provided, does this mean it can no longer find the feature it previously found? Does the old way not work anymore, like is VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT no longer returned above so the pointer isn't set?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry for messing up the PR. The new one (good, I hope) is at #1061

return amber::Result(
"Subgroup extended types requested but feature not returned");
}
if (feature == kAccelerationStructure &&
Copy link
Collaborator

Choose a reason for hiding this comment

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

This seems unrelated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, I think it's some merge gone bad. I'll re-do it

@lordalcol lordalcol closed this Dec 3, 2024
@lordalcol lordalcol deleted the vulkan-1.4 branch December 3, 2024 14:53
@lordalcol lordalcol restored the vulkan-1.4 branch December 3, 2024 14:53
@lordalcol
Copy link
Contributor Author

Abandoned in favour of #1061

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