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

Missing require for pipeline binary key size - #2422 #2423

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions chapters/pipelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8224,6 +8224,15 @@ uniquely identify a pipeline binary.
include::{generated}/validity/structs/VkPipelineBinaryKeyKHR.adoc[]
--

[open,refpage='VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR',desc='Maximum length of binary key',type='consts']
--
ename:VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR is the length in bytes of a
binary key, as returned in
slink:VkPipelineBinaryKeyKHR::pname:keySize.

include::{generated}/api/enums/VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR.adoc[]
--

[[pipelines-binaries-create]]
=== Creating Pipeline Binaries

Expand Down
1 change: 1 addition & 0 deletions xml/vk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23925,6 +23925,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<require>
<enum value="1" name="VK_KHR_PIPELINE_BINARY_SPEC_VERSION"/>
<enum value="&quot;VK_KHR_pipeline_binary&quot;" name="VK_KHR_PIPELINE_BINARY_EXTENSION_NAME"/>
<enum name="VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR"/>
<type name="VkPhysicalDevicePipelineBinaryFeaturesKHR"/>
<type name="VkPhysicalDevicePipelineBinaryPropertiesKHR"/>
<type name="VkDevicePipelineBinaryInternalCacheControlKHR"/>
Expand Down
Loading