[{"data":1,"prerenderedAt":499},["ShallowReactive",2],{"blUNgoVB9C":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":498,"_id":4},"VkPhysicalDevicePCIBusInfoPropertiesEXT","Structure containing PCI bus information of a physical device","VK_EXT_pci_bus_info","structs",[],{"type":10,"children":11,"toc":496},"root",[12,28,329,417,452,457,490],{"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,152],{"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 VkPhysicalDevicePCIBusInfoPropertiesEXT {\n VkStructureType sType;\n void* pNext;\n uint32_t pciDomain;\n uint32_t pciBus;\n uint32_t pciDevice;\n uint32_t pciFunction;\n} VkPhysicalDevicePCIBusInfoPropertiesEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,117,130,143],{"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}," VkPhysicalDevicePCIBusInfoPropertiesEXT {\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],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,99],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":98}," uint32_t",{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," pciDomain;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,112],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":98},{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," pciBus;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},6,[121,125],{"type":13,"tag":45,"props":122,"children":123},{"style":52},[124],{"type":18,"value":98},{"type":13,"tag":45,"props":126,"children":127},{"style":63},[128],{"type":18,"value":129}," pciDevice;\n",{"type":13,"tag":45,"props":131,"children":133},{"class":47,"line":132},7,[134,138],{"type":13,"tag":45,"props":135,"children":136},{"style":52},[137],{"type":18,"value":98},{"type":13,"tag":45,"props":139,"children":140},{"style":63},[141],{"type":18,"value":142}," pciFunction;\n",{"type":13,"tag":45,"props":144,"children":146},{"class":47,"line":145},8,[147],{"type":13,"tag":45,"props":148,"children":149},{"style":63},[150],{"type":18,"value":151},"} VkPhysicalDevicePCIBusInfoPropertiesEXT;\n",{"type":13,"tag":33,"props":153,"children":158},{"className":154,"code":155,"filename":156,"language":157,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDevicePCIBusInfoPropertiesEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n pci_domain: u32,\n pci_bus: u32,\n pci_device: u32,\n pci_function: u32,\n}\n","Rust","rs",[159],{"type":13,"tag":21,"props":160,"children":161},{"__ignoreMap":39},[162,185,218,240,261,281,301,321],{"type":13,"tag":45,"props":163,"children":164},{"class":47,"line":48},[165,170,174,180],{"type":13,"tag":45,"props":166,"children":167},{"style":52},[168],{"type":18,"value":169},"pub",{"type":13,"tag":45,"props":171,"children":172},{"style":52},[173],{"type":18,"value":60},{"type":13,"tag":45,"props":175,"children":177},{"style":176},"--shiki-default:#953800;--shiki-dark:#FFA657",[178],{"type":18,"value":179}," PhysicalDevicePCIBusInfoPropertiesEXT",{"type":13,"tag":45,"props":181,"children":182},{"style":63},[183],{"type":18,"value":184}," {\n",{"type":13,"tag":45,"props":186,"children":187},{"class":47,"line":69},[188,193,198,203,208,213],{"type":13,"tag":45,"props":189,"children":190},{"style":63},[191],{"type":18,"value":192}," s_type",{"type":13,"tag":45,"props":194,"children":195},{"style":52},[196],{"type":18,"value":197},":",{"type":13,"tag":45,"props":199,"children":200},{"style":176},[201],{"type":18,"value":202}," vk",{"type":13,"tag":45,"props":204,"children":205},{"style":52},[206],{"type":18,"value":207},"::",{"type":13,"tag":45,"props":209,"children":210},{"style":176},[211],{"type":18,"value":212},"StructureType",{"type":13,"tag":45,"props":214,"children":215},{"style":63},[216],{"type":18,"value":217},",\n",{"type":13,"tag":45,"props":219,"children":220},{"class":47,"line":78},[221,226,230,235],{"type":13,"tag":45,"props":222,"children":223},{"style":63},[224],{"type":18,"value":225}," p_next",{"type":13,"tag":45,"props":227,"children":228},{"style":52},[229],{"type":18,"value":197},{"type":13,"tag":45,"props":231,"children":232},{"style":52},[233],{"type":18,"value":234}," *mut",{"type":13,"tag":45,"props":236,"children":237},{"style":63},[238],{"type":18,"value":239}," c_void,\n",{"type":13,"tag":45,"props":241,"children":242},{"class":47,"line":92},[243,248,252,257],{"type":13,"tag":45,"props":244,"children":245},{"style":63},[246],{"type":18,"value":247}," pci_domain",{"type":13,"tag":45,"props":249,"children":250},{"style":52},[251],{"type":18,"value":197},{"type":13,"tag":45,"props":253,"children":254},{"style":176},[255],{"type":18,"value":256}," u32",{"type":13,"tag":45,"props":258,"children":259},{"style":63},[260],{"type":18,"value":217},{"type":13,"tag":45,"props":262,"children":263},{"class":47,"line":106},[264,269,273,277],{"type":13,"tag":45,"props":265,"children":266},{"style":63},[267],{"type":18,"value":268}," pci_bus",{"type":13,"tag":45,"props":270,"children":271},{"style":52},[272],{"type":18,"value":197},{"type":13,"tag":45,"props":274,"children":275},{"style":176},[276],{"type":18,"value":256},{"type":13,"tag":45,"props":278,"children":279},{"style":63},[280],{"type":18,"value":217},{"type":13,"tag":45,"props":282,"children":283},{"class":47,"line":119},[284,289,293,297],{"type":13,"tag":45,"props":285,"children":286},{"style":63},[287],{"type":18,"value":288}," pci_device",{"type":13,"tag":45,"props":290,"children":291},{"style":52},[292],{"type":18,"value":197},{"type":13,"tag":45,"props":294,"children":295},{"style":176},[296],{"type":18,"value":256},{"type":13,"tag":45,"props":298,"children":299},{"style":63},[300],{"type":18,"value":217},{"type":13,"tag":45,"props":302,"children":303},{"class":47,"line":132},[304,309,313,317],{"type":13,"tag":45,"props":305,"children":306},{"style":63},[307],{"type":18,"value":308}," pci_function",{"type":13,"tag":45,"props":310,"children":311},{"style":52},[312],{"type":18,"value":197},{"type":13,"tag":45,"props":314,"children":315},{"style":176},[316],{"type":18,"value":256},{"type":13,"tag":45,"props":318,"children":319},{"style":63},[320],{"type":18,"value":217},{"type":13,"tag":45,"props":322,"children":323},{"class":47,"line":145},[324],{"type":13,"tag":45,"props":325,"children":326},{"style":63},[327],{"type":18,"value":328},"}\n",{"type":13,"tag":330,"props":331,"children":332},"ul",{},[333,354,373,384,395,406],{"type":13,"tag":334,"props":335,"children":336},"li",{},[337,343,345,352],{"type":13,"tag":21,"props":338,"children":340},{"className":339},[],[341],{"type":18,"value":342},"sType",{"type":18,"value":344}," is a ",{"type":13,"tag":346,"props":347,"children":349},"a",{"href":348},"/man/VkStructureType",[350],{"type":18,"value":351},"VkStructureType",{"type":18,"value":353}," value identifying this structure.",{"type":13,"tag":334,"props":355,"children":356},{},[357,363,365,371],{"type":13,"tag":21,"props":358,"children":360},{"className":359},[],[361],{"type":18,"value":362},"pNext",{"type":18,"value":364}," is ",{"type":13,"tag":21,"props":366,"children":368},{"className":367},[],[369],{"type":18,"value":370},"NULL",{"type":18,"value":372}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":334,"props":374,"children":375},{},[376,382],{"type":13,"tag":21,"props":377,"children":379},{"className":378},[],[380],{"type":18,"value":381},"pciDomain",{"type":18,"value":383}," is the PCI bus domain.",{"type":13,"tag":334,"props":385,"children":386},{},[387,393],{"type":13,"tag":21,"props":388,"children":390},{"className":389},[],[391],{"type":18,"value":392},"pciBus",{"type":18,"value":394}," is the PCI bus identifier.",{"type":13,"tag":334,"props":396,"children":397},{},[398,404],{"type":13,"tag":21,"props":399,"children":401},{"className":400},[],[402],{"type":18,"value":403},"pciDevice",{"type":18,"value":405}," is the PCI device identifier.",{"type":13,"tag":334,"props":407,"children":408},{},[409,415],{"type":13,"tag":21,"props":410,"children":412},{"className":411},[],[413],{"type":18,"value":414},"pciFunction",{"type":18,"value":416}," is the PCI device function identifier.",{"type":13,"tag":14,"props":418,"children":419},{},[420,422,427,429,434,436,442,444,450],{"type":18,"value":421},"If the ",{"type":13,"tag":21,"props":423,"children":425},{"className":424},[],[426],{"type":18,"value":4},{"type":18,"value":428}," structure is included in the ",{"type":13,"tag":21,"props":430,"children":432},{"className":431},[],[433],{"type":18,"value":362},{"type":18,"value":435}," chain of the\n",{"type":13,"tag":346,"props":437,"children":439},{"href":438},"/man/VkPhysicalDeviceProperties2",[440],{"type":18,"value":441},"VkPhysicalDeviceProperties2",{"type":18,"value":443}," structure passed to\n",{"type":13,"tag":346,"props":445,"children":447},{"href":446},"/man/vkGetPhysicalDeviceProperties2",[448],{"type":18,"value":449},"vkGetPhysicalDeviceProperties2",{"type":18,"value":451},", it is filled in with each\ncorresponding implementation-dependent property.",{"type":13,"tag":14,"props":453,"children":454},{},[455],{"type":18,"value":456},"These are properties of the PCI bus information of a physical device.",{"type":13,"tag":458,"props":459,"children":461},"validity-group",{"name":460},"Valid Usage (Implicit)",[462],{"type":13,"tag":463,"props":464,"children":466},"validity-field",{"name":465},"VUID-VkPhysicalDevicePCIBusInfoPropertiesEXT-sType-sType",[467],{"type":13,"tag":14,"props":468,"children":469},{},[470,475,477,482,484],{"type":13,"tag":21,"props":471,"children":473},{"className":472},[],[474],{"type":18,"value":342},{"type":18,"value":476}," ",{"type":13,"tag":478,"props":479,"children":481},"normative",{"type":480},"must",[],{"type":18,"value":483}," be ",{"type":13,"tag":21,"props":485,"children":487},{"className":486},[],[488],{"type":18,"value":489},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PCI_BUS_INFO_PROPERTIES_EXT",{"type":13,"tag":491,"props":492,"children":493},"style",{},[494],{"type":18,"value":495},"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":497},[],"markdown",1725732571695]