[{"data":1,"prerenderedAt":1723},["ShallowReactive",2],{"$fC7D1PK8_3l-m5yMw11L1Ac-H4LrooMZB-wX_aUbnl40":3},{"title":4,"description":5,"parent":6,"extendedby":7,"type":9,"xrefs":10,"body":11,"_type":1722,"_id":4},"VkAccelerationStructureCreateInfo2KHR","Structure specifying the parameters of a newly created acceleration structure object using a device address","VK_KHR_device_address_commands",[8],"VkOpaqueCaptureDescriptorDataCreateInfoEXT","structs",[],{"type":12,"children":13,"toc":1720},"root",[14,30,350,467,493,523,569,586,651,682,730,1562,1714],{"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 as:",{"type":15,"tag":31,"props":32,"children":33},"code-group",{},[34,142],{"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 VkAccelerationStructureCreateInfo2KHR {\n VkStructureType sType;\n const void* pNext;\n VkAccelerationStructureCreateFlagsKHR createFlags;\n VkDeviceAddressRangeKHR addressRange;\n VkAddressCommandFlagsKHR addressFlags;\n VkAccelerationStructureTypeKHR type;\n} VkAccelerationStructureCreateInfo2KHR;\n","C","c","",[43],{"type":15,"tag":23,"props":44,"children":45},{"__ignoreMap":41},[46,69,78,97,106,115,124,133],{"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}," VkAccelerationStructureCreateInfo2KHR {\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],{"type":15,"tag":47,"props":102,"children":103},{"style":65},[104],{"type":20,"value":105}," VkAccelerationStructureCreateFlagsKHR createFlags;\n",{"type":15,"tag":47,"props":107,"children":109},{"class":49,"line":108},5,[110],{"type":15,"tag":47,"props":111,"children":112},{"style":65},[113],{"type":20,"value":114}," VkDeviceAddressRangeKHR addressRange;\n",{"type":15,"tag":47,"props":116,"children":118},{"class":49,"line":117},6,[119],{"type":15,"tag":47,"props":120,"children":121},{"style":65},[122],{"type":20,"value":123}," VkAddressCommandFlagsKHR addressFlags;\n",{"type":15,"tag":47,"props":125,"children":127},{"class":49,"line":126},7,[128],{"type":15,"tag":47,"props":129,"children":130},{"style":65},[131],{"type":20,"value":132}," VkAccelerationStructureTypeKHR type;\n",{"type":15,"tag":47,"props":134,"children":136},{"class":49,"line":135},8,[137],{"type":15,"tag":47,"props":138,"children":139},{"style":65},[140],{"type":20,"value":141},"} VkAccelerationStructureCreateInfo2KHR;\n",{"type":15,"tag":35,"props":143,"children":148},{"className":144,"code":145,"filename":146,"language":147,"meta":41,"style":41},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct AccelerationStructureCreateInfo2KHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n create_flags: vk::AccelerationStructureCreateFlagsKHR,\n address_range: vk::DeviceAddressRangeKHR,\n address_flags: vk::AddressCommandFlagsKHR,\n type: vk::AccelerationStructureTypeKHR,\n}\n","Rust","rs",[149],{"type":15,"tag":23,"props":150,"children":151},{"__ignoreMap":41},[152,175,208,230,259,288,317,342],{"type":15,"tag":47,"props":153,"children":154},{"class":49,"line":50},[155,160,164,170],{"type":15,"tag":47,"props":156,"children":157},{"style":54},[158],{"type":20,"value":159},"pub",{"type":15,"tag":47,"props":161,"children":162},{"style":54},[163],{"type":20,"value":62},{"type":15,"tag":47,"props":165,"children":167},{"style":166},"--shiki-default:#953800;--shiki-dark:#FFA657",[168],{"type":20,"value":169}," AccelerationStructureCreateInfo2KHR",{"type":15,"tag":47,"props":171,"children":172},{"style":65},[173],{"type":20,"value":174}," {\n",{"type":15,"tag":47,"props":176,"children":177},{"class":49,"line":71},[178,183,188,193,198,203],{"type":15,"tag":47,"props":179,"children":180},{"style":65},[181],{"type":20,"value":182}," s_type",{"type":15,"tag":47,"props":184,"children":185},{"style":54},[186],{"type":20,"value":187},":",{"type":15,"tag":47,"props":189,"children":190},{"style":166},[191],{"type":20,"value":192}," vk",{"type":15,"tag":47,"props":194,"children":195},{"style":54},[196],{"type":20,"value":197},"::",{"type":15,"tag":47,"props":199,"children":200},{"style":166},[201],{"type":20,"value":202},"StructureType",{"type":15,"tag":47,"props":204,"children":205},{"style":65},[206],{"type":20,"value":207},",\n",{"type":15,"tag":47,"props":209,"children":210},{"class":49,"line":80},[211,216,220,225],{"type":15,"tag":47,"props":212,"children":213},{"style":65},[214],{"type":20,"value":215}," p_next",{"type":15,"tag":47,"props":217,"children":218},{"style":54},[219],{"type":20,"value":187},{"type":15,"tag":47,"props":221,"children":222},{"style":54},[223],{"type":20,"value":224}," *const",{"type":15,"tag":47,"props":226,"children":227},{"style":65},[228],{"type":20,"value":229}," c_void,\n",{"type":15,"tag":47,"props":231,"children":232},{"class":49,"line":99},[233,238,242,246,250,255],{"type":15,"tag":47,"props":234,"children":235},{"style":65},[236],{"type":20,"value":237}," create_flags",{"type":15,"tag":47,"props":239,"children":240},{"style":54},[241],{"type":20,"value":187},{"type":15,"tag":47,"props":243,"children":244},{"style":166},[245],{"type":20,"value":192},{"type":15,"tag":47,"props":247,"children":248},{"style":54},[249],{"type":20,"value":197},{"type":15,"tag":47,"props":251,"children":252},{"style":166},[253],{"type":20,"value":254},"AccelerationStructureCreateFlagsKHR",{"type":15,"tag":47,"props":256,"children":257},{"style":65},[258],{"type":20,"value":207},{"type":15,"tag":47,"props":260,"children":261},{"class":49,"line":108},[262,267,271,275,279,284],{"type":15,"tag":47,"props":263,"children":264},{"style":65},[265],{"type":20,"value":266}," address_range",{"type":15,"tag":47,"props":268,"children":269},{"style":54},[270],{"type":20,"value":187},{"type":15,"tag":47,"props":272,"children":273},{"style":166},[274],{"type":20,"value":192},{"type":15,"tag":47,"props":276,"children":277},{"style":54},[278],{"type":20,"value":197},{"type":15,"tag":47,"props":280,"children":281},{"style":166},[282],{"type":20,"value":283},"DeviceAddressRangeKHR",{"type":15,"tag":47,"props":285,"children":286},{"style":65},[287],{"type":20,"value":207},{"type":15,"tag":47,"props":289,"children":290},{"class":49,"line":117},[291,296,300,304,308,313],{"type":15,"tag":47,"props":292,"children":293},{"style":65},[294],{"type":20,"value":295}," address_flags",{"type":15,"tag":47,"props":297,"children":298},{"style":54},[299],{"type":20,"value":187},{"type":15,"tag":47,"props":301,"children":302},{"style":166},[303],{"type":20,"value":192},{"type":15,"tag":47,"props":305,"children":306},{"style":54},[307],{"type":20,"value":197},{"type":15,"tag":47,"props":309,"children":310},{"style":166},[311],{"type":20,"value":312},"AddressCommandFlagsKHR",{"type":15,"tag":47,"props":314,"children":315},{"style":65},[316],{"type":20,"value":207},{"type":15,"tag":47,"props":318,"children":319},{"class":49,"line":126},[320,325,329,333,338],{"type":15,"tag":47,"props":321,"children":322},{"style":54},[323],{"type":20,"value":324}," type:",{"type":15,"tag":47,"props":326,"children":327},{"style":166},[328],{"type":20,"value":192},{"type":15,"tag":47,"props":330,"children":331},{"style":54},[332],{"type":20,"value":197},{"type":15,"tag":47,"props":334,"children":335},{"style":166},[336],{"type":20,"value":337},"AccelerationStructureTypeKHR",{"type":15,"tag":47,"props":339,"children":340},{"style":65},[341],{"type":20,"value":207},{"type":15,"tag":47,"props":343,"children":344},{"class":49,"line":135},[345],{"type":15,"tag":47,"props":346,"children":347},{"style":65},[348],{"type":20,"value":349},"}\n",{"type":15,"tag":351,"props":352,"children":353},"ul",{},[354,375,394,413,431,449],{"type":15,"tag":355,"props":356,"children":357},"li",{},[358,364,366,373],{"type":15,"tag":23,"props":359,"children":361},{"className":360},[],[362],{"type":20,"value":363},"sType",{"type":20,"value":365}," is a ",{"type":15,"tag":367,"props":368,"children":370},"a",{"href":369},"/man/VkStructureType",[371],{"type":20,"value":372},"VkStructureType",{"type":20,"value":374}," value identifying this structure.",{"type":15,"tag":355,"props":376,"children":377},{},[378,384,386,392],{"type":15,"tag":23,"props":379,"children":381},{"className":380},[],[382],{"type":20,"value":383},"pNext",{"type":20,"value":385}," is ",{"type":15,"tag":23,"props":387,"children":389},{"className":388},[],[390],{"type":20,"value":391},"NULL",{"type":20,"value":393}," or a pointer to a structure extending this\nstructure.",{"type":15,"tag":355,"props":395,"children":396},{},[397,403,405,411],{"type":15,"tag":23,"props":398,"children":400},{"className":399},[],[401],{"type":20,"value":402},"createFlags",{"type":20,"value":404}," is a bitmask of\n",{"type":15,"tag":367,"props":406,"children":408},{"href":407},"/man/VkAccelerationStructureCreateFlagBitsKHR",[409],{"type":20,"value":410},"VkAccelerationStructureCreateFlagBitsKHR",{"type":20,"value":412}," specifying additional\ncreation parameters of the acceleration structure.",{"type":15,"tag":355,"props":414,"children":415},{},[416,422,423,429],{"type":15,"tag":23,"props":417,"children":419},{"className":418},[],[420],{"type":20,"value":421},"addressRange",{"type":20,"value":365},{"type":15,"tag":367,"props":424,"children":426},{"href":425},"/man/VkDeviceAddressRangeKHR",[427],{"type":20,"value":428},"VkDeviceAddressRangeKHR",{"type":20,"value":430}," structure defining\nthe size required for the acceleration structure and its starting\naddress.",{"type":15,"tag":355,"props":432,"children":433},{},[434,440,441,447],{"type":15,"tag":23,"props":435,"children":437},{"className":436},[],[438],{"type":20,"value":439},"addressFlags",{"type":20,"value":365},{"type":15,"tag":367,"props":442,"children":444},{"href":443},"/man/VkAddressCommandFlagsKHR",[445],{"type":20,"value":446},"VkAddressCommandFlagsKHR",{"type":20,"value":448}," value defining\nthe flags for the address range.",{"type":15,"tag":355,"props":450,"children":451},{},[452,458,459,465],{"type":15,"tag":23,"props":453,"children":455},{"className":454},[],[456],{"type":20,"value":457},"type",{"type":20,"value":365},{"type":15,"tag":367,"props":460,"children":462},{"href":461},"/man/VkAccelerationStructureTypeKHR",[463],{"type":20,"value":464},"VkAccelerationStructureTypeKHR",{"type":20,"value":466}," value specifying\nthe type of acceleration structure that will be created.",{"type":15,"tag":16,"props":468,"children":469},{},[470,472,477,479,483,485,491],{"type":20,"value":471},"Applications ",{"type":15,"tag":473,"props":474,"children":476},"normative",{"type":475},"should",[],{"type":20,"value":478}," create an acceleration structure with a specific\n",{"type":15,"tag":367,"props":480,"children":481},{"href":461},[482],{"type":20,"value":464},{"type":20,"value":484}," other than\n",{"type":15,"tag":23,"props":486,"children":488},{"className":487},[],[489],{"type":20,"value":490},"VK_ACCELERATION_STRUCTURE_TYPE_GENERIC_KHR",{"type":20,"value":492},".",{"type":15,"tag":494,"props":495,"children":496},"note",{},[497],{"type":15,"tag":16,"props":498,"children":499},{},[500,505,507,513,515,521],{"type":15,"tag":23,"props":501,"children":503},{"className":502},[],[504],{"type":20,"value":490},{"type":20,"value":506}," is intended to be used by\nAPI translation layers.\nThis can be used at acceleration structure creation time in cases where the\nactual acceleration structure type (top or bottom) is not yet known.\nThe actual acceleration structure type must be specified as\n",{"type":15,"tag":23,"props":508,"children":510},{"className":509},[],[511],{"type":20,"value":512},"VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_KHR",{"type":20,"value":514}," or\n",{"type":15,"tag":23,"props":516,"children":518},{"className":517},[],[519],{"type":20,"value":520},"VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_KHR",{"type":20,"value":522}," when the build is\nperformed.",{"type":15,"tag":16,"props":524,"children":525},{},[526,528,533,535,541,542,548,550,554,556,559,561,567],{"type":20,"value":527},"During replay, if ",{"type":15,"tag":23,"props":529,"children":531},{"className":530},[],[532],{"type":20,"value":402},{"type":20,"value":534}," includes\n",{"type":15,"tag":23,"props":536,"children":538},{"className":537},[],[539],{"type":20,"value":540},"VK_ACCELERATION_STRUCTURE_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR",{"type":20,"value":207},{"type":15,"tag":23,"props":543,"children":545},{"className":544},[],[546],{"type":20,"value":547},"addressRange.address",{"type":20,"value":549}," ",{"type":15,"tag":473,"props":551,"children":553},{"type":552},"must",[],{"type":20,"value":555}," be an address used to create an identical\nacceleration structure on the same implementation.\nThe address ",{"type":15,"tag":473,"props":557,"children":558},{"type":552},[],{"type":20,"value":560}," be in the range of an identically created ",{"type":15,"tag":367,"props":562,"children":564},{"href":563},"/man/VkBuffer",[565],{"type":20,"value":566},"VkBuffer",{"type":20,"value":568},"\nat the same offset.",{"type":15,"tag":16,"props":570,"children":571},{},[572,573,576,578,584],{"type":20,"value":471},{"type":15,"tag":473,"props":574,"children":575},{"type":475},[],{"type":20,"value":577}," avoid creating acceleration structures with\napplication-provided addresses and implementation-provided addresses in the\nsame process, to reduce the likelihood of\n",{"type":15,"tag":23,"props":579,"children":581},{"className":580},[],[582],{"type":20,"value":583},"VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR",{"type":20,"value":585}," errors.",{"type":15,"tag":494,"props":587,"children":588},{},[589,639],{"type":15,"tag":16,"props":590,"children":591},{},[592,594,600,602,608,610,615,617,622,624,630,632,637],{"type":20,"value":593},"The expected usage for this is that a trace capture/replay tool will add the\n",{"type":15,"tag":23,"props":595,"children":597},{"className":596},[],[598],{"type":20,"value":599},"VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT",{"type":20,"value":601}," flag and\n",{"type":15,"tag":23,"props":603,"children":605},{"className":604},[],[606],{"type":20,"value":607},"VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT",{"type":20,"value":609}," to all buffers used as\nstorage for an acceleration structure with\n",{"type":15,"tag":23,"props":611,"children":613},{"className":612},[],[614],{"type":20,"value":540},{"type":20,"value":616},"\nincluded in ",{"type":15,"tag":23,"props":618,"children":620},{"className":619},[],[621],{"type":20,"value":402},{"type":20,"value":623},".\nThis also means that the tool will need to add\n",{"type":15,"tag":23,"props":625,"children":627},{"className":626},[],[628],{"type":20,"value":629},"VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT",{"type":20,"value":631}," to memory allocations to allow\nthe ",{"type":15,"tag":23,"props":633,"children":635},{"className":634},[],[636],{"type":20,"value":607},{"type":20,"value":638}," flag to be set where the\napplication may not have otherwise required it.\nDuring capture the tool will save the queried opaque device addresses in the\ntrace.\nDuring replay, the buffers will be created specifying the original address\nso any address values stored in the trace data will remain valid.",{"type":15,"tag":16,"props":640,"children":641},{},[642,644,649],{"type":20,"value":643},"Implementations are expected to separate such buffers in the GPU address\nspace so normal allocations will avoid using these addresses.\nApplications and tools should avoid mixing application-provided and\nimplementation-provided addresses for buffers created with\n",{"type":15,"tag":23,"props":645,"children":647},{"className":646},[],[648],{"type":20,"value":599},{"type":20,"value":650},", to avoid address\nspace allocation conflicts.",{"type":15,"tag":16,"props":652,"children":653},{},[654,656,660,662,668,670,676,677,680],{"type":20,"value":655},"If the acceleration structure will be the target of a build operation, the\nrequired size for an acceleration structure ",{"type":15,"tag":473,"props":657,"children":659},{"type":658},"can",[],{"type":20,"value":661}," be queried with\n",{"type":15,"tag":367,"props":663,"children":665},{"href":664},"/man/vkGetAccelerationStructureBuildSizesKHR",[666],{"type":20,"value":667},"vkGetAccelerationStructureBuildSizesKHR",{"type":20,"value":669},".\nIf the acceleration structure is going to be the target of a copy,\n",{"type":15,"tag":367,"props":671,"children":673},{"href":672},"/man/vkCmdWriteAccelerationStructuresPropertiesKHR",[674],{"type":20,"value":675},"vkCmdWriteAccelerationStructuresPropertiesKHR",{"type":20,"value":549},{"type":15,"tag":473,"props":678,"children":679},{"type":658},[],{"type":20,"value":681}," be used to obtain\nthe size required depending on the type of copy.",{"type":15,"tag":16,"props":683,"children":684},{},[685,687,693,695,698,700,706,708,713,715,721,723,728],{"type":20,"value":686},"If the acceleration structure will be the target of a build operation with\n",{"type":15,"tag":23,"props":688,"children":690},{"className":689},[],[691],{"type":20,"value":692},"VK_BUILD_ACCELERATION_STRUCTURE_MOTION_BIT_NV",{"type":20,"value":694}," it ",{"type":15,"tag":473,"props":696,"children":697},{"type":552},[],{"type":20,"value":699}," include\n",{"type":15,"tag":23,"props":701,"children":703},{"className":702},[],[704],{"type":20,"value":705},"VK_ACCELERATION_STRUCTURE_CREATE_MOTION_BIT_NV",{"type":20,"value":707}," in ",{"type":15,"tag":23,"props":709,"children":711},{"className":710},[],[712],{"type":20,"value":402},{"type":20,"value":714},"\nand include ",{"type":15,"tag":367,"props":716,"children":718},{"href":717},"/man/VkAccelerationStructureMotionInfoNV",[719],{"type":20,"value":720},"VkAccelerationStructureMotionInfoNV",{"type":20,"value":722}," as an extension\nstructure in ",{"type":15,"tag":23,"props":724,"children":726},{"className":725},[],[727],{"type":20,"value":383},{"type":20,"value":729}," with the number of instances as metadata for the\nobject.",{"type":15,"tag":731,"props":732,"children":734},"validity-group",{"name":733},"Valid Usage",[735,769,821,866,898,952,994,1024,1071,1111,1135,1175,1213,1239,1290,1337,1356,1401,1453,1486,1525],{"type":15,"tag":736,"props":737,"children":739},"validity-field",{"name":738},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13097",[740],{"type":15,"tag":16,"props":741,"children":742},{},[743,745,750,752,757,758,761,763],{"type":20,"value":744},"If the range specified by ",{"type":15,"tag":23,"props":746,"children":748},{"className":747},[],[749],{"type":20,"value":421},{"type":20,"value":751}," is not bound completely\nto memory when accessed, ",{"type":15,"tag":23,"props":753,"children":755},{"className":754},[],[756],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":759,"children":760},{"type":552},[],{"type":20,"value":762}," not include\n",{"type":15,"tag":23,"props":764,"children":766},{"className":765},[],[767],{"type":20,"value":768},"VK_ADDRESS_COMMAND_FULLY_BOUND_BIT_KHR",{"type":15,"tag":736,"props":770,"children":772},{"name":771},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13098",[773],{"type":15,"tag":16,"props":774,"children":775},{},[776,778,783,785,791,793,803,805,810,811,814,815],{"type":20,"value":777},"If the buffer from which the range specified by ",{"type":15,"tag":23,"props":779,"children":781},{"className":780},[],[782],{"type":20,"value":421},{"type":20,"value":784}," was\ncreated with ",{"type":15,"tag":23,"props":786,"children":788},{"className":787},[],[789],{"type":20,"value":790},"VK_BUFFER_CREATE_PROTECTED_BIT",{"type":20,"value":792},", and\n",{"type":15,"tag":367,"props":794,"children":796},{"href":795},"/man/VkPhysicalDeviceVulkan11Properties#limits-protectedNoFault",[797],{"type":15,"tag":23,"props":798,"children":800},{"className":799},[],[801],{"type":20,"value":802},"protectedNoFault",{"type":20,"value":804}," is not supported,\n",{"type":15,"tag":23,"props":806,"children":808},{"className":807},[],[809],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":812,"children":813},{"type":552},[],{"type":20,"value":699},{"type":15,"tag":23,"props":816,"children":818},{"className":817},[],[819],{"type":20,"value":820},"VK_ADDRESS_COMMAND_PROTECTED_BIT_KHR",{"type":15,"tag":736,"props":822,"children":824},{"name":823},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13099",[825],{"type":15,"tag":16,"props":826,"children":827},{},[828,829,834,836,841,842,850,851,856,857,860,861],{"type":20,"value":777},{"type":15,"tag":23,"props":830,"children":832},{"className":831},[],[833],{"type":20,"value":421},{"type":20,"value":835}," was\ncreated without ",{"type":15,"tag":23,"props":837,"children":839},{"className":838},[],[840],{"type":20,"value":790},{"type":20,"value":792},{"type":15,"tag":367,"props":843,"children":844},{"href":795},[845],{"type":15,"tag":23,"props":846,"children":848},{"className":847},[],[849],{"type":20,"value":802},{"type":20,"value":804},{"type":15,"tag":23,"props":852,"children":854},{"className":853},[],[855],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":858,"children":859},{"type":552},[],{"type":20,"value":762},{"type":15,"tag":23,"props":862,"children":864},{"className":863},[],[865],{"type":20,"value":820},{"type":15,"tag":736,"props":867,"children":869},{"name":868},"VUID-VkAccelerationStructureCreateInfo2KHR-addressFlags-13100",[870],{"type":15,"tag":16,"props":871,"children":872},{},[873,878,879,882,884,890,892],{"type":15,"tag":23,"props":874,"children":876},{"className":875},[],[877],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":880,"children":881},{"type":552},[],{"type":20,"value":883}," not include both\n",{"type":15,"tag":23,"props":885,"children":887},{"className":886},[],[888],{"type":20,"value":889},"VK_ADDRESS_COMMAND_STORAGE_BUFFER_USAGE_BIT_KHR",{"type":20,"value":891}," and\n",{"type":15,"tag":23,"props":893,"children":895},{"className":894},[],[896],{"type":20,"value":897},"VK_ADDRESS_COMMAND_UNKNOWN_STORAGE_BUFFER_USAGE_BIT_KHR",{"type":15,"tag":736,"props":899,"children":901},{"name":900},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13122",[902],{"type":15,"tag":16,"props":903,"children":904},{},[905,907,913,915,920,922,928,930,935,936,939,941,946,947],{"type":20,"value":906},"If any buffer, which is bound to a range of ",{"type":15,"tag":367,"props":908,"children":910},{"href":909},"/man/VkDeviceMemory",[911],{"type":20,"value":912},"VkDeviceMemory",{"type":20,"value":914}," that\noverlaps the range backing ",{"type":15,"tag":23,"props":916,"children":918},{"className":917},[],[919],{"type":20,"value":421},{"type":20,"value":921},", was created with\n",{"type":15,"tag":23,"props":923,"children":925},{"className":924},[],[926],{"type":20,"value":927},"VK_BUFFER_USAGE_STORAGE_BUFFER_BIT",{"type":20,"value":929},", ",{"type":15,"tag":23,"props":931,"children":933},{"className":932},[],[934],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":937,"children":938},{"type":552},[],{"type":20,"value":940},"\ninclude ",{"type":15,"tag":23,"props":942,"children":944},{"className":943},[],[945],{"type":20,"value":889},{"type":20,"value":514},{"type":15,"tag":23,"props":948,"children":950},{"className":949},[],[951],{"type":20,"value":897},{"type":15,"tag":736,"props":953,"children":955},{"name":954},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13123",[956],{"type":15,"tag":16,"props":957,"children":958},{},[959,960,964,965,970,972,977,978,983,984,987,989],{"type":20,"value":906},{"type":15,"tag":367,"props":961,"children":962},{"href":909},[963],{"type":20,"value":912},{"type":20,"value":914},{"type":15,"tag":23,"props":966,"children":968},{"className":967},[],[969],{"type":20,"value":421},{"type":20,"value":971},", was created without\n",{"type":15,"tag":23,"props":973,"children":975},{"className":974},[],[976],{"type":20,"value":927},{"type":20,"value":929},{"type":15,"tag":23,"props":979,"children":981},{"className":980},[],[982],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":985,"children":986},{"type":552},[],{"type":20,"value":988}," not\ninclude ",{"type":15,"tag":23,"props":990,"children":992},{"className":991},[],[993],{"type":20,"value":889},{"type":15,"tag":736,"props":995,"children":997},{"name":996},"VUID-VkAccelerationStructureCreateInfo2KHR-addressFlags-13101",[998],{"type":15,"tag":16,"props":999,"children":1000},{},[1001,1006,1007,1010,1011,1017,1018],{"type":15,"tag":23,"props":1002,"children":1004},{"className":1003},[],[1005],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":1008,"children":1009},{"type":552},[],{"type":20,"value":883},{"type":15,"tag":23,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":20,"value":1016},"VK_ADDRESS_COMMAND_TRANSFORM_FEEDBACK_BUFFER_USAGE_BIT_KHR",{"type":20,"value":891},{"type":15,"tag":23,"props":1019,"children":1021},{"className":1020},[],[1022],{"type":20,"value":1023},"VK_ADDRESS_COMMAND_UNKNOWN_TRANSFORM_FEEDBACK_BUFFER_USAGE_BIT_KHR",{"type":15,"tag":736,"props":1025,"children":1027},{"name":1026},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13124",[1028],{"type":15,"tag":16,"props":1029,"children":1030},{},[1031,1032,1036,1037,1042,1043,1049,1050,1055,1056,1059,1060,1065,1066],{"type":20,"value":906},{"type":15,"tag":367,"props":1033,"children":1034},{"href":909},[1035],{"type":20,"value":912},{"type":20,"value":914},{"type":15,"tag":23,"props":1038,"children":1040},{"className":1039},[],[1041],{"type":20,"value":421},{"type":20,"value":921},{"type":15,"tag":23,"props":1044,"children":1046},{"className":1045},[],[1047],{"type":20,"value":1048},"VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT",{"type":20,"value":207},{"type":15,"tag":23,"props":1051,"children":1053},{"className":1052},[],[1054],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":1057,"children":1058},{"type":552},[],{"type":20,"value":699},{"type":15,"tag":23,"props":1061,"children":1063},{"className":1062},[],[1064],{"type":20,"value":1016},{"type":20,"value":514},{"type":15,"tag":23,"props":1067,"children":1069},{"className":1068},[],[1070],{"type":20,"value":1023},{"type":15,"tag":736,"props":1072,"children":1074},{"name":1073},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-13125",[1075],{"type":15,"tag":16,"props":1076,"children":1077},{},[1078,1079,1083,1084,1089,1090,1095,1096,1101,1102,1105,1106],{"type":20,"value":906},{"type":15,"tag":367,"props":1080,"children":1081},{"href":909},[1082],{"type":20,"value":912},{"type":20,"value":914},{"type":15,"tag":23,"props":1085,"children":1087},{"className":1086},[],[1088],{"type":20,"value":421},{"type":20,"value":971},{"type":15,"tag":23,"props":1091,"children":1093},{"className":1092},[],[1094],{"type":20,"value":1048},{"type":20,"value":207},{"type":15,"tag":23,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":1103,"children":1104},{"type":552},[],{"type":20,"value":762},{"type":15,"tag":23,"props":1107,"children":1109},{"className":1108},[],[1110],{"type":20,"value":1016},{"type":15,"tag":736,"props":1112,"children":1114},{"name":1113},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-11602",[1115],{"type":15,"tag":16,"props":1116,"children":1117},{},[1118,1123,1124,1127,1129],{"type":15,"tag":23,"props":1119,"children":1121},{"className":1120},[],[1122],{"type":20,"value":547},{"type":20,"value":549},{"type":15,"tag":473,"props":1125,"children":1126},{"type":552},[],{"type":20,"value":1128}," be a valid ",{"type":15,"tag":367,"props":1130,"children":1132},{"href":1131},"/man/VkDeviceAddress",[1133],{"type":20,"value":1134},"VkDeviceAddress",{"type":15,"tag":736,"props":1136,"children":1138},{"name":1137},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-11603",[1139],{"type":15,"tag":16,"props":1140,"children":1141},{},[1142,1147,1148,1151,1153,1159,1161,1167,1169],{"type":15,"tag":23,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":20,"value":421},{"type":20,"value":549},{"type":15,"tag":473,"props":1149,"children":1150},{"type":552},[],{"type":20,"value":1152}," specify a range within a valid address\nretrieved from ",{"type":15,"tag":23,"props":1154,"children":1156},{"className":1155},[],[1157],{"type":20,"value":1158},"buffer",{"type":20,"value":1160}," that was created with a ",{"type":15,"tag":23,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":20,"value":1166},"usage",{"type":20,"value":1168}," value\ncontaining ",{"type":15,"tag":23,"props":1170,"children":1172},{"className":1171},[],[1173],{"type":20,"value":1174},"VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR",{"type":15,"tag":736,"props":1176,"children":1178},{"name":1177},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-11604",[1179],{"type":15,"tag":16,"props":1180,"children":1181},{},[1182,1187,1188,1191,1192,1197,1199,1205,1207],{"type":15,"tag":23,"props":1183,"children":1185},{"className":1184},[],[1186],{"type":20,"value":421},{"type":20,"value":549},{"type":15,"tag":473,"props":1189,"children":1190},{"type":552},[],{"type":20,"value":1152},{"type":15,"tag":23,"props":1193,"children":1195},{"className":1194},[],[1196],{"type":20,"value":1158},{"type":20,"value":1198}," that was not created with a ",{"type":15,"tag":23,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":20,"value":1204},"flags",{"type":20,"value":1206},"\nvalue containing ",{"type":15,"tag":23,"props":1208,"children":1210},{"className":1209},[],[1211],{"type":20,"value":1212},"VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT",{"type":15,"tag":736,"props":1214,"children":1216},{"name":1215},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-11605",[1217],{"type":15,"tag":16,"props":1218,"children":1219},{},[1220,1225,1226,1229,1231,1237],{"type":15,"tag":23,"props":1221,"children":1223},{"className":1222},[],[1224],{"type":20,"value":547},{"type":20,"value":549},{"type":15,"tag":473,"props":1227,"children":1228},{"type":552},[],{"type":20,"value":1230}," be a multiple of ",{"type":15,"tag":23,"props":1232,"children":1234},{"className":1233},[],[1235],{"type":20,"value":1236},"256",{"type":20,"value":1238}," bytes",{"type":15,"tag":736,"props":1240,"children":1242},{"name":1241},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-11606",[1243],{"type":15,"tag":16,"props":1244,"children":1245},{},[1246,1248,1254,1256,1261,1263,1267,1269,1274,1275,1280,1281,1284,1285],{"type":20,"value":1247},"If the ",{"type":15,"tag":23,"props":1249,"children":1251},{"className":1250},[],[1252],{"type":20,"value":1253},"address",{"type":20,"value":1255}," member of ",{"type":15,"tag":23,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":20,"value":421},{"type":20,"value":1262}," was retrieved from a\n",{"type":15,"tag":367,"props":1264,"children":1265},{"href":563},[1266],{"type":20,"value":566},{"type":20,"value":1268}," created with\n",{"type":15,"tag":23,"props":1270,"children":1272},{"className":1271},[],[1273],{"type":20,"value":599},{"type":20,"value":207},{"type":15,"tag":23,"props":1276,"children":1278},{"className":1277},[],[1279],{"type":20,"value":402},{"type":20,"value":549},{"type":15,"tag":473,"props":1282,"children":1283},{"type":552},[],{"type":20,"value":699},{"type":15,"tag":23,"props":1286,"children":1288},{"className":1287},[],[1289],{"type":20,"value":540},{"type":15,"tag":736,"props":1291,"children":1293},{"name":1292},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-11607",[1294],{"type":15,"tag":16,"props":1295,"children":1296},{},[1297,1298,1303,1304,1309,1310,1314,1316,1321,1322,1327,1328,1331,1332],{"type":20,"value":1247},{"type":15,"tag":23,"props":1299,"children":1301},{"className":1300},[],[1302],{"type":20,"value":1253},{"type":20,"value":1255},{"type":15,"tag":23,"props":1305,"children":1307},{"className":1306},[],[1308],{"type":20,"value":421},{"type":20,"value":1262},{"type":15,"tag":367,"props":1311,"children":1312},{"href":563},[1313],{"type":20,"value":566},{"type":20,"value":1315}," not created with\n",{"type":15,"tag":23,"props":1317,"children":1319},{"className":1318},[],[1320],{"type":20,"value":599},{"type":20,"value":207},{"type":15,"tag":23,"props":1323,"children":1325},{"className":1324},[],[1326],{"type":20,"value":402},{"type":20,"value":549},{"type":15,"tag":473,"props":1329,"children":1330},{"type":552},[],{"type":20,"value":762},{"type":15,"tag":23,"props":1333,"children":1335},{"className":1334},[],[1336],{"type":20,"value":540},{"type":15,"tag":736,"props":1338,"children":1340},{"name":1339},"VUID-VkAccelerationStructureCreateInfo2KHR-addressRange-11608",[1341],{"type":15,"tag":16,"props":1342,"children":1343},{},[1344,1350,1351,1354],{"type":15,"tag":23,"props":1345,"children":1347},{"className":1346},[],[1348],{"type":20,"value":1349},"addressRange.size",{"type":20,"value":549},{"type":15,"tag":473,"props":1352,"children":1353},{"type":552},[],{"type":20,"value":1355}," be greater than zero",{"type":15,"tag":736,"props":1357,"children":1359},{"name":1358},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-03613",[1360],{"type":15,"tag":16,"props":1361,"children":1362},{},[1363,1365,1370,1371,1376,1377,1383,1384,1390,1393,1395],{"type":20,"value":1364},"If ",{"type":15,"tag":23,"props":1366,"children":1368},{"className":1367},[],[1369],{"type":20,"value":402},{"type":20,"value":534},{"type":15,"tag":23,"props":1372,"children":1374},{"className":1373},[],[1375],{"type":20,"value":540},{"type":20,"value":207},{"type":15,"tag":367,"props":1378,"children":1380},{"href":1379},"/man/VkPhysicalDeviceAccelerationStructureFeaturesKHR",[1381],{"type":20,"value":1382},"VkPhysicalDeviceAccelerationStructureFeaturesKHR",{"type":20,"value":197},{"type":15,"tag":23,"props":1385,"children":1387},{"className":1386},[],[1388],{"type":20,"value":1389},"accelerationStructureCaptureReplay",{"type":15,"tag":473,"props":1391,"children":1392},{"type":552},[],{"type":20,"value":1394}," be ",{"type":15,"tag":23,"props":1396,"children":1398},{"className":1397},[],[1399],{"type":20,"value":1400},"VK_TRUE",{"type":15,"tag":736,"props":1402,"children":1404},{"name":1403},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-04954",[1405],{"type":15,"tag":16,"props":1406,"children":1407},{},[1408,1409,1414,1416,1421,1423,1428,1430,1435,1437,1442,1444,1447,1449],{"type":20,"value":1364},{"type":15,"tag":23,"props":1410,"children":1412},{"className":1411},[],[1413],{"type":20,"value":705},{"type":20,"value":1415}," is set in\n",{"type":15,"tag":23,"props":1417,"children":1419},{"className":1418},[],[1420],{"type":20,"value":402},{"type":20,"value":1422}," and ",{"type":15,"tag":23,"props":1424,"children":1426},{"className":1425},[],[1427],{"type":20,"value":457},{"type":20,"value":1429}," is\n",{"type":15,"tag":23,"props":1431,"children":1433},{"className":1432},[],[1434],{"type":20,"value":512},{"type":20,"value":1436},", one member of the\n",{"type":15,"tag":23,"props":1438,"children":1440},{"className":1439},[],[1441],{"type":20,"value":383},{"type":20,"value":1443}," chain ",{"type":15,"tag":473,"props":1445,"children":1446},{"type":552},[],{"type":20,"value":1448}," be a pointer to a valid instance of\n",{"type":15,"tag":367,"props":1450,"children":1451},{"href":717},[1452],{"type":20,"value":720},{"type":15,"tag":736,"props":1454,"children":1456},{"name":1455},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-04955",[1457],{"type":15,"tag":16,"props":1458,"children":1459},{},[1460,1462,1468,1470,1475,1476,1479,1481],{"type":20,"value":1461},"If any geometry includes\n",{"type":15,"tag":23,"props":1463,"children":1465},{"className":1464},[],[1466],{"type":20,"value":1467},"VkAccelerationStructureGeometryMotionTrianglesDataNV",{"type":20,"value":1469}," then\n",{"type":15,"tag":23,"props":1471,"children":1473},{"className":1472},[],[1474],{"type":20,"value":402},{"type":20,"value":549},{"type":15,"tag":473,"props":1477,"children":1478},{"type":552},[],{"type":20,"value":1480}," contain\n",{"type":15,"tag":23,"props":1482,"children":1484},{"className":1483},[],[1485],{"type":20,"value":705},{"type":15,"tag":736,"props":1487,"children":1489},{"name":1488},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-08108",[1490],{"type":15,"tag":16,"props":1491,"children":1492},{},[1493,1494,1499,1500,1506,1508,1518,1520,1523],{"type":20,"value":1364},{"type":15,"tag":23,"props":1495,"children":1497},{"className":1496},[],[1498],{"type":20,"value":402},{"type":20,"value":534},{"type":15,"tag":23,"props":1501,"children":1503},{"className":1502},[],[1504],{"type":20,"value":1505},"VK_ACCELERATION_STRUCTURE_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":20,"value":1507},",\nthe ",{"type":15,"tag":367,"props":1509,"children":1511},{"href":1510},"/man/VkPhysicalDeviceDescriptorBufferFeaturesEXT#features-descriptorBufferCaptureReplay",[1512],{"type":15,"tag":23,"props":1513,"children":1515},{"className":1514},[],[1516],{"type":20,"value":1517},"descriptorBufferCaptureReplay",{"type":20,"value":1519}," feature ",{"type":15,"tag":473,"props":1521,"children":1522},{"type":552},[],{"type":20,"value":1524}," be enabled",{"type":15,"tag":736,"props":1526,"children":1528},{"name":1527},"VUID-VkAccelerationStructureCreateInfo2KHR-pNext-08109",[1529],{"type":15,"tag":16,"props":1530,"children":1531},{},[1532,1533,1538,1540,1545,1547,1552,1553,1556,1557],{"type":20,"value":1247},{"type":15,"tag":23,"props":1534,"children":1536},{"className":1535},[],[1537],{"type":20,"value":383},{"type":20,"value":1539}," chain includes a\n",{"type":15,"tag":367,"props":1541,"children":1543},{"href":1542},"/man/VkOpaqueCaptureDescriptorDataCreateInfoEXT",[1544],{"type":20,"value":8},{"type":20,"value":1546}," structure,\n",{"type":15,"tag":23,"props":1548,"children":1550},{"className":1549},[],[1551],{"type":20,"value":402},{"type":20,"value":549},{"type":15,"tag":473,"props":1554,"children":1555},{"type":552},[],{"type":20,"value":1480},{"type":15,"tag":23,"props":1558,"children":1560},{"className":1559},[],[1561],{"type":20,"value":1505},{"type":15,"tag":731,"props":1563,"children":1565},{"name":1564},"Valid Usage (Implicit)",[1566,1589,1617,1643,1667,1691],{"type":15,"tag":736,"props":1567,"children":1569},{"name":1568},"VUID-VkAccelerationStructureCreateInfo2KHR-sType-sType",[1570],{"type":15,"tag":16,"props":1571,"children":1572},{},[1573,1578,1579,1582,1583],{"type":15,"tag":23,"props":1574,"children":1576},{"className":1575},[],[1577],{"type":20,"value":363},{"type":20,"value":549},{"type":15,"tag":473,"props":1580,"children":1581},{"type":552},[],{"type":20,"value":1394},{"type":15,"tag":23,"props":1584,"children":1586},{"className":1585},[],[1587],{"type":20,"value":1588},"VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_2_KHR",{"type":15,"tag":736,"props":1590,"children":1592},{"name":1591},"VUID-VkAccelerationStructureCreateInfo2KHR-pNext-pNext",[1593],{"type":15,"tag":16,"props":1594,"children":1595},{},[1596,1601,1602,1605,1606,1611,1613],{"type":15,"tag":23,"props":1597,"children":1599},{"className":1598},[],[1600],{"type":20,"value":383},{"type":20,"value":549},{"type":15,"tag":473,"props":1603,"children":1604},{"type":552},[],{"type":20,"value":1394},{"type":15,"tag":23,"props":1607,"children":1609},{"className":1608},[],[1610],{"type":20,"value":391},{"type":20,"value":1612}," or a pointer to a valid instance of ",{"type":15,"tag":367,"props":1614,"children":1615},{"href":1542},[1616],{"type":20,"value":8},{"type":15,"tag":736,"props":1618,"children":1620},{"name":1619},"VUID-VkAccelerationStructureCreateInfo2KHR-sType-unique",[1621],{"type":15,"tag":16,"props":1622,"children":1623},{},[1624,1625,1630,1632,1637,1638,1641],{"type":20,"value":21},{"type":15,"tag":23,"props":1626,"children":1628},{"className":1627},[],[1629],{"type":20,"value":363},{"type":20,"value":1631}," value of each structure in the ",{"type":15,"tag":23,"props":1633,"children":1635},{"className":1634},[],[1636],{"type":20,"value":383},{"type":20,"value":1443},{"type":15,"tag":473,"props":1639,"children":1640},{"type":552},[],{"type":20,"value":1642}," be unique",{"type":15,"tag":736,"props":1644,"children":1646},{"name":1645},"VUID-VkAccelerationStructureCreateInfo2KHR-createFlags-parameter",[1647],{"type":15,"tag":16,"props":1648,"children":1649},{},[1650,1655,1656,1659,1661,1665],{"type":15,"tag":23,"props":1651,"children":1653},{"className":1652},[],[1654],{"type":20,"value":402},{"type":20,"value":549},{"type":15,"tag":473,"props":1657,"children":1658},{"type":552},[],{"type":20,"value":1660}," be a valid combination of ",{"type":15,"tag":367,"props":1662,"children":1663},{"href":407},[1664],{"type":20,"value":410},{"type":20,"value":1666}," values",{"type":15,"tag":736,"props":1668,"children":1670},{"name":1669},"VUID-VkAccelerationStructureCreateInfo2KHR-addressFlags-parameter",[1671],{"type":15,"tag":16,"props":1672,"children":1673},{},[1674,1679,1680,1683,1684,1690],{"type":15,"tag":23,"props":1675,"children":1677},{"className":1676},[],[1678],{"type":20,"value":439},{"type":20,"value":549},{"type":15,"tag":473,"props":1681,"children":1682},{"type":552},[],{"type":20,"value":1660},{"type":15,"tag":367,"props":1685,"children":1687},{"href":1686},"/man/VkAddressCommandFlagBitsKHR",[1688],{"type":20,"value":1689},"VkAddressCommandFlagBitsKHR",{"type":20,"value":1666},{"type":15,"tag":736,"props":1692,"children":1694},{"name":1693},"VUID-VkAccelerationStructureCreateInfo2KHR-type-parameter",[1695],{"type":15,"tag":16,"props":1696,"children":1697},{},[1698,1703,1704,1707,1708,1712],{"type":15,"tag":23,"props":1699,"children":1701},{"className":1700},[],[1702],{"type":20,"value":457},{"type":20,"value":549},{"type":15,"tag":473,"props":1705,"children":1706},{"type":552},[],{"type":20,"value":1128},{"type":15,"tag":367,"props":1709,"children":1710},{"href":461},[1711],{"type":20,"value":464},{"type":20,"value":1713}," value",{"type":15,"tag":1715,"props":1716,"children":1717},"style",{},[1718],{"type":20,"value":1719},"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":1721},[],"markdown",1773471401085]