[{"data":1,"prerenderedAt":711},["ShallowReactive",2],{"T0pKleCosi":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":710,"_id":4},"VkCopyMicromapInfoEXT","Parameters for copying a micromap","VK_EXT_opacity_micromap","structs",[],{"type":10,"children":11,"toc":708},"root",[12,28,313,397,549,702],{"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,131],{"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 VkCopyMicromapInfoEXT {\n VkStructureType sType;\n const void* pNext;\n VkMicromapEXT src;\n VkMicromapEXT dst;\n VkCopyMicromapModeEXT mode;\n} VkCopyMicromapInfoEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,122],{"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}," VkCopyMicromapInfoEXT {\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],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," VkMicromapEXT src;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108],{"type":13,"tag":45,"props":109,"children":110},{"style":63},[111],{"type":18,"value":112}," VkMicromapEXT dst;\n",{"type":13,"tag":45,"props":114,"children":116},{"class":47,"line":115},6,[117],{"type":13,"tag":45,"props":118,"children":119},{"style":63},[120],{"type":18,"value":121}," VkCopyMicromapModeEXT mode;\n",{"type":13,"tag":45,"props":123,"children":125},{"class":47,"line":124},7,[126],{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130},"} VkCopyMicromapInfoEXT;\n",{"type":13,"tag":33,"props":132,"children":137},{"className":133,"code":134,"filename":135,"language":136,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct CopyMicromapInfoEXT {\n s_type: vk::StructureType,\n p_next: *const c_void,\n src: vk::MicromapEXT,\n dst: vk::MicromapEXT,\n mode: vk::CopyMicromapModeEXT,\n}\n","Rust","rs",[138],{"type":13,"tag":21,"props":139,"children":140},{"__ignoreMap":39},[141,164,197,219,248,276,305],{"type":13,"tag":45,"props":142,"children":143},{"class":47,"line":48},[144,149,153,159],{"type":13,"tag":45,"props":145,"children":146},{"style":52},[147],{"type":18,"value":148},"pub",{"type":13,"tag":45,"props":150,"children":151},{"style":52},[152],{"type":18,"value":60},{"type":13,"tag":45,"props":154,"children":156},{"style":155},"--shiki-default:#953800;--shiki-dark:#FFA657",[157],{"type":18,"value":158}," CopyMicromapInfoEXT",{"type":13,"tag":45,"props":160,"children":161},{"style":63},[162],{"type":18,"value":163}," {\n",{"type":13,"tag":45,"props":165,"children":166},{"class":47,"line":69},[167,172,177,182,187,192],{"type":13,"tag":45,"props":168,"children":169},{"style":63},[170],{"type":18,"value":171}," s_type",{"type":13,"tag":45,"props":173,"children":174},{"style":52},[175],{"type":18,"value":176},":",{"type":13,"tag":45,"props":178,"children":179},{"style":155},[180],{"type":18,"value":181}," vk",{"type":13,"tag":45,"props":183,"children":184},{"style":52},[185],{"type":18,"value":186},"::",{"type":13,"tag":45,"props":188,"children":189},{"style":155},[190],{"type":18,"value":191},"StructureType",{"type":13,"tag":45,"props":193,"children":194},{"style":63},[195],{"type":18,"value":196},",\n",{"type":13,"tag":45,"props":198,"children":199},{"class":47,"line":78},[200,205,209,214],{"type":13,"tag":45,"props":201,"children":202},{"style":63},[203],{"type":18,"value":204}," p_next",{"type":13,"tag":45,"props":206,"children":207},{"style":52},[208],{"type":18,"value":176},{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":213}," *const",{"type":13,"tag":45,"props":215,"children":216},{"style":63},[217],{"type":18,"value":218}," c_void,\n",{"type":13,"tag":45,"props":220,"children":221},{"class":47,"line":97},[222,227,231,235,239,244],{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226}," src",{"type":13,"tag":45,"props":228,"children":229},{"style":52},[230],{"type":18,"value":176},{"type":13,"tag":45,"props":232,"children":233},{"style":155},[234],{"type":18,"value":181},{"type":13,"tag":45,"props":236,"children":237},{"style":52},[238],{"type":18,"value":186},{"type":13,"tag":45,"props":240,"children":241},{"style":155},[242],{"type":18,"value":243},"MicromapEXT",{"type":13,"tag":45,"props":245,"children":246},{"style":63},[247],{"type":18,"value":196},{"type":13,"tag":45,"props":249,"children":250},{"class":47,"line":106},[251,256,260,264,268,272],{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":255}," dst",{"type":13,"tag":45,"props":257,"children":258},{"style":52},[259],{"type":18,"value":176},{"type":13,"tag":45,"props":261,"children":262},{"style":155},[263],{"type":18,"value":181},{"type":13,"tag":45,"props":265,"children":266},{"style":52},[267],{"type":18,"value":186},{"type":13,"tag":45,"props":269,"children":270},{"style":155},[271],{"type":18,"value":243},{"type":13,"tag":45,"props":273,"children":274},{"style":63},[275],{"type":18,"value":196},{"type":13,"tag":45,"props":277,"children":278},{"class":47,"line":115},[279,284,288,292,296,301],{"type":13,"tag":45,"props":280,"children":281},{"style":63},[282],{"type":18,"value":283}," mode",{"type":13,"tag":45,"props":285,"children":286},{"style":52},[287],{"type":18,"value":176},{"type":13,"tag":45,"props":289,"children":290},{"style":155},[291],{"type":18,"value":181},{"type":13,"tag":45,"props":293,"children":294},{"style":52},[295],{"type":18,"value":186},{"type":13,"tag":45,"props":297,"children":298},{"style":155},[299],{"type":18,"value":300},"CopyMicromapModeEXT",{"type":13,"tag":45,"props":302,"children":303},{"style":63},[304],{"type":18,"value":196},{"type":13,"tag":45,"props":306,"children":307},{"class":47,"line":124},[308],{"type":13,"tag":45,"props":309,"children":310},{"style":63},[311],{"type":18,"value":312},"}\n",{"type":13,"tag":314,"props":315,"children":316},"ul",{},[317,338,357,368,379],{"type":13,"tag":318,"props":319,"children":320},"li",{},[321,327,329,336],{"type":13,"tag":21,"props":322,"children":324},{"className":323},[],[325],{"type":18,"value":326},"sType",{"type":18,"value":328}," is a ",{"type":13,"tag":330,"props":331,"children":333},"a",{"href":332},"/man/VkStructureType",[334],{"type":18,"value":335},"VkStructureType",{"type":18,"value":337}," value identifying this structure.",{"type":13,"tag":318,"props":339,"children":340},{},[341,347,349,355],{"type":13,"tag":21,"props":342,"children":344},{"className":343},[],[345],{"type":18,"value":346},"pNext",{"type":18,"value":348}," is ",{"type":13,"tag":21,"props":350,"children":352},{"className":351},[],[353],{"type":18,"value":354},"NULL",{"type":18,"value":356}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":318,"props":358,"children":359},{},[360,366],{"type":13,"tag":21,"props":361,"children":363},{"className":362},[],[364],{"type":18,"value":365},"src",{"type":18,"value":367}," is the source micromap for the copy.",{"type":13,"tag":318,"props":369,"children":370},{},[371,377],{"type":13,"tag":21,"props":372,"children":374},{"className":373},[],[375],{"type":18,"value":376},"dst",{"type":18,"value":378}," is the target micromap for the copy.",{"type":13,"tag":318,"props":380,"children":381},{},[382,388,389,395],{"type":13,"tag":21,"props":383,"children":385},{"className":384},[],[386],{"type":18,"value":387},"mode",{"type":18,"value":328},{"type":13,"tag":330,"props":390,"children":392},{"href":391},"/man/VkCopyMicromapModeEXT",[393],{"type":18,"value":394},"VkCopyMicromapModeEXT",{"type":18,"value":396}," value specifying additional\noperations to perform during the copy.",{"type":13,"tag":398,"props":399,"children":401},"validity-group",{"name":400},"Valid Usage",[402,438,458,498,525],{"type":13,"tag":403,"props":404,"children":406},"validity-field",{"name":405},"VUID-VkCopyMicromapInfoEXT-mode-07531",[407],{"type":13,"tag":14,"props":408,"children":409},{},[410,415,417,422,424,430,432],{"type":13,"tag":21,"props":411,"children":413},{"className":412},[],[414],{"type":18,"value":387},{"type":18,"value":416}," ",{"type":13,"tag":418,"props":419,"children":421},"normative",{"type":420},"must",[],{"type":18,"value":423}," be ",{"type":13,"tag":21,"props":425,"children":427},{"className":426},[],[428],{"type":18,"value":429},"VK_COPY_MICROMAP_MODE_COMPACT_EXT",{"type":18,"value":431}," or\n",{"type":13,"tag":21,"props":433,"children":435},{"className":434},[],[436],{"type":18,"value":437},"VK_COPY_MICROMAP_MODE_CLONE_EXT",{"type":13,"tag":403,"props":439,"children":441},{"name":440},"VUID-VkCopyMicromapInfoEXT-src-07532",[442],{"type":13,"tag":14,"props":443,"children":444},{},[445,447,452,453,456],{"type":18,"value":446},"The source acceleration structure ",{"type":13,"tag":21,"props":448,"children":450},{"className":449},[],[451],{"type":18,"value":365},{"type":18,"value":416},{"type":13,"tag":418,"props":454,"children":455},{"type":420},[],{"type":18,"value":457}," have been constructed\nprior to the execution of this command",{"type":13,"tag":403,"props":459,"children":461},{"name":460},"VUID-VkCopyMicromapInfoEXT-mode-07533",[462],{"type":13,"tag":14,"props":463,"children":464},{},[465,467,472,473,478,480,485,488,490,496],{"type":18,"value":466},"If ",{"type":13,"tag":21,"props":468,"children":470},{"className":469},[],[471],{"type":18,"value":387},{"type":18,"value":348},{"type":13,"tag":21,"props":474,"children":476},{"className":475},[],[477],{"type":18,"value":429},{"type":18,"value":479},", ",{"type":13,"tag":21,"props":481,"children":483},{"className":482},[],[484],{"type":18,"value":365},{"type":13,"tag":418,"props":486,"children":487},{"type":420},[],{"type":18,"value":489}," have been constructed with\n",{"type":13,"tag":21,"props":491,"children":493},{"className":492},[],[494],{"type":18,"value":495},"VK_BUILD_MICROMAP_ALLOW_COMPACTION_BIT_EXT",{"type":18,"value":497}," in the build",{"type":13,"tag":403,"props":499,"children":501},{"name":500},"VUID-VkCopyMicromapInfoEXT-buffer-07534",[502],{"type":13,"tag":14,"props":503,"children":504},{},[505,506,512,514,519,520,523],{"type":18,"value":19},{"type":13,"tag":21,"props":507,"children":509},{"className":508},[],[510],{"type":18,"value":511},"buffer",{"type":18,"value":513}," used to create ",{"type":13,"tag":21,"props":515,"children":517},{"className":516},[],[518],{"type":18,"value":365},{"type":18,"value":416},{"type":13,"tag":418,"props":521,"children":522},{"type":420},[],{"type":18,"value":524}," be bound to device\nmemory",{"type":13,"tag":403,"props":526,"children":528},{"name":527},"VUID-VkCopyMicromapInfoEXT-buffer-07535",[529],{"type":13,"tag":14,"props":530,"children":531},{},[532,533,538,539,544,545,548],{"type":18,"value":19},{"type":13,"tag":21,"props":534,"children":536},{"className":535},[],[537],{"type":18,"value":511},{"type":18,"value":513},{"type":13,"tag":21,"props":540,"children":542},{"className":541},[],[543],{"type":18,"value":376},{"type":18,"value":416},{"type":13,"tag":418,"props":546,"children":547},{"type":420},[],{"type":18,"value":524},{"type":13,"tag":398,"props":550,"children":552},{"name":551},"Valid Usage (Implicit)",[553,576,598,624,646,669],{"type":13,"tag":403,"props":554,"children":556},{"name":555},"VUID-VkCopyMicromapInfoEXT-sType-sType",[557],{"type":13,"tag":14,"props":558,"children":559},{},[560,565,566,569,570],{"type":13,"tag":21,"props":561,"children":563},{"className":562},[],[564],{"type":18,"value":326},{"type":18,"value":416},{"type":13,"tag":418,"props":567,"children":568},{"type":420},[],{"type":18,"value":423},{"type":13,"tag":21,"props":571,"children":573},{"className":572},[],[574],{"type":18,"value":575},"VK_STRUCTURE_TYPE_COPY_MICROMAP_INFO_EXT",{"type":13,"tag":403,"props":577,"children":579},{"name":578},"VUID-VkCopyMicromapInfoEXT-pNext-pNext",[580],{"type":13,"tag":14,"props":581,"children":582},{},[583,588,589,592,593],{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":346},{"type":18,"value":416},{"type":13,"tag":418,"props":590,"children":591},{"type":420},[],{"type":18,"value":423},{"type":13,"tag":21,"props":594,"children":596},{"className":595},[],[597],{"type":18,"value":354},{"type":13,"tag":403,"props":599,"children":601},{"name":600},"VUID-VkCopyMicromapInfoEXT-src-parameter",[602],{"type":13,"tag":14,"props":603,"children":604},{},[605,610,611,614,616,622],{"type":13,"tag":21,"props":606,"children":608},{"className":607},[],[609],{"type":18,"value":365},{"type":18,"value":416},{"type":13,"tag":418,"props":612,"children":613},{"type":420},[],{"type":18,"value":615}," be a valid ",{"type":13,"tag":330,"props":617,"children":619},{"href":618},"/man/VkMicromapEXT",[620],{"type":18,"value":621},"VkMicromapEXT",{"type":18,"value":623}," handle",{"type":13,"tag":403,"props":625,"children":627},{"name":626},"VUID-VkCopyMicromapInfoEXT-dst-parameter",[628],{"type":13,"tag":14,"props":629,"children":630},{},[631,636,637,640,641,645],{"type":13,"tag":21,"props":632,"children":634},{"className":633},[],[635],{"type":18,"value":376},{"type":18,"value":416},{"type":13,"tag":418,"props":638,"children":639},{"type":420},[],{"type":18,"value":615},{"type":13,"tag":330,"props":642,"children":643},{"href":618},[644],{"type":18,"value":621},{"type":18,"value":623},{"type":13,"tag":403,"props":647,"children":649},{"name":648},"VUID-VkCopyMicromapInfoEXT-mode-parameter",[650],{"type":13,"tag":14,"props":651,"children":652},{},[653,658,659,662,663,667],{"type":13,"tag":21,"props":654,"children":656},{"className":655},[],[657],{"type":18,"value":387},{"type":18,"value":416},{"type":13,"tag":418,"props":660,"children":661},{"type":420},[],{"type":18,"value":615},{"type":13,"tag":330,"props":664,"children":665},{"href":391},[666],{"type":18,"value":394},{"type":18,"value":668}," value",{"type":13,"tag":403,"props":670,"children":672},{"name":671},"VUID-VkCopyMicromapInfoEXT-commonparent",[673],{"type":13,"tag":14,"props":674,"children":675},{},[676,678,683,685,690,691,694,696],{"type":18,"value":677},"Both of ",{"type":13,"tag":21,"props":679,"children":681},{"className":680},[],[682],{"type":18,"value":376},{"type":18,"value":684},", and ",{"type":13,"tag":21,"props":686,"children":688},{"className":687},[],[689],{"type":18,"value":365},{"type":18,"value":416},{"type":13,"tag":418,"props":692,"children":693},{"type":420},[],{"type":18,"value":695}," have been created, allocated, or retrieved from the same ",{"type":13,"tag":330,"props":697,"children":699},{"href":698},"/man/VkDevice",[700],{"type":18,"value":701},"VkDevice",{"type":13,"tag":703,"props":704,"children":705},"style",{},[706],{"type":18,"value":707},"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":709},[],"markdown",1725732544644]