Skip to content

Commit

Permalink
Missing require for pipeline binary key size - #2422 (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu-s authored Aug 30, 2024
1 parent fb9f45c commit 2eaf6b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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

0 comments on commit 2eaf6b2

Please sign in to comment.