[{"data":1,"prerenderedAt":978},["ShallowReactive",2],{"zNYZw0fEq1":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":977,"_id":4},"vkCreateBuffer","Create a new buffer object","VK_VERSION_1_0","protos",[],{"type":10,"children":11,"toc":975},"root",[12,20,373,445,852,969],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17],{"type":18,"value":19},"text","To create buffers, call:",{"type":13,"tag":21,"props":22,"children":23},"code-group",{},[24,157],{"type":13,"tag":25,"props":26,"children":32},"pre",{"code":27,"filename":28,"language":29,"meta":30,"className":31,"style":30},"VkResult vkCreateBuffer(\n VkDevice device,\n const VkBufferCreateInfo* pCreateInfo,\n const VkAllocationCallbacks* pAllocator,\n VkBuffer* pBuffer);\n","C","c","","language-c shiki shiki-themes github-light-default github-dark-default",[33],{"type":13,"tag":34,"props":35,"children":36},"code",{"__ignoreMap":30},[37,59,79,108,134],{"type":13,"tag":38,"props":39,"children":42},"span",{"class":40,"line":41},"line",1,[43,49,54],{"type":13,"tag":38,"props":44,"children":46},{"style":45},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[47],{"type":18,"value":48},"VkResult ",{"type":13,"tag":38,"props":50,"children":52},{"style":51},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[53],{"type":18,"value":4},{"type":13,"tag":38,"props":55,"children":56},{"style":45},[57],{"type":18,"value":58},"(\n",{"type":13,"tag":38,"props":60,"children":62},{"class":40,"line":61},2,[63,68,74],{"type":13,"tag":38,"props":64,"children":65},{"style":45},[66],{"type":18,"value":67}," VkDevice ",{"type":13,"tag":38,"props":69,"children":71},{"style":70},"--shiki-default:#953800;--shiki-dark:#FFA657",[72],{"type":18,"value":73},"device",{"type":13,"tag":38,"props":75,"children":76},{"style":45},[77],{"type":18,"value":78},",\n",{"type":13,"tag":38,"props":80,"children":82},{"class":40,"line":81},3,[83,89,94,99,104],{"type":13,"tag":38,"props":84,"children":86},{"style":85},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[87],{"type":18,"value":88}," const",{"type":13,"tag":38,"props":90,"children":91},{"style":45},[92],{"type":18,"value":93}," VkBufferCreateInfo",{"type":13,"tag":38,"props":95,"children":96},{"style":85},[97],{"type":18,"value":98},"*",{"type":13,"tag":38,"props":100,"children":101},{"style":70},[102],{"type":18,"value":103}," pCreateInfo",{"type":13,"tag":38,"props":105,"children":106},{"style":45},[107],{"type":18,"value":78},{"type":13,"tag":38,"props":109,"children":111},{"class":40,"line":110},4,[112,116,121,125,130],{"type":13,"tag":38,"props":113,"children":114},{"style":85},[115],{"type":18,"value":88},{"type":13,"tag":38,"props":117,"children":118},{"style":45},[119],{"type":18,"value":120}," VkAllocationCallbacks",{"type":13,"tag":38,"props":122,"children":123},{"style":85},[124],{"type":18,"value":98},{"type":13,"tag":38,"props":126,"children":127},{"style":70},[128],{"type":18,"value":129}," pAllocator",{"type":13,"tag":38,"props":131,"children":132},{"style":45},[133],{"type":18,"value":78},{"type":13,"tag":38,"props":135,"children":137},{"class":40,"line":136},5,[138,143,147,152],{"type":13,"tag":38,"props":139,"children":140},{"style":45},[141],{"type":18,"value":142}," VkBuffer",{"type":13,"tag":38,"props":144,"children":145},{"style":85},[146],{"type":18,"value":98},{"type":13,"tag":38,"props":148,"children":149},{"style":70},[150],{"type":18,"value":151}," pBuffer",{"type":13,"tag":38,"props":153,"children":154},{"style":45},[155],{"type":18,"value":156},");\n",{"type":13,"tag":25,"props":158,"children":163},{"code":159,"filename":160,"language":161,"meta":30,"className":162,"style":30},"pub fn create_buffer(\n device: crate :: vk :: vk::Device,\n p_create_info: *const vk::BufferCreateInfo,\n p_allocator: *const vk::AllocationCallbacks,\n p_buffer: *mut vk::Buffer,\n) -> vk::Result;\n","Rust","rs","language-rs shiki shiki-themes github-light-default github-dark-default",[164],{"type":13,"tag":34,"props":165,"children":166},{"__ignoreMap":30},[167,189,240,274,307,341],{"type":13,"tag":38,"props":168,"children":169},{"class":40,"line":41},[170,175,180,185],{"type":13,"tag":38,"props":171,"children":172},{"style":85},[173],{"type":18,"value":174},"pub",{"type":13,"tag":38,"props":176,"children":177},{"style":85},[178],{"type":18,"value":179}," fn",{"type":13,"tag":38,"props":181,"children":182},{"style":51},[183],{"type":18,"value":184}," create_buffer",{"type":13,"tag":38,"props":186,"children":187},{"style":45},[188],{"type":18,"value":58},{"type":13,"tag":38,"props":190,"children":191},{"class":40,"line":61},[192,197,202,207,212,217,222,227,231,236],{"type":13,"tag":38,"props":193,"children":194},{"style":45},[195],{"type":18,"value":196}," device",{"type":13,"tag":38,"props":198,"children":199},{"style":85},[200],{"type":18,"value":201},":",{"type":13,"tag":38,"props":203,"children":204},{"style":85},[205],{"type":18,"value":206}," crate",{"type":13,"tag":38,"props":208,"children":209},{"style":85},[210],{"type":18,"value":211}," ::",{"type":13,"tag":38,"props":213,"children":214},{"style":45},[215],{"type":18,"value":216}," vk ",{"type":13,"tag":38,"props":218,"children":219},{"style":85},[220],{"type":18,"value":221},"::",{"type":13,"tag":38,"props":223,"children":224},{"style":70},[225],{"type":18,"value":226}," vk",{"type":13,"tag":38,"props":228,"children":229},{"style":85},[230],{"type":18,"value":221},{"type":13,"tag":38,"props":232,"children":233},{"style":70},[234],{"type":18,"value":235},"Device",{"type":13,"tag":38,"props":237,"children":238},{"style":45},[239],{"type":18,"value":78},{"type":13,"tag":38,"props":241,"children":242},{"class":40,"line":81},[243,248,252,257,261,265,270],{"type":13,"tag":38,"props":244,"children":245},{"style":45},[246],{"type":18,"value":247}," p_create_info",{"type":13,"tag":38,"props":249,"children":250},{"style":85},[251],{"type":18,"value":201},{"type":13,"tag":38,"props":253,"children":254},{"style":85},[255],{"type":18,"value":256}," *const",{"type":13,"tag":38,"props":258,"children":259},{"style":70},[260],{"type":18,"value":226},{"type":13,"tag":38,"props":262,"children":263},{"style":85},[264],{"type":18,"value":221},{"type":13,"tag":38,"props":266,"children":267},{"style":70},[268],{"type":18,"value":269},"BufferCreateInfo",{"type":13,"tag":38,"props":271,"children":272},{"style":45},[273],{"type":18,"value":78},{"type":13,"tag":38,"props":275,"children":276},{"class":40,"line":110},[277,282,286,290,294,298,303],{"type":13,"tag":38,"props":278,"children":279},{"style":45},[280],{"type":18,"value":281}," p_allocator",{"type":13,"tag":38,"props":283,"children":284},{"style":85},[285],{"type":18,"value":201},{"type":13,"tag":38,"props":287,"children":288},{"style":85},[289],{"type":18,"value":256},{"type":13,"tag":38,"props":291,"children":292},{"style":70},[293],{"type":18,"value":226},{"type":13,"tag":38,"props":295,"children":296},{"style":85},[297],{"type":18,"value":221},{"type":13,"tag":38,"props":299,"children":300},{"style":70},[301],{"type":18,"value":302},"AllocationCallbacks",{"type":13,"tag":38,"props":304,"children":305},{"style":45},[306],{"type":18,"value":78},{"type":13,"tag":38,"props":308,"children":309},{"class":40,"line":136},[310,315,319,324,328,332,337],{"type":13,"tag":38,"props":311,"children":312},{"style":45},[313],{"type":18,"value":314}," p_buffer",{"type":13,"tag":38,"props":316,"children":317},{"style":85},[318],{"type":18,"value":201},{"type":13,"tag":38,"props":320,"children":321},{"style":85},[322],{"type":18,"value":323}," *mut",{"type":13,"tag":38,"props":325,"children":326},{"style":70},[327],{"type":18,"value":226},{"type":13,"tag":38,"props":329,"children":330},{"style":85},[331],{"type":18,"value":221},{"type":13,"tag":38,"props":333,"children":334},{"style":70},[335],{"type":18,"value":336},"Buffer",{"type":13,"tag":38,"props":338,"children":339},{"style":45},[340],{"type":18,"value":78},{"type":13,"tag":38,"props":342,"children":344},{"class":40,"line":343},6,[345,350,355,359,363,368],{"type":13,"tag":38,"props":346,"children":347},{"style":45},[348],{"type":18,"value":349},") ",{"type":13,"tag":38,"props":351,"children":352},{"style":85},[353],{"type":18,"value":354},"->",{"type":13,"tag":38,"props":356,"children":357},{"style":70},[358],{"type":18,"value":226},{"type":13,"tag":38,"props":360,"children":361},{"style":85},[362],{"type":18,"value":221},{"type":13,"tag":38,"props":364,"children":365},{"style":70},[366],{"type":18,"value":367},"Result",{"type":13,"tag":38,"props":369,"children":370},{"style":45},[371],{"type":18,"value":372},";\n",{"type":13,"tag":374,"props":375,"children":376},"ul",{},[377,388,408,427],{"type":13,"tag":378,"props":379,"children":380},"li",{},[381,386],{"type":13,"tag":34,"props":382,"children":384},{"className":383},[],[385],{"type":18,"value":73},{"type":18,"value":387}," is the logical device that creates the buffer object.",{"type":13,"tag":378,"props":389,"children":390},{},[391,397,399,406],{"type":13,"tag":34,"props":392,"children":394},{"className":393},[],[395],{"type":18,"value":396},"pCreateInfo",{"type":18,"value":398}," is a pointer to a ",{"type":13,"tag":400,"props":401,"children":403},"a",{"href":402},"/man/VkBufferCreateInfo",[404],{"type":18,"value":405},"VkBufferCreateInfo",{"type":18,"value":407}," structure\ncontaining parameters affecting creation of the buffer.",{"type":13,"tag":378,"props":409,"children":410},{},[411,417,419,425],{"type":13,"tag":34,"props":412,"children":414},{"className":413},[],[415],{"type":18,"value":416},"pAllocator",{"type":18,"value":418}," controls host memory allocation as described in the\n",{"type":13,"tag":400,"props":420,"children":422},{"href":421},"/chapters/memory#memory-allocation",[423],{"type":18,"value":424},"Memory Allocation",{"type":18,"value":426}," chapter.",{"type":13,"tag":378,"props":428,"children":429},{},[430,436,437,443],{"type":13,"tag":34,"props":431,"children":433},{"className":432},[],[434],{"type":18,"value":435},"pBuffer",{"type":18,"value":398},{"type":13,"tag":400,"props":438,"children":440},{"href":439},"/man/VkBuffer",[441],{"type":18,"value":442},"VkBuffer",{"type":18,"value":444}," handle in which the\nresulting buffer object is returned.",{"type":13,"tag":446,"props":447,"children":449},"validity-group",{"name":448},"Valid Usage",[450,497,568,722,782],{"type":13,"tag":451,"props":452,"children":454},"validity-field",{"name":453},"VUID-vkCreateBuffer-device-09664",[455,463],{"type":13,"tag":25,"props":456,"children":458},{"code":457},"`device` :normative{type=\"must\"} support at least one queue family with one of the\n`VK_QUEUE_VIDEO_ENCODE_BIT_KHR`,\n`VK_QUEUE_VIDEO_DECODE_BIT_KHR`,\n",[459],{"type":13,"tag":34,"props":460,"children":461},{"__ignoreMap":30},[462],{"type":18,"value":457},{"type":13,"tag":14,"props":464,"children":465},{},[466,472,473,479,481,487,489,495],{"type":13,"tag":34,"props":467,"children":469},{"className":468},[],[470],{"type":18,"value":471},"VK_QUEUE_SPARSE_BINDING_BIT",{"type":18,"value":78},{"type":13,"tag":34,"props":474,"children":476},{"className":475},[],[477],{"type":18,"value":478},"VK_QUEUE_TRANSFER_BIT",{"type":18,"value":480},", ",{"type":13,"tag":34,"props":482,"children":484},{"className":483},[],[485],{"type":18,"value":486},"VK_QUEUE_COMPUTE_BIT",{"type":18,"value":488},", or\n",{"type":13,"tag":34,"props":490,"children":492},{"className":491},[],[493],{"type":18,"value":494},"VK_QUEUE_GRAPHICS_BIT",{"type":18,"value":496}," capabilities",{"type":13,"tag":451,"props":498,"children":500},{"name":499},"VUID-vkCreateBuffer-flags-00911",[501],{"type":13,"tag":14,"props":502,"children":503},{},[504,506,512,514,519,521,527,529,539,541,546,548,553,555,561,562],{"type":18,"value":505},"If the ",{"type":13,"tag":34,"props":507,"children":509},{"className":508},[],[510],{"type":18,"value":511},"flags",{"type":18,"value":513}," member of ",{"type":13,"tag":34,"props":515,"children":517},{"className":516},[],[518],{"type":18,"value":396},{"type":18,"value":520}," includes\n",{"type":13,"tag":34,"props":522,"children":524},{"className":523},[],[525],{"type":18,"value":526},"VK_BUFFER_CREATE_SPARSE_BINDING_BIT",{"type":18,"value":528},",\nand the ",{"type":13,"tag":400,"props":530,"children":532},{"href":531},"/man/VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV#features-extendedSparseAddressSpace",[533],{"type":13,"tag":34,"props":534,"children":536},{"className":535},[],[537],{"type":18,"value":538},"extendedSparseAddressSpace",{"type":18,"value":540}," feature is not enabled,\ncreating this ",{"type":13,"tag":34,"props":542,"children":544},{"className":543},[],[545],{"type":18,"value":442},{"type":18,"value":547}," ",{"type":13,"tag":549,"props":550,"children":552},"normative",{"type":551},"must",[],{"type":18,"value":554}," not cause the total required sparse\nmemory for all currently valid sparse resources on the device to exceed\n",{"type":13,"tag":34,"props":556,"children":558},{"className":557},[],[559],{"type":18,"value":560},"VkPhysicalDeviceLimits",{"type":18,"value":221},{"type":13,"tag":34,"props":563,"children":565},{"className":564},[],[566],{"type":18,"value":567},"sparseAddressSpaceSize",{"type":13,"tag":451,"props":569,"children":571},{"name":570},"VUID-vkCreateBuffer-flags-09383",[572],{"type":13,"tag":14,"props":573,"children":574},{},[575,576,581,582,587,588,593,595,603,605,611,612,617,619,625,626,632,634,639,640,643,645,650,652,657,658,663,665,670,671,676,678,684,685,690,691,696,697,702,703,709,711,716,717],{"type":18,"value":505},{"type":13,"tag":34,"props":577,"children":579},{"className":578},[],[580],{"type":18,"value":511},{"type":18,"value":513},{"type":13,"tag":34,"props":583,"children":585},{"className":584},[],[586],{"type":18,"value":396},{"type":18,"value":520},{"type":13,"tag":34,"props":589,"children":591},{"className":590},[],[592],{"type":18,"value":526},{"type":18,"value":594},", the\n",{"type":13,"tag":400,"props":596,"children":597},{"href":531},[598],{"type":13,"tag":34,"props":599,"children":601},{"className":600},[],[602],{"type":18,"value":538},{"type":18,"value":604}," feature is enabled, and the\n",{"type":13,"tag":34,"props":606,"children":608},{"className":607},[],[609],{"type":18,"value":610},"usage",{"type":18,"value":513},{"type":13,"tag":34,"props":613,"children":615},{"className":614},[],[616],{"type":18,"value":396},{"type":18,"value":618}," contains bits not in\n",{"type":13,"tag":34,"props":620,"children":622},{"className":621},[],[623],{"type":18,"value":624},"VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV",{"type":18,"value":221},{"type":13,"tag":34,"props":627,"children":629},{"className":628},[],[630],{"type":18,"value":631},"extendedSparseBufferUsageFlags",{"type":18,"value":633},",\ncreating this ",{"type":13,"tag":34,"props":635,"children":637},{"className":636},[],[638],{"type":18,"value":442},{"type":18,"value":547},{"type":13,"tag":549,"props":641,"children":642},{"type":551},[],{"type":18,"value":644}," not cause the total required sparse\nmemory for all currently valid sparse resources on the device, excluding\n",{"type":13,"tag":34,"props":646,"children":648},{"className":647},[],[649],{"type":18,"value":442},{"type":18,"value":651}," created with ",{"type":13,"tag":34,"props":653,"children":655},{"className":654},[],[656],{"type":18,"value":610},{"type":18,"value":513},{"type":13,"tag":34,"props":659,"children":661},{"className":660},[],[662],{"type":18,"value":396},{"type":18,"value":664},"\ncontaining bits in\n",{"type":13,"tag":34,"props":666,"children":668},{"className":667},[],[669],{"type":18,"value":624},{"type":18,"value":221},{"type":13,"tag":34,"props":672,"children":674},{"className":673},[],[675],{"type":18,"value":631},{"type":18,"value":677},"\nand ",{"type":13,"tag":34,"props":679,"children":681},{"className":680},[],[682],{"type":18,"value":683},"VkImage",{"type":18,"value":651},{"type":13,"tag":34,"props":686,"children":688},{"className":687},[],[689],{"type":18,"value":610},{"type":18,"value":513},{"type":13,"tag":34,"props":692,"children":694},{"className":693},[],[695],{"type":18,"value":396},{"type":18,"value":664},{"type":13,"tag":34,"props":698,"children":700},{"className":699},[],[701],{"type":18,"value":624},{"type":18,"value":221},{"type":13,"tag":34,"props":704,"children":706},{"className":705},[],[707],{"type":18,"value":708},"extendedSparseImageUsageFlags",{"type":18,"value":710},",\nto exceed ",{"type":13,"tag":34,"props":712,"children":714},{"className":713},[],[715],{"type":18,"value":560},{"type":18,"value":221},{"type":13,"tag":34,"props":718,"children":720},{"className":719},[],[721],{"type":18,"value":567},{"type":13,"tag":451,"props":723,"children":725},{"name":724},"VUID-vkCreateBuffer-flags-09384",[726],{"type":13,"tag":14,"props":727,"children":728},{},[729,730,735,736,741,742,747,749,757,759,764,765,768,770,775,776],{"type":18,"value":505},{"type":13,"tag":34,"props":731,"children":733},{"className":732},[],[734],{"type":18,"value":511},{"type":18,"value":513},{"type":13,"tag":34,"props":737,"children":739},{"className":738},[],[740],{"type":18,"value":396},{"type":18,"value":520},{"type":13,"tag":34,"props":743,"children":745},{"className":744},[],[746],{"type":18,"value":526},{"type":18,"value":748}," and the\n",{"type":13,"tag":400,"props":750,"children":751},{"href":531},[752],{"type":13,"tag":34,"props":753,"children":755},{"className":754},[],[756],{"type":18,"value":538},{"type":18,"value":758}," feature is enabled, creating this\n",{"type":13,"tag":34,"props":760,"children":762},{"className":761},[],[763],{"type":18,"value":442},{"type":18,"value":547},{"type":13,"tag":549,"props":766,"children":767},{"type":551},[],{"type":18,"value":769}," not cause the total required sparse memory for all\ncurrently valid sparse resources on the device to exceed\n",{"type":13,"tag":34,"props":771,"children":773},{"className":772},[],[774],{"type":18,"value":624},{"type":18,"value":221},{"type":13,"tag":34,"props":777,"children":779},{"className":778},[],[780],{"type":18,"value":781},"extendedSparseAddressSpaceSize",{"type":13,"tag":451,"props":783,"children":785},{"name":784},"VUID-vkCreateBuffer-pNext-06387",[786],{"type":13,"tag":14,"props":787,"children":788},{},[789,791,795,797,803,805,811,813,819,820,825,826,829,831,837,838,844,846],{"type":18,"value":790},"If using the ",{"type":13,"tag":400,"props":792,"children":793},{"href":439},[794],{"type":18,"value":442},{"type":18,"value":796}," for an import operation from a\n",{"type":13,"tag":400,"props":798,"children":800},{"href":799},"/man/VkBufferCollectionFUCHSIA",[801],{"type":18,"value":802},"VkBufferCollectionFUCHSIA",{"type":18,"value":804}," where a\n",{"type":13,"tag":400,"props":806,"children":808},{"href":807},"/man/VkBufferCollectionBufferCreateInfoFUCHSIA",[809],{"type":18,"value":810},"VkBufferCollectionBufferCreateInfoFUCHSIA",{"type":18,"value":812}," has been chained to\n",{"type":13,"tag":34,"props":814,"children":816},{"className":815},[],[817],{"type":18,"value":818},"pNext",{"type":18,"value":480},{"type":13,"tag":34,"props":821,"children":823},{"className":822},[],[824],{"type":18,"value":396},{"type":18,"value":547},{"type":13,"tag":549,"props":827,"children":828},{"type":551},[],{"type":18,"value":830}," match the\n",{"type":13,"tag":400,"props":832,"children":834},{"href":833},"/man/VkBufferConstraintsInfoFUCHSIA",[835],{"type":18,"value":836},"VkBufferConstraintsInfoFUCHSIA",{"type":18,"value":221},{"type":13,"tag":34,"props":839,"children":841},{"className":840},[],[842],{"type":18,"value":843},"createInfo",{"type":18,"value":845}," used when setting\nthe constraints on the buffer collection with\n",{"type":13,"tag":400,"props":847,"children":849},{"href":848},"/man/vkSetBufferCollectionBufferConstraintsFUCHSIA",[850],{"type":18,"value":851},"vkSetBufferCollectionBufferConstraintsFUCHSIA",{"type":13,"tag":446,"props":853,"children":855},{"name":854},"Valid Usage (Implicit)",[856,882,906,946],{"type":13,"tag":451,"props":857,"children":859},{"name":858},"VUID-vkCreateBuffer-device-parameter",[860],{"type":13,"tag":14,"props":861,"children":862},{},[863,868,869,872,874,880],{"type":13,"tag":34,"props":864,"children":866},{"className":865},[],[867],{"type":18,"value":73},{"type":18,"value":547},{"type":13,"tag":549,"props":870,"children":871},{"type":551},[],{"type":18,"value":873}," be a valid ",{"type":13,"tag":400,"props":875,"children":877},{"href":876},"/man/VkDevice",[878],{"type":18,"value":879},"VkDevice",{"type":18,"value":881}," handle",{"type":13,"tag":451,"props":883,"children":885},{"name":884},"VUID-vkCreateBuffer-pCreateInfo-parameter",[886],{"type":13,"tag":14,"props":887,"children":888},{},[889,894,895,898,900,904],{"type":13,"tag":34,"props":890,"children":892},{"className":891},[],[893],{"type":18,"value":396},{"type":18,"value":547},{"type":13,"tag":549,"props":896,"children":897},{"type":551},[],{"type":18,"value":899}," be a valid pointer to a valid ",{"type":13,"tag":400,"props":901,"children":902},{"href":402},[903],{"type":18,"value":405},{"type":18,"value":905}," structure",{"type":13,"tag":451,"props":907,"children":909},{"name":908},"VUID-vkCreateBuffer-pAllocator-parameter",[910],{"type":13,"tag":14,"props":911,"children":912},{},[913,915,920,922,928,929,934,935,938,939,945],{"type":18,"value":914},"If ",{"type":13,"tag":34,"props":916,"children":918},{"className":917},[],[919],{"type":18,"value":416},{"type":18,"value":921}," is not ",{"type":13,"tag":34,"props":923,"children":925},{"className":924},[],[926],{"type":18,"value":927},"NULL",{"type":18,"value":480},{"type":13,"tag":34,"props":930,"children":932},{"className":931},[],[933],{"type":18,"value":416},{"type":18,"value":547},{"type":13,"tag":549,"props":936,"children":937},{"type":551},[],{"type":18,"value":899},{"type":13,"tag":400,"props":940,"children":942},{"href":941},"/man/VkAllocationCallbacks",[943],{"type":18,"value":944},"VkAllocationCallbacks",{"type":18,"value":905},{"type":13,"tag":451,"props":947,"children":949},{"name":948},"VUID-vkCreateBuffer-pBuffer-parameter",[950],{"type":13,"tag":14,"props":951,"children":952},{},[953,958,959,962,964,968],{"type":13,"tag":34,"props":954,"children":956},{"className":955},[],[957],{"type":18,"value":435},{"type":18,"value":547},{"type":13,"tag":549,"props":960,"children":961},{"type":551},[],{"type":18,"value":963}," be a valid pointer to a ",{"type":13,"tag":400,"props":965,"children":966},{"href":439},[967],{"type":18,"value":442},{"type":18,"value":881},{"type":13,"tag":970,"props":971,"children":972},"style",{},[973],{"type":18,"value":974},"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":30,"searchDepth":61,"depth":61,"links":976},[],"markdown",1725732612098]