[{"data":1,"prerenderedAt":547},["ShallowReactive",2],{"rQFgnoWnfA":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":546,"_id":4},"VkAabbPositionsKHR","Structure specifying two opposing corners of an axis-aligned bounding box","VK_KHR_acceleration_structure","structs",[],{"type":10,"children":11,"toc":544},"root",[12,28,319,324,391,462,538],{"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,155],{"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 VkAabbPositionsKHR {\n float minX;\n float minY;\n float minZ;\n float maxX;\n float maxY;\n float maxZ;\n} VkAabbPositionsKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,81,94,107,120,133,146],{"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}," VkAabbPositionsKHR {\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}," float",{"type":13,"tag":45,"props":77,"children":78},{"style":63},[79],{"type":18,"value":80}," minX;\n",{"type":13,"tag":45,"props":82,"children":84},{"class":47,"line":83},3,[85,89],{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":75},{"type":13,"tag":45,"props":90,"children":91},{"style":63},[92],{"type":18,"value":93}," minY;\n",{"type":13,"tag":45,"props":95,"children":97},{"class":47,"line":96},4,[98,102],{"type":13,"tag":45,"props":99,"children":100},{"style":52},[101],{"type":18,"value":75},{"type":13,"tag":45,"props":103,"children":104},{"style":63},[105],{"type":18,"value":106}," minZ;\n",{"type":13,"tag":45,"props":108,"children":110},{"class":47,"line":109},5,[111,115],{"type":13,"tag":45,"props":112,"children":113},{"style":52},[114],{"type":18,"value":75},{"type":13,"tag":45,"props":116,"children":117},{"style":63},[118],{"type":18,"value":119}," maxX;\n",{"type":13,"tag":45,"props":121,"children":123},{"class":47,"line":122},6,[124,128],{"type":13,"tag":45,"props":125,"children":126},{"style":52},[127],{"type":18,"value":75},{"type":13,"tag":45,"props":129,"children":130},{"style":63},[131],{"type":18,"value":132}," maxY;\n",{"type":13,"tag":45,"props":134,"children":136},{"class":47,"line":135},7,[137,141],{"type":13,"tag":45,"props":138,"children":139},{"style":52},[140],{"type":18,"value":75},{"type":13,"tag":45,"props":142,"children":143},{"style":63},[144],{"type":18,"value":145}," maxZ;\n",{"type":13,"tag":45,"props":147,"children":149},{"class":47,"line":148},8,[150],{"type":13,"tag":45,"props":151,"children":152},{"style":63},[153],{"type":18,"value":154},"} VkAabbPositionsKHR;\n",{"type":13,"tag":33,"props":156,"children":161},{"className":157,"code":158,"filename":159,"language":160,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct AabbPositionsKHR {\n min_x: f32,\n min_y: f32,\n min_z: f32,\n max_x: f32,\n max_y: f32,\n max_z: f32,\n}\n","Rust","rs",[162],{"type":13,"tag":21,"props":163,"children":164},{"__ignoreMap":39},[165,188,211,231,251,271,291,311],{"type":13,"tag":45,"props":166,"children":167},{"class":47,"line":48},[168,173,177,183],{"type":13,"tag":45,"props":169,"children":170},{"style":52},[171],{"type":18,"value":172},"pub",{"type":13,"tag":45,"props":174,"children":175},{"style":52},[176],{"type":18,"value":60},{"type":13,"tag":45,"props":178,"children":180},{"style":179},"--shiki-default:#953800;--shiki-dark:#FFA657",[181],{"type":18,"value":182}," AabbPositionsKHR",{"type":13,"tag":45,"props":184,"children":185},{"style":63},[186],{"type":18,"value":187}," {\n",{"type":13,"tag":45,"props":189,"children":190},{"class":47,"line":69},[191,196,201,206],{"type":13,"tag":45,"props":192,"children":193},{"style":63},[194],{"type":18,"value":195}," min_x",{"type":13,"tag":45,"props":197,"children":198},{"style":52},[199],{"type":18,"value":200},":",{"type":13,"tag":45,"props":202,"children":203},{"style":179},[204],{"type":18,"value":205}," f32",{"type":13,"tag":45,"props":207,"children":208},{"style":63},[209],{"type":18,"value":210},",\n",{"type":13,"tag":45,"props":212,"children":213},{"class":47,"line":83},[214,219,223,227],{"type":13,"tag":45,"props":215,"children":216},{"style":63},[217],{"type":18,"value":218}," min_y",{"type":13,"tag":45,"props":220,"children":221},{"style":52},[222],{"type":18,"value":200},{"type":13,"tag":45,"props":224,"children":225},{"style":179},[226],{"type":18,"value":205},{"type":13,"tag":45,"props":228,"children":229},{"style":63},[230],{"type":18,"value":210},{"type":13,"tag":45,"props":232,"children":233},{"class":47,"line":96},[234,239,243,247],{"type":13,"tag":45,"props":235,"children":236},{"style":63},[237],{"type":18,"value":238}," min_z",{"type":13,"tag":45,"props":240,"children":241},{"style":52},[242],{"type":18,"value":200},{"type":13,"tag":45,"props":244,"children":245},{"style":179},[246],{"type":18,"value":205},{"type":13,"tag":45,"props":248,"children":249},{"style":63},[250],{"type":18,"value":210},{"type":13,"tag":45,"props":252,"children":253},{"class":47,"line":109},[254,259,263,267],{"type":13,"tag":45,"props":255,"children":256},{"style":63},[257],{"type":18,"value":258}," max_x",{"type":13,"tag":45,"props":260,"children":261},{"style":52},[262],{"type":18,"value":200},{"type":13,"tag":45,"props":264,"children":265},{"style":179},[266],{"type":18,"value":205},{"type":13,"tag":45,"props":268,"children":269},{"style":63},[270],{"type":18,"value":210},{"type":13,"tag":45,"props":272,"children":273},{"class":47,"line":122},[274,279,283,287],{"type":13,"tag":45,"props":275,"children":276},{"style":63},[277],{"type":18,"value":278}," max_y",{"type":13,"tag":45,"props":280,"children":281},{"style":52},[282],{"type":18,"value":200},{"type":13,"tag":45,"props":284,"children":285},{"style":179},[286],{"type":18,"value":205},{"type":13,"tag":45,"props":288,"children":289},{"style":63},[290],{"type":18,"value":210},{"type":13,"tag":45,"props":292,"children":293},{"class":47,"line":135},[294,299,303,307],{"type":13,"tag":45,"props":295,"children":296},{"style":63},[297],{"type":18,"value":298}," max_z",{"type":13,"tag":45,"props":300,"children":301},{"style":52},[302],{"type":18,"value":200},{"type":13,"tag":45,"props":304,"children":305},{"style":179},[306],{"type":18,"value":205},{"type":13,"tag":45,"props":308,"children":309},{"style":63},[310],{"type":18,"value":210},{"type":13,"tag":45,"props":312,"children":313},{"class":47,"line":148},[314],{"type":13,"tag":45,"props":315,"children":316},{"style":63},[317],{"type":18,"value":318},"}\n",{"type":13,"tag":14,"props":320,"children":321},{},[322],{"type":18,"value":323},"or the equivalent",{"type":13,"tag":29,"props":325,"children":326},{},[327,346],{"type":13,"tag":33,"props":328,"children":330},{"className":35,"code":329,"filename":37,"language":38,"meta":39,"style":39},"typedef VkAabbPositionsKHR VkAabbPositionsNV;\n",[331],{"type":13,"tag":21,"props":332,"children":333},{"__ignoreMap":39},[334],{"type":13,"tag":45,"props":335,"children":336},{"class":47,"line":48},[337,341],{"type":13,"tag":45,"props":338,"children":339},{"style":52},[340],{"type":18,"value":55},{"type":13,"tag":45,"props":342,"children":343},{"style":63},[344],{"type":18,"value":345}," VkAabbPositionsKHR VkAabbPositionsNV;\n",{"type":13,"tag":33,"props":347,"children":349},{"className":157,"code":348,"filename":159,"language":160,"meta":39,"style":39},"type AabbPositionsNV = vk::AabbPositionsKHR;\n",[350],{"type":13,"tag":21,"props":351,"children":352},{"__ignoreMap":39},[353],{"type":13,"tag":45,"props":354,"children":355},{"class":47,"line":48},[356,361,366,371,376,381,386],{"type":13,"tag":45,"props":357,"children":358},{"style":52},[359],{"type":18,"value":360},"type",{"type":13,"tag":45,"props":362,"children":363},{"style":179},[364],{"type":18,"value":365}," AabbPositionsNV",{"type":13,"tag":45,"props":367,"children":368},{"style":52},[369],{"type":18,"value":370}," =",{"type":13,"tag":45,"props":372,"children":373},{"style":179},[374],{"type":18,"value":375}," vk",{"type":13,"tag":45,"props":377,"children":378},{"style":52},[379],{"type":18,"value":380},"::",{"type":13,"tag":45,"props":382,"children":383},{"style":179},[384],{"type":18,"value":385},"AabbPositionsKHR",{"type":13,"tag":45,"props":387,"children":388},{"style":63},[389],{"type":18,"value":390},";\n",{"type":13,"tag":392,"props":393,"children":394},"ul",{},[395,407,418,429,440,451],{"type":13,"tag":396,"props":397,"children":398},"li",{},[399,405],{"type":13,"tag":21,"props":400,"children":402},{"className":401},[],[403],{"type":18,"value":404},"minX",{"type":18,"value":406}," is the x position of one opposing corner of a bounding box.",{"type":13,"tag":396,"props":408,"children":409},{},[410,416],{"type":13,"tag":21,"props":411,"children":413},{"className":412},[],[414],{"type":18,"value":415},"minY",{"type":18,"value":417}," is the y position of one opposing corner of a bounding box.",{"type":13,"tag":396,"props":419,"children":420},{},[421,427],{"type":13,"tag":21,"props":422,"children":424},{"className":423},[],[425],{"type":18,"value":426},"minZ",{"type":18,"value":428}," is the z position of one opposing corner of a bounding box.",{"type":13,"tag":396,"props":430,"children":431},{},[432,438],{"type":13,"tag":21,"props":433,"children":435},{"className":434},[],[436],{"type":18,"value":437},"maxX",{"type":18,"value":439}," is the x position of the other opposing corner of a bounding\nbox.",{"type":13,"tag":396,"props":441,"children":442},{},[443,449],{"type":13,"tag":21,"props":444,"children":446},{"className":445},[],[447],{"type":18,"value":448},"maxY",{"type":18,"value":450}," is the y position of the other opposing corner of a bounding\nbox.",{"type":13,"tag":396,"props":452,"children":453},{},[454,460],{"type":13,"tag":21,"props":455,"children":457},{"className":456},[],[458],{"type":18,"value":459},"maxZ",{"type":18,"value":461}," is the z position of the other opposing corner of a bounding\nbox.",{"type":13,"tag":463,"props":464,"children":466},"validity-group",{"name":465},"Valid Usage",[467,494,516],{"type":13,"tag":468,"props":469,"children":471},"validity-field",{"name":470},"VUID-VkAabbPositionsKHR-minX-03546",[472],{"type":13,"tag":14,"props":473,"children":474},{},[475,480,482,487,489],{"type":13,"tag":21,"props":476,"children":478},{"className":477},[],[479],{"type":18,"value":404},{"type":18,"value":481}," ",{"type":13,"tag":483,"props":484,"children":486},"normative",{"type":485},"must",[],{"type":18,"value":488}," be less than or equal to ",{"type":13,"tag":21,"props":490,"children":492},{"className":491},[],[493],{"type":18,"value":437},{"type":13,"tag":468,"props":495,"children":497},{"name":496},"VUID-VkAabbPositionsKHR-minY-03547",[498],{"type":13,"tag":14,"props":499,"children":500},{},[501,506,507,510,511],{"type":13,"tag":21,"props":502,"children":504},{"className":503},[],[505],{"type":18,"value":415},{"type":18,"value":481},{"type":13,"tag":483,"props":508,"children":509},{"type":485},[],{"type":18,"value":488},{"type":13,"tag":21,"props":512,"children":514},{"className":513},[],[515],{"type":18,"value":448},{"type":13,"tag":468,"props":517,"children":519},{"name":518},"VUID-VkAabbPositionsKHR-minZ-03548",[520],{"type":13,"tag":14,"props":521,"children":522},{},[523,528,529,532,533],{"type":13,"tag":21,"props":524,"children":526},{"className":525},[],[527],{"type":18,"value":426},{"type":18,"value":481},{"type":13,"tag":483,"props":530,"children":531},{"type":485},[],{"type":18,"value":488},{"type":13,"tag":21,"props":534,"children":536},{"className":535},[],[537],{"type":18,"value":459},{"type":13,"tag":539,"props":540,"children":541},"style",{},[542],{"type":18,"value":543},"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":545},[],"markdown",1725732536892]