[{"data":1,"prerenderedAt":616},["ShallowReactive",2],{"T0eulJypMK":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":615,"_id":4},"VkPipelineBinaryInfoKHR","Structure specifying pipeline binaries to use during pipeline creation","VK_KHR_pipeline_binary","structs",[],{"type":10,"children":11,"toc":613},"root",[12,28,291,372,428,455,532,607],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,141],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkPipelineBinaryInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t binaryCount;\n const VkPipelineBinaryKHR* pPipelineBinaries;\n} VkPipelineBinaryInfoKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,109,132],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkPipelineBinaryInfoKHR {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85,90],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," const",{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":89}," void*",{"type":13,"tag":45,"props":91,"children":92},{"style":63},[93],{"type":18,"value":94}," pNext;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99,104],{"type":13,"tag":45,"props":100,"children":101},{"style":52},[102],{"type":18,"value":103}," uint32_t",{"type":13,"tag":45,"props":105,"children":106},{"style":63},[107],{"type":18,"value":108}," binaryCount;\n",{"type":13,"tag":45,"props":110,"children":112},{"class":47,"line":111},5,[113,117,122,127],{"type":13,"tag":45,"props":114,"children":115},{"style":52},[116],{"type":18,"value":84},{"type":13,"tag":45,"props":118,"children":119},{"style":63},[120],{"type":18,"value":121}," VkPipelineBinaryKHR",{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":126},"*",{"type":13,"tag":45,"props":128,"children":129},{"style":63},[130],{"type":18,"value":131}," pPipelineBinaries;\n",{"type":13,"tag":45,"props":133,"children":135},{"class":47,"line":134},6,[136],{"type":13,"tag":45,"props":137,"children":138},{"style":63},[139],{"type":18,"value":140},"} VkPipelineBinaryInfoKHR;\n",{"type":13,"tag":33,"props":142,"children":147},{"className":143,"code":144,"filename":145,"language":146,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PipelineBinaryInfoKHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n binary_count: u32,\n p_pipeline_binaries: *const vk::PipelineBinaryKHR,\n}\n","Rust","rs",[148],{"type":13,"tag":21,"props":149,"children":150},{"__ignoreMap":39},[151,174,207,229,250,283],{"type":13,"tag":45,"props":152,"children":153},{"class":47,"line":48},[154,159,163,169],{"type":13,"tag":45,"props":155,"children":156},{"style":52},[157],{"type":18,"value":158},"pub",{"type":13,"tag":45,"props":160,"children":161},{"style":52},[162],{"type":18,"value":60},{"type":13,"tag":45,"props":164,"children":166},{"style":165},"--shiki-default:#953800;--shiki-dark:#FFA657",[167],{"type":18,"value":168}," PipelineBinaryInfoKHR",{"type":13,"tag":45,"props":170,"children":171},{"style":63},[172],{"type":18,"value":173}," {\n",{"type":13,"tag":45,"props":175,"children":176},{"class":47,"line":69},[177,182,187,192,197,202],{"type":13,"tag":45,"props":178,"children":179},{"style":63},[180],{"type":18,"value":181}," s_type",{"type":13,"tag":45,"props":183,"children":184},{"style":52},[185],{"type":18,"value":186},":",{"type":13,"tag":45,"props":188,"children":189},{"style":165},[190],{"type":18,"value":191}," vk",{"type":13,"tag":45,"props":193,"children":194},{"style":52},[195],{"type":18,"value":196},"::",{"type":13,"tag":45,"props":198,"children":199},{"style":165},[200],{"type":18,"value":201},"StructureType",{"type":13,"tag":45,"props":203,"children":204},{"style":63},[205],{"type":18,"value":206},",\n",{"type":13,"tag":45,"props":208,"children":209},{"class":47,"line":78},[210,215,219,224],{"type":13,"tag":45,"props":211,"children":212},{"style":63},[213],{"type":18,"value":214}," p_next",{"type":13,"tag":45,"props":216,"children":217},{"style":52},[218],{"type":18,"value":186},{"type":13,"tag":45,"props":220,"children":221},{"style":52},[222],{"type":18,"value":223}," *const",{"type":13,"tag":45,"props":225,"children":226},{"style":63},[227],{"type":18,"value":228}," c_void,\n",{"type":13,"tag":45,"props":230,"children":231},{"class":47,"line":97},[232,237,241,246],{"type":13,"tag":45,"props":233,"children":234},{"style":63},[235],{"type":18,"value":236}," binary_count",{"type":13,"tag":45,"props":238,"children":239},{"style":52},[240],{"type":18,"value":186},{"type":13,"tag":45,"props":242,"children":243},{"style":165},[244],{"type":18,"value":245}," u32",{"type":13,"tag":45,"props":247,"children":248},{"style":63},[249],{"type":18,"value":206},{"type":13,"tag":45,"props":251,"children":252},{"class":47,"line":111},[253,258,262,266,270,274,279],{"type":13,"tag":45,"props":254,"children":255},{"style":63},[256],{"type":18,"value":257}," p_pipeline_binaries",{"type":13,"tag":45,"props":259,"children":260},{"style":52},[261],{"type":18,"value":186},{"type":13,"tag":45,"props":263,"children":264},{"style":52},[265],{"type":18,"value":223},{"type":13,"tag":45,"props":267,"children":268},{"style":165},[269],{"type":18,"value":191},{"type":13,"tag":45,"props":271,"children":272},{"style":52},[273],{"type":18,"value":196},{"type":13,"tag":45,"props":275,"children":276},{"style":165},[277],{"type":18,"value":278},"PipelineBinaryKHR",{"type":13,"tag":45,"props":280,"children":281},{"style":63},[282],{"type":18,"value":206},{"type":13,"tag":45,"props":284,"children":285},{"class":47,"line":134},[286],{"type":13,"tag":45,"props":287,"children":288},{"style":63},[289],{"type":18,"value":290},"}\n",{"type":13,"tag":292,"props":293,"children":294},"ul",{},[295,316,335,354],{"type":13,"tag":296,"props":297,"children":298},"li",{},[299,305,307,314],{"type":13,"tag":21,"props":300,"children":302},{"className":301},[],[303],{"type":18,"value":304},"sType",{"type":18,"value":306}," is a ",{"type":13,"tag":308,"props":309,"children":311},"a",{"href":310},"/man/VkStructureType",[312],{"type":18,"value":313},"VkStructureType",{"type":18,"value":315}," value identifying this structure.",{"type":13,"tag":296,"props":317,"children":318},{},[319,325,327,333],{"type":13,"tag":21,"props":320,"children":322},{"className":321},[],[323],{"type":18,"value":324},"pNext",{"type":18,"value":326}," is ",{"type":13,"tag":21,"props":328,"children":330},{"className":329},[],[331],{"type":18,"value":332},"NULL",{"type":18,"value":334}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":296,"props":336,"children":337},{},[338,344,346,352],{"type":13,"tag":21,"props":339,"children":341},{"className":340},[],[342],{"type":18,"value":343},"binaryCount",{"type":18,"value":345}," is the number of elements in the\n",{"type":13,"tag":21,"props":347,"children":349},{"className":348},[],[350],{"type":18,"value":351},"pPipelineBinaries",{"type":18,"value":353}," array.",{"type":13,"tag":296,"props":355,"children":356},{},[357,362,364,370],{"type":13,"tag":21,"props":358,"children":360},{"className":359},[],[361],{"type":18,"value":351},{"type":18,"value":363}," is a pointer to an array of\n",{"type":13,"tag":308,"props":365,"children":367},{"href":366},"/man/VkPipelineBinaryKHR",[368],{"type":18,"value":369},"VkPipelineBinaryKHR",{"type":18,"value":371}," handles.",{"type":13,"tag":14,"props":373,"children":374},{},[375,377,382,384,389,391,396,398,404,406,411,413,418,420,426],{"type":18,"value":376},"If a ",{"type":13,"tag":21,"props":378,"children":380},{"className":379},[],[381],{"type":18,"value":4},{"type":18,"value":383}," structure with a ",{"type":13,"tag":21,"props":385,"children":387},{"className":386},[],[388],{"type":18,"value":343},{"type":18,"value":390},"\ngreater than 0 is included in the ",{"type":13,"tag":21,"props":392,"children":394},{"className":393},[],[395],{"type":18,"value":324},{"type":18,"value":397}," chain of any\n",{"type":13,"tag":21,"props":399,"children":401},{"className":400},[],[402],{"type":18,"value":403},"Vk*PipelineCreateInfo",{"type":18,"value":405}," structure when creating a pipeline,\nimplementations ",{"type":13,"tag":407,"props":408,"children":410},"normative",{"type":409},"must",[],{"type":18,"value":412}," use the data in ",{"type":13,"tag":21,"props":414,"children":416},{"className":415},[],[417],{"type":18,"value":351},{"type":18,"value":419}," instead of\nrecalculating it.\nAny shader module identifiers or shader modules declared in\n",{"type":13,"tag":308,"props":421,"children":423},{"href":422},"/man/VkPipelineShaderStageCreateInfo",[424],{"type":18,"value":425},"VkPipelineShaderStageCreateInfo",{"type":18,"value":427}," instances are ignored.",{"type":13,"tag":14,"props":429,"children":430},{},[431,433,438,440,445,447,453],{"type":18,"value":432},"If this structure is not included in the ",{"type":13,"tag":21,"props":434,"children":436},{"className":435},[],[437],{"type":18,"value":324},{"type":18,"value":439}," chain, it is equivalent\nto specifying this structure with a ",{"type":13,"tag":21,"props":441,"children":443},{"className":442},[],[444],{"type":18,"value":343},{"type":18,"value":446}," of ",{"type":13,"tag":21,"props":448,"children":450},{"className":449},[],[451],{"type":18,"value":452},"0",{"type":18,"value":454},".",{"type":13,"tag":456,"props":457,"children":459},"validity-group",{"name":458},"Valid Usage",[460],{"type":13,"tag":461,"props":462,"children":464},"validity-field",{"name":463},"VUID-VkPipelineBinaryInfoKHR-binaryCount-09603",[465],{"type":13,"tag":14,"props":466,"children":467},{},[468,473,475,480,482,485,487,493,495,500,502,507,509,514,516,522,524,530],{"type":13,"tag":21,"props":469,"children":471},{"className":470},[],[472],{"type":18,"value":343},{"type":18,"value":474}," and the order of the elements in\n",{"type":13,"tag":21,"props":476,"children":478},{"className":477},[],[479],{"type":18,"value":351},{"type":18,"value":481}," ",{"type":13,"tag":407,"props":483,"children":484},{"type":409},[],{"type":18,"value":486}," exactly match that returned by\n",{"type":13,"tag":308,"props":488,"children":490},{"href":489},"/man/vkCreatePipelineBinariesKHR",[491],{"type":18,"value":492},"vkCreatePipelineBinariesKHR",{"type":18,"value":494}," for the matching\n",{"type":13,"tag":21,"props":496,"children":498},{"className":497},[],[499],{"type":18,"value":403},{"type":18,"value":501}," structure and its ",{"type":13,"tag":21,"props":503,"children":505},{"className":504},[],[506],{"type":18,"value":324},{"type":18,"value":508}," chain,\nignoring the presence of the ",{"type":13,"tag":21,"props":510,"children":512},{"className":511},[],[513],{"type":18,"value":4},{"type":18,"value":515}," structure,\nthe presence of the ",{"type":13,"tag":21,"props":517,"children":519},{"className":518},[],[520],{"type":18,"value":521},"VK_PIPELINE_CREATE_2_CAPTURE_DATA_BIT_KHR",{"type":18,"value":523},"\nflag, and absence of any shader module identifiers or shader modules,\nfor the same ",{"type":13,"tag":308,"props":525,"children":527},{"href":526},"/man/vkGetPipelineKeyKHR#global-pipeline-key",[528],{"type":18,"value":529},"global pipeline key",{"type":18,"value":531},", from either:",{"type":13,"tag":456,"props":533,"children":535},{"name":534},"Valid Usage (Implicit)",[536,560],{"type":13,"tag":461,"props":537,"children":539},{"name":538},"VUID-VkPipelineBinaryInfoKHR-sType-sType",[540],{"type":13,"tag":14,"props":541,"children":542},{},[543,548,549,552,554],{"type":13,"tag":21,"props":544,"children":546},{"className":545},[],[547],{"type":18,"value":304},{"type":18,"value":481},{"type":13,"tag":407,"props":550,"children":551},{"type":409},[],{"type":18,"value":553}," be ",{"type":13,"tag":21,"props":555,"children":557},{"className":556},[],[558],{"type":18,"value":559},"VK_STRUCTURE_TYPE_PIPELINE_BINARY_INFO_KHR",{"type":13,"tag":461,"props":561,"children":563},{"name":562},"VUID-VkPipelineBinaryInfoKHR-pPipelineBinaries-parameter",[564],{"type":13,"tag":14,"props":565,"children":566},{},[567,569,574,576,581,583,588,589,592,594,599,601,605],{"type":18,"value":568},"If ",{"type":13,"tag":21,"props":570,"children":572},{"className":571},[],[573],{"type":18,"value":343},{"type":18,"value":575}," is not ",{"type":13,"tag":21,"props":577,"children":579},{"className":578},[],[580],{"type":18,"value":452},{"type":18,"value":582},", ",{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":351},{"type":18,"value":481},{"type":13,"tag":407,"props":590,"children":591},{"type":409},[],{"type":18,"value":593}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":595,"children":597},{"className":596},[],[598],{"type":18,"value":343},{"type":18,"value":600}," valid ",{"type":13,"tag":308,"props":602,"children":603},{"href":366},[604],{"type":18,"value":369},{"type":18,"value":606}," handles",{"type":13,"tag":608,"props":609,"children":610},"style",{},[611],{"type":18,"value":612},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":39,"searchDepth":69,"depth":69,"links":614},[],"markdown",1725732576785]