[{"data":1,"prerenderedAt":505},["ShallowReactive",2],{"$fNke9PA1K1ZJYX_obHN_2A5o9QO2avb0T9LXFjj9-ZUU":3},{"title":4,"description":5,"parent":6,"structextends":7,"type":9,"xrefs":10,"body":11,"_type":504,"_id":4},"VkDataGraphPipelineIdentifierCreateInfoARM","Structure specifying an identifier for the newly created data graph pipeline","VK_ARM_data_graph",[8],"VkDataGraphPipelineCreateInfoARM","structs",[],{"type":12,"children":13,"toc":502},"root",[14,30,280,360,409,496],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,28],{"type":20,"value":21},"text","The ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":4},{"type":20,"value":29}," structure is defined\nas:",{"type":15,"tag":31,"props":32,"children":33},"code-group",{},[34,138],{"type":15,"tag":35,"props":36,"children":42},"pre",{"className":37,"code":38,"filename":39,"language":40,"meta":41,"style":41},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkDataGraphPipelineIdentifierCreateInfoARM {\n VkStructureType sType;\n const void* pNext;\n uint32_t identifierSize;\n const uint8_t* pIdentifier;\n} VkDataGraphPipelineIdentifierCreateInfoARM;\n","C","c","",[43],{"type":15,"tag":23,"props":44,"children":45},{"__ignoreMap":41},[46,69,78,97,111,129],{"type":15,"tag":47,"props":48,"children":51},"span",{"class":49,"line":50},"line",1,[52,58,63],{"type":15,"tag":47,"props":53,"children":55},{"style":54},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[56],{"type":20,"value":57},"typedef",{"type":15,"tag":47,"props":59,"children":60},{"style":54},[61],{"type":20,"value":62}," struct",{"type":15,"tag":47,"props":64,"children":66},{"style":65},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[67],{"type":20,"value":68}," VkDataGraphPipelineIdentifierCreateInfoARM {\n",{"type":15,"tag":47,"props":70,"children":72},{"class":49,"line":71},2,[73],{"type":15,"tag":47,"props":74,"children":75},{"style":65},[76],{"type":20,"value":77}," VkStructureType sType;\n",{"type":15,"tag":47,"props":79,"children":81},{"class":49,"line":80},3,[82,87,92],{"type":15,"tag":47,"props":83,"children":84},{"style":54},[85],{"type":20,"value":86}," const",{"type":15,"tag":47,"props":88,"children":89},{"style":54},[90],{"type":20,"value":91}," void*",{"type":15,"tag":47,"props":93,"children":94},{"style":65},[95],{"type":20,"value":96}," pNext;\n",{"type":15,"tag":47,"props":98,"children":100},{"class":49,"line":99},4,[101,106],{"type":15,"tag":47,"props":102,"children":103},{"style":54},[104],{"type":20,"value":105}," uint32_t",{"type":15,"tag":47,"props":107,"children":108},{"style":65},[109],{"type":20,"value":110}," identifierSize;\n",{"type":15,"tag":47,"props":112,"children":114},{"class":49,"line":113},5,[115,119,124],{"type":15,"tag":47,"props":116,"children":117},{"style":54},[118],{"type":20,"value":86},{"type":15,"tag":47,"props":120,"children":121},{"style":54},[122],{"type":20,"value":123}," uint8_t*",{"type":15,"tag":47,"props":125,"children":126},{"style":65},[127],{"type":20,"value":128}," pIdentifier;\n",{"type":15,"tag":47,"props":130,"children":132},{"class":49,"line":131},6,[133],{"type":15,"tag":47,"props":134,"children":135},{"style":65},[136],{"type":20,"value":137},"} VkDataGraphPipelineIdentifierCreateInfoARM;\n",{"type":15,"tag":35,"props":139,"children":144},{"className":140,"code":141,"filename":142,"language":143,"meta":41,"style":41},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DataGraphPipelineIdentifierCreateInfoARM {\n s_type: vk::StructureType,\n p_next: *const c_void,\n identifier_size: u32,\n p_identifier: *const u8,\n}\n","Rust","rs",[145],{"type":15,"tag":23,"props":146,"children":147},{"__ignoreMap":41},[148,171,204,226,247,272],{"type":15,"tag":47,"props":149,"children":150},{"class":49,"line":50},[151,156,160,166],{"type":15,"tag":47,"props":152,"children":153},{"style":54},[154],{"type":20,"value":155},"pub",{"type":15,"tag":47,"props":157,"children":158},{"style":54},[159],{"type":20,"value":62},{"type":15,"tag":47,"props":161,"children":163},{"style":162},"--shiki-default:#953800;--shiki-dark:#FFA657",[164],{"type":20,"value":165}," DataGraphPipelineIdentifierCreateInfoARM",{"type":15,"tag":47,"props":167,"children":168},{"style":65},[169],{"type":20,"value":170}," {\n",{"type":15,"tag":47,"props":172,"children":173},{"class":49,"line":71},[174,179,184,189,194,199],{"type":15,"tag":47,"props":175,"children":176},{"style":65},[177],{"type":20,"value":178}," s_type",{"type":15,"tag":47,"props":180,"children":181},{"style":54},[182],{"type":20,"value":183},":",{"type":15,"tag":47,"props":185,"children":186},{"style":162},[187],{"type":20,"value":188}," vk",{"type":15,"tag":47,"props":190,"children":191},{"style":54},[192],{"type":20,"value":193},"::",{"type":15,"tag":47,"props":195,"children":196},{"style":162},[197],{"type":20,"value":198},"StructureType",{"type":15,"tag":47,"props":200,"children":201},{"style":65},[202],{"type":20,"value":203},",\n",{"type":15,"tag":47,"props":205,"children":206},{"class":49,"line":80},[207,212,216,221],{"type":15,"tag":47,"props":208,"children":209},{"style":65},[210],{"type":20,"value":211}," p_next",{"type":15,"tag":47,"props":213,"children":214},{"style":54},[215],{"type":20,"value":183},{"type":15,"tag":47,"props":217,"children":218},{"style":54},[219],{"type":20,"value":220}," *const",{"type":15,"tag":47,"props":222,"children":223},{"style":65},[224],{"type":20,"value":225}," c_void,\n",{"type":15,"tag":47,"props":227,"children":228},{"class":49,"line":99},[229,234,238,243],{"type":15,"tag":47,"props":230,"children":231},{"style":65},[232],{"type":20,"value":233}," identifier_size",{"type":15,"tag":47,"props":235,"children":236},{"style":54},[237],{"type":20,"value":183},{"type":15,"tag":47,"props":239,"children":240},{"style":162},[241],{"type":20,"value":242}," u32",{"type":15,"tag":47,"props":244,"children":245},{"style":65},[246],{"type":20,"value":203},{"type":15,"tag":47,"props":248,"children":249},{"class":49,"line":113},[250,255,259,263,268],{"type":15,"tag":47,"props":251,"children":252},{"style":65},[253],{"type":20,"value":254}," p_identifier",{"type":15,"tag":47,"props":256,"children":257},{"style":54},[258],{"type":20,"value":183},{"type":15,"tag":47,"props":260,"children":261},{"style":54},[262],{"type":20,"value":220},{"type":15,"tag":47,"props":264,"children":265},{"style":162},[266],{"type":20,"value":267}," u8",{"type":15,"tag":47,"props":269,"children":270},{"style":65},[271],{"type":20,"value":203},{"type":15,"tag":47,"props":273,"children":274},{"class":49,"line":131},[275],{"type":15,"tag":47,"props":276,"children":277},{"style":65},[278],{"type":20,"value":279},"}\n",{"type":15,"tag":281,"props":282,"children":283},"ul",{},[284,305,324,343],{"type":15,"tag":285,"props":286,"children":287},"li",{},[288,294,296,303],{"type":15,"tag":23,"props":289,"children":291},{"className":290},[],[292],{"type":20,"value":293},"sType",{"type":20,"value":295}," is a ",{"type":15,"tag":297,"props":298,"children":300},"a",{"href":299},"/man/VkStructureType",[301],{"type":20,"value":302},"VkStructureType",{"type":20,"value":304}," value identifying this structure.",{"type":15,"tag":285,"props":306,"children":307},{},[308,314,316,322],{"type":15,"tag":23,"props":309,"children":311},{"className":310},[],[312],{"type":20,"value":313},"pNext",{"type":20,"value":315}," is ",{"type":15,"tag":23,"props":317,"children":319},{"className":318},[],[320],{"type":20,"value":321},"NULL",{"type":20,"value":323}," or a pointer to a structure extending this\nstructure.",{"type":15,"tag":285,"props":325,"children":326},{},[327,333,335,341],{"type":15,"tag":23,"props":328,"children":330},{"className":329},[],[331],{"type":20,"value":332},"identifierSize",{"type":20,"value":334}," is the size in bytes of the identifier data\naccessible via ",{"type":15,"tag":23,"props":336,"children":338},{"className":337},[],[339],{"type":20,"value":340},"pIdentifier",{"type":20,"value":342},".",{"type":15,"tag":285,"props":344,"children":345},{},[346,351,353,358],{"type":15,"tag":23,"props":347,"children":349},{"className":348},[],[350],{"type":20,"value":340},{"type":20,"value":352}," is a pointer to ",{"type":15,"tag":23,"props":354,"children":356},{"className":355},[],[357],{"type":20,"value":332},{"type":20,"value":359}," bytes of data\nthat describe the pipeline being created.",{"type":15,"tag":16,"props":361,"children":362},{},[363,364,369,371,376,378,384,386,392,394,400,402,408],{"type":20,"value":21},{"type":15,"tag":23,"props":365,"children":367},{"className":366},[],[368],{"type":20,"value":340},{"type":20,"value":370}," ",{"type":15,"tag":372,"props":373,"children":375},"normative",{"type":374},"can",[],{"type":20,"value":377}," be retrieved from the device by calling\n",{"type":15,"tag":297,"props":379,"children":381},{"href":380},"/man/vkGetDataGraphPipelinePropertiesARM",[382],{"type":20,"value":383},"vkGetDataGraphPipelinePropertiesARM",{"type":20,"value":385}," and searching the results for a\n",{"type":15,"tag":297,"props":387,"children":389},{"href":388},"/man/VkDataGraphPipelinePropertyQueryResultARM",[390],{"type":20,"value":391},"VkDataGraphPipelinePropertyQueryResultARM",{"type":20,"value":393}," structure with\n",{"type":15,"tag":23,"props":395,"children":397},{"className":396},[],[398],{"type":20,"value":399},"property",{"type":20,"value":401}," set to ",{"type":15,"tag":23,"props":403,"children":405},{"className":404},[],[406],{"type":20,"value":407},"VK_DATA_GRAPH_PIPELINE_PROPERTY_IDENTIFIER_ARM",{"type":20,"value":342},{"type":15,"tag":410,"props":411,"children":413},"validity-group",{"name":412},"Valid Usage (Implicit)",[414,440,472],{"type":15,"tag":415,"props":416,"children":418},"validity-field",{"name":417},"VUID-VkDataGraphPipelineIdentifierCreateInfoARM-sType-sType",[419],{"type":15,"tag":16,"props":420,"children":421},{},[422,427,428,432,434],{"type":15,"tag":23,"props":423,"children":425},{"className":424},[],[426],{"type":20,"value":293},{"type":20,"value":370},{"type":15,"tag":372,"props":429,"children":431},{"type":430},"must",[],{"type":20,"value":433}," be ",{"type":15,"tag":23,"props":435,"children":437},{"className":436},[],[438],{"type":20,"value":439},"VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_IDENTIFIER_CREATE_INFO_ARM",{"type":15,"tag":415,"props":441,"children":443},{"name":442},"VUID-VkDataGraphPipelineIdentifierCreateInfoARM-pIdentifier-parameter",[444],{"type":15,"tag":16,"props":445,"children":446},{},[447,452,453,456,458,463,464,470],{"type":15,"tag":23,"props":448,"children":450},{"className":449},[],[451],{"type":20,"value":340},{"type":20,"value":370},{"type":15,"tag":372,"props":454,"children":455},{"type":430},[],{"type":20,"value":457}," be a valid pointer to an array of ",{"type":15,"tag":23,"props":459,"children":461},{"className":460},[],[462],{"type":20,"value":332},{"type":20,"value":370},{"type":15,"tag":23,"props":465,"children":467},{"className":466},[],[468],{"type":20,"value":469},"uint8_t",{"type":20,"value":471}," values",{"type":15,"tag":415,"props":473,"children":475},{"name":474},"VUID-VkDataGraphPipelineIdentifierCreateInfoARM-identifierSize-arraylength",[476],{"type":15,"tag":16,"props":477,"children":478},{},[479,484,485,488,490],{"type":15,"tag":23,"props":480,"children":482},{"className":481},[],[483],{"type":20,"value":332},{"type":20,"value":370},{"type":15,"tag":372,"props":486,"children":487},{"type":430},[],{"type":20,"value":489}," be greater than ",{"type":15,"tag":23,"props":491,"children":493},{"className":492},[],[494],{"type":20,"value":495},"0",{"type":15,"tag":497,"props":498,"children":499},"style",{},[500],{"type":20,"value":501},"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":41,"searchDepth":71,"depth":71,"links":503},[],"markdown",1773054744914]