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

build: Update to header 1.3.274 #7170

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

mikes-lunarg
Copy link
Contributor

  • Update known-good
  • Fix crash in extension_helper_generator when an extension has an explicit dependency on VK_VERSION_1_0
  • Stub out safe struct constructor for VkPushDescriptorSetWithTemplateInfoKHR until it can be properly implemented Add safe struct for VkPushDescriptorSetWithTemplateInfoKHR Vulkan-Utility-Libraries#193
  • VUID renames:
    • VUID-VkDescriptorSetLayoutBinding-descriptorCount-00283 -> 09465
    • UNASSIGNED-vkCmdDrawIndirectByteCountEXT-counterOffset -> 09474
    • UNASSIGNED-vkCmdDrawIndirectByteCountEXT-vertexStride -> 09475
  • Fix video enums that got renamed EXT -> KHR
  • Generate source

@mikes-lunarg mikes-lunarg requested a review from a team as a code owner December 19, 2023 19:39
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 103846.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 14970 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 103856.

Comment on lines +107 to +109
if reqs == 'VK_VERSION_1_0':
# An explicit dependency on Vulkan 1.0 is meaningless
continue
Copy link
Contributor Author

@mikes-lunarg mikes-lunarg Dec 19, 2023

Choose a reason for hiding this comment

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

@spencer-lunarg Is this comment correct? Is it worth pushing back to the WG? As far as I can tell VK_KHR_maintenance6 is the first extension with depends="VK_VERSION_1_0" in the XML

Copy link
Contributor

Choose a reason for hiding this comment

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

ya... feel that was an oversite, happy to take action with the WG to fix that

- Update known-good
- Fix crash in extension_helper_generator when an extension has an
  explicit dependency on VK_VERSION_1_0
- Stub out safe struct constructor for
  VkPushDescriptorSetWithTemplateInfoKHR until it can be properly
implemented #7169
- VUID renames:
  - VUID-VkDescriptorSetLayoutBinding-descriptorCount-00283 -> 09465
  - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-counterOffset -> 09474
  - UNASSIGNED-vkCmdDrawIndirectByteCountEXT-vertexStride -> 09475
- Fix video enums that got renamed EXT -> KHR
- Generate source
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 14971 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 103867.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 14972 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 14972 passed.

@spencer-lunarg spencer-lunarg merged commit 9824359 into KhronosGroup:main Dec 20, 2023
18 checks passed
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