[{"data":1,"prerenderedAt":264},["ShallowReactive",2],{"olzHStREqW":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":11,"_type":263,"_id":4},"VkInternalAllocationType","Allocation type","VK_VERSION_1_0","enums",[9,10],"PFN_vkInternalAllocationNotification","PFN_vkInternalFreeNotification",{"type":12,"children":13,"toc":261},"root",[14,54,239,255],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,29,31,37,39,45,47,52],{"type":20,"value":21},"text","The ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":28},"allocationType",{"type":20,"value":30}," parameter to the ",{"type":15,"tag":23,"props":32,"children":34},{"className":33},[],[35],{"type":20,"value":36},"pfnInternalAllocation",{"type":20,"value":38}," and\n",{"type":15,"tag":23,"props":40,"children":42},{"className":41},[],[43],{"type":20,"value":44},"pfnInternalFree",{"type":20,"value":46}," functions ",{"type":15,"tag":48,"props":49,"children":51},"normative",{"type":50},"may",[],{"type":20,"value":53}," be one of the following values:",{"type":15,"tag":55,"props":56,"children":57},"code-group",{},[58,127],{"type":15,"tag":59,"props":60,"children":66},"pre",{"className":61,"code":62,"filename":63,"language":64,"meta":65,"style":65},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkInternalAllocationType {\n VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE = 0,\n} VkInternalAllocationType;\n","C","c","",[67],{"type":15,"tag":23,"props":68,"children":69},{"__ignoreMap":65},[70,93,118],{"type":15,"tag":71,"props":72,"children":75},"span",{"class":73,"line":74},"line",1,[76,82,87],{"type":15,"tag":71,"props":77,"children":79},{"style":78},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[80],{"type":20,"value":81},"typedef",{"type":15,"tag":71,"props":83,"children":84},{"style":78},[85],{"type":20,"value":86}," enum",{"type":15,"tag":71,"props":88,"children":90},{"style":89},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[91],{"type":20,"value":92}," VkInternalAllocationType {\n",{"type":15,"tag":71,"props":94,"children":96},{"class":73,"line":95},2,[97,102,107,113],{"type":15,"tag":71,"props":98,"children":99},{"style":89},[100],{"type":20,"value":101}," VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE ",{"type":15,"tag":71,"props":103,"children":104},{"style":78},[105],{"type":20,"value":106},"=",{"type":15,"tag":71,"props":108,"children":110},{"style":109},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[111],{"type":20,"value":112}," 0",{"type":15,"tag":71,"props":114,"children":115},{"style":89},[116],{"type":20,"value":117},",\n",{"type":15,"tag":71,"props":119,"children":121},{"class":73,"line":120},3,[122],{"type":15,"tag":71,"props":123,"children":124},{"style":89},[125],{"type":20,"value":126},"} VkInternalAllocationType;\n",{"type":15,"tag":59,"props":128,"children":133},{"className":129,"code":130,"filename":131,"language":132,"meta":65,"style":65},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct InternalAllocationType(u32);\nimpl InternalAllocationType {\n pub const EXECUTABLE: Self = 0;\n}\n","Rust","rs",[134],{"type":15,"tag":23,"props":135,"children":136},{"__ignoreMap":65},[137,171,188,230],{"type":15,"tag":71,"props":138,"children":139},{"class":73,"line":74},[140,145,150,156,161,166],{"type":15,"tag":71,"props":141,"children":142},{"style":78},[143],{"type":20,"value":144},"pub",{"type":15,"tag":71,"props":146,"children":147},{"style":78},[148],{"type":20,"value":149}," struct",{"type":15,"tag":71,"props":151,"children":153},{"style":152},"--shiki-default:#953800;--shiki-dark:#FFA657",[154],{"type":20,"value":155}," InternalAllocationType",{"type":15,"tag":71,"props":157,"children":158},{"style":89},[159],{"type":20,"value":160},"(",{"type":15,"tag":71,"props":162,"children":163},{"style":152},[164],{"type":20,"value":165},"u32",{"type":15,"tag":71,"props":167,"children":168},{"style":89},[169],{"type":20,"value":170},");\n",{"type":15,"tag":71,"props":172,"children":173},{"class":73,"line":95},[174,179,183],{"type":15,"tag":71,"props":175,"children":176},{"style":78},[177],{"type":20,"value":178},"impl",{"type":15,"tag":71,"props":180,"children":181},{"style":152},[182],{"type":20,"value":155},{"type":15,"tag":71,"props":184,"children":185},{"style":89},[186],{"type":20,"value":187}," {\n",{"type":15,"tag":71,"props":189,"children":190},{"class":73,"line":120},[191,196,201,206,211,216,221,225],{"type":15,"tag":71,"props":192,"children":193},{"style":78},[194],{"type":20,"value":195}," pub",{"type":15,"tag":71,"props":197,"children":198},{"style":78},[199],{"type":20,"value":200}," const",{"type":15,"tag":71,"props":202,"children":203},{"style":109},[204],{"type":20,"value":205}," EXECUTABLE",{"type":15,"tag":71,"props":207,"children":208},{"style":78},[209],{"type":20,"value":210},":",{"type":15,"tag":71,"props":212,"children":213},{"style":109},[214],{"type":20,"value":215}," Self",{"type":15,"tag":71,"props":217,"children":218},{"style":78},[219],{"type":20,"value":220}," =",{"type":15,"tag":71,"props":222,"children":223},{"style":109},[224],{"type":20,"value":112},{"type":15,"tag":71,"props":226,"children":227},{"style":89},[228],{"type":20,"value":229},";\n",{"type":15,"tag":71,"props":231,"children":233},{"class":73,"line":232},4,[234],{"type":15,"tag":71,"props":235,"children":236},{"style":89},[237],{"type":20,"value":238},"}\n",{"type":15,"tag":240,"props":241,"children":242},"ul",{},[243],{"type":15,"tag":244,"props":245,"children":246},"li",{},[247,253],{"type":15,"tag":23,"props":248,"children":250},{"className":249},[],[251],{"type":20,"value":252},"VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE",{"type":20,"value":254}," specifies that the\nallocation is intended for execution by the host.",{"type":15,"tag":256,"props":257,"children":258},"style",{},[259],{"type":20,"value":260},"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":65,"searchDepth":95,"depth":95,"links":262},[],"markdown",1725732560690]