From 2eaf6b23921b1a597371d0646e3202a684fb973e Mon Sep 17 00:00:00 2001 From: stu-s <19190608+stu-s@users.noreply.github.com> Date: Fri, 30 Aug 2024 05:07:39 +0100 Subject: [PATCH] Missing require for pipeline binary key size - #2422 (#2423) --- chapters/pipelines.adoc | 9 +++++++++ xml/vk.xml | 1 + 2 files changed, 10 insertions(+) diff --git a/chapters/pipelines.adoc b/chapters/pipelines.adoc index dc0035326..35b51424b 100644 --- a/chapters/pipelines.adoc +++ b/chapters/pipelines.adoc @@ -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 diff --git a/xml/vk.xml b/xml/vk.xml index ea615475e..4e2db1c22 100755 --- a/xml/vk.xml +++ b/xml/vk.xml @@ -23925,6 +23925,7 @@ typedef void* MTLSharedEvent_id; +