[{"data":1,"prerenderedAt":307},["ShallowReactive",2],{"zay4TR0nTD":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":306,"_id":4},"VkPipelineBinaryDataKHR","Structure specifying data and length of a pipeline binary","VK_KHR_pipeline_binary","structs",[],{"type":10,"children":11,"toc":304},"root",[12,28,190,240,298],{"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,104],{"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 VkPipelineBinaryDataKHR {\n size_t dataSize;\n void* pData;\n} VkPipelineBinaryDataKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,81,95],{"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}," VkPipelineBinaryDataKHR {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71,76],{"type":13,"tag":45,"props":72,"children":73},{"style":52},[74],{"type":18,"value":75}," size_t",{"type":13,"tag":45,"props":77,"children":78},{"style":63},[79],{"type":18,"value":80}," dataSize;\n",{"type":13,"tag":45,"props":82,"children":84},{"class":47,"line":83},3,[85,90],{"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}," pData;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103},"} VkPipelineBinaryDataKHR;\n",{"type":13,"tag":33,"props":105,"children":110},{"className":106,"code":107,"filename":108,"language":109,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PipelineBinaryDataKHR {\n data_size: usize,\n p_data: *mut c_void,\n}\n","Rust","rs",[111],{"type":13,"tag":21,"props":112,"children":113},{"__ignoreMap":39},[114,137,160,182],{"type":13,"tag":45,"props":115,"children":116},{"class":47,"line":48},[117,122,126,132],{"type":13,"tag":45,"props":118,"children":119},{"style":52},[120],{"type":18,"value":121},"pub",{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":60},{"type":13,"tag":45,"props":127,"children":129},{"style":128},"--shiki-default:#953800;--shiki-dark:#FFA657",[130],{"type":18,"value":131}," PipelineBinaryDataKHR",{"type":13,"tag":45,"props":133,"children":134},{"style":63},[135],{"type":18,"value":136}," {\n",{"type":13,"tag":45,"props":138,"children":139},{"class":47,"line":69},[140,145,150,155],{"type":13,"tag":45,"props":141,"children":142},{"style":63},[143],{"type":18,"value":144}," data_size",{"type":13,"tag":45,"props":146,"children":147},{"style":52},[148],{"type":18,"value":149},":",{"type":13,"tag":45,"props":151,"children":152},{"style":128},[153],{"type":18,"value":154}," usize",{"type":13,"tag":45,"props":156,"children":157},{"style":63},[158],{"type":18,"value":159},",\n",{"type":13,"tag":45,"props":161,"children":162},{"class":47,"line":83},[163,168,172,177],{"type":13,"tag":45,"props":164,"children":165},{"style":63},[166],{"type":18,"value":167}," p_data",{"type":13,"tag":45,"props":169,"children":170},{"style":52},[171],{"type":18,"value":149},{"type":13,"tag":45,"props":173,"children":174},{"style":52},[175],{"type":18,"value":176}," *mut",{"type":13,"tag":45,"props":178,"children":179},{"style":63},[180],{"type":18,"value":181}," c_void,\n",{"type":13,"tag":45,"props":183,"children":184},{"class":47,"line":97},[185],{"type":13,"tag":45,"props":186,"children":187},{"style":63},[188],{"type":18,"value":189},"}\n",{"type":13,"tag":191,"props":192,"children":193},"ul",{},[194,214],{"type":13,"tag":195,"props":196,"children":197},"li",{},[198,204,206,212],{"type":13,"tag":21,"props":199,"children":201},{"className":200},[],[202],{"type":18,"value":203},"dataSize",{"type":18,"value":205}," is the size of the ",{"type":13,"tag":21,"props":207,"children":209},{"className":208},[],[210],{"type":18,"value":211},"pData",{"type":18,"value":213}," buffer in bytes.",{"type":13,"tag":195,"props":215,"children":216},{},[217,222,224,230,232,238],{"type":13,"tag":21,"props":218,"children":220},{"className":219},[],[221],{"type":18,"value":211},{"type":18,"value":223}," is a pointer to a buffer of ",{"type":13,"tag":21,"props":225,"children":227},{"className":226},[],[228],{"type":18,"value":229},"size",{"type":18,"value":231}," bytes that contains\npipeline binary data obtained from ",{"type":13,"tag":21,"props":233,"children":235},{"className":234},[],[236],{"type":18,"value":237},"vkGetPipelineBinaryDataKHR",{"type":18,"value":239},".",{"type":13,"tag":241,"props":242,"children":244},"validity-group",{"name":243},"Valid Usage (Implicit)",[245,274],{"type":13,"tag":246,"props":247,"children":249},"validity-field",{"name":248},"VUID-VkPipelineBinaryDataKHR-pData-parameter",[250],{"type":13,"tag":14,"props":251,"children":252},{},[253,258,260,265,267,272],{"type":13,"tag":21,"props":254,"children":256},{"className":255},[],[257],{"type":18,"value":211},{"type":18,"value":259}," ",{"type":13,"tag":261,"props":262,"children":264},"normative",{"type":263},"must",[],{"type":18,"value":266}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":268,"children":270},{"className":269},[],[271],{"type":18,"value":203},{"type":18,"value":273}," bytes",{"type":13,"tag":246,"props":275,"children":277},{"name":276},"VUID-VkPipelineBinaryDataKHR-dataSize-arraylength",[278],{"type":13,"tag":14,"props":279,"children":280},{},[281,286,287,290,292],{"type":13,"tag":21,"props":282,"children":284},{"className":283},[],[285],{"type":18,"value":203},{"type":18,"value":259},{"type":13,"tag":261,"props":288,"children":289},{"type":263},[],{"type":18,"value":291}," be greater than ",{"type":13,"tag":21,"props":293,"children":295},{"className":294},[],[296],{"type":18,"value":297},"0",{"type":13,"tag":299,"props":300,"children":301},"style",{},[302],{"type":18,"value":303},"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":305},[],"markdown",1725732576682]