[{"data":1,"prerenderedAt":416},["ShallowReactive",2],{"FXsoCuZ1oC":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":11,"_type":415,"_id":4},"VkExternalMemoryFeatureFlagBitsNV","Bitmask specifying external memory features","VK_NV_external_memory_capabilities","enums",[9,10],"vkGetPhysicalDeviceExternalImageFormatPropertiesNV","VkExternalImageFormatPropertiesNV",{"type":12,"children":13,"toc":413},"root",[14,46,363,407],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,27,29,35,37,44],{"type":20,"value":21},"text","Bits which ",{"type":15,"tag":23,"props":24,"children":26},"normative",{"type":25},"can",[],{"type":20,"value":28}," be set in\n",{"type":15,"tag":30,"props":31,"children":33},"a",{"href":32},"/man/VkExternalImageFormatPropertiesNV",[34],{"type":20,"value":10},{"type":20,"value":36},"::",{"type":15,"tag":38,"props":39,"children":41},"code",{"className":40},[],[42],{"type":20,"value":43},"externalMemoryFeatures",{"type":20,"value":45},",\nindicating properties of the external memory handle type, are:",{"type":15,"tag":47,"props":48,"children":49},"code-group",{},[50,176],{"type":15,"tag":51,"props":52,"children":58},"pre",{"className":53,"code":54,"filename":55,"language":56,"meta":57,"style":57},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkExternalMemoryFeatureFlagBitsNV {\n VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV = 0x00000001,\n VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV = 0x00000002,\n VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV = 0x00000004,\n} VkExternalMemoryFeatureFlagBitsNV;\n","C","c","",[59],{"type":15,"tag":38,"props":60,"children":61},{"__ignoreMap":57},[62,85,115,141,167],{"type":15,"tag":63,"props":64,"children":67},"span",{"class":65,"line":66},"line",1,[68,74,79],{"type":15,"tag":63,"props":69,"children":71},{"style":70},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[72],{"type":20,"value":73},"typedef",{"type":15,"tag":63,"props":75,"children":76},{"style":70},[77],{"type":20,"value":78}," enum",{"type":15,"tag":63,"props":80,"children":82},{"style":81},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[83],{"type":20,"value":84}," VkExternalMemoryFeatureFlagBitsNV {\n",{"type":15,"tag":63,"props":86,"children":88},{"class":65,"line":87},2,[89,94,99,104,110],{"type":15,"tag":63,"props":90,"children":91},{"style":81},[92],{"type":20,"value":93}," VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV ",{"type":15,"tag":63,"props":95,"children":96},{"style":70},[97],{"type":20,"value":98},"=",{"type":15,"tag":63,"props":100,"children":101},{"style":70},[102],{"type":20,"value":103}," 0x",{"type":15,"tag":63,"props":105,"children":107},{"style":106},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[108],{"type":20,"value":109},"00000001",{"type":15,"tag":63,"props":111,"children":112},{"style":81},[113],{"type":20,"value":114},",\n",{"type":15,"tag":63,"props":116,"children":118},{"class":65,"line":117},3,[119,124,128,132,137],{"type":15,"tag":63,"props":120,"children":121},{"style":81},[122],{"type":20,"value":123}," VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV ",{"type":15,"tag":63,"props":125,"children":126},{"style":70},[127],{"type":20,"value":98},{"type":15,"tag":63,"props":129,"children":130},{"style":70},[131],{"type":20,"value":103},{"type":15,"tag":63,"props":133,"children":134},{"style":106},[135],{"type":20,"value":136},"00000002",{"type":15,"tag":63,"props":138,"children":139},{"style":81},[140],{"type":20,"value":114},{"type":15,"tag":63,"props":142,"children":144},{"class":65,"line":143},4,[145,150,154,158,163],{"type":15,"tag":63,"props":146,"children":147},{"style":81},[148],{"type":20,"value":149}," VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV ",{"type":15,"tag":63,"props":151,"children":152},{"style":70},[153],{"type":20,"value":98},{"type":15,"tag":63,"props":155,"children":156},{"style":70},[157],{"type":20,"value":103},{"type":15,"tag":63,"props":159,"children":160},{"style":106},[161],{"type":20,"value":162},"00000004",{"type":15,"tag":63,"props":164,"children":165},{"style":81},[166],{"type":20,"value":114},{"type":15,"tag":63,"props":168,"children":170},{"class":65,"line":169},5,[171],{"type":15,"tag":63,"props":172,"children":173},{"style":81},[174],{"type":20,"value":175},"} VkExternalMemoryFeatureFlagBitsNV;\n",{"type":15,"tag":51,"props":177,"children":182},{"className":178,"code":179,"filename":180,"language":181,"meta":57,"style":57},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ExternalMemoryFeatureFlagBitsNV(u32);\nimpl ExternalMemoryFeatureFlagBitsNV {\n pub const DEDICATED_ONLY: Self = 0x00000001;\n pub const EXPORTABLE: Self = 0x00000002;\n pub const IMPORTABLE: Self = 0x00000004;\n}\n","Rust","rs",[183],{"type":15,"tag":38,"props":184,"children":185},{"__ignoreMap":57},[186,220,237,280,317,354],{"type":15,"tag":63,"props":187,"children":188},{"class":65,"line":66},[189,194,199,205,210,215],{"type":15,"tag":63,"props":190,"children":191},{"style":70},[192],{"type":20,"value":193},"pub",{"type":15,"tag":63,"props":195,"children":196},{"style":70},[197],{"type":20,"value":198}," struct",{"type":15,"tag":63,"props":200,"children":202},{"style":201},"--shiki-default:#953800;--shiki-dark:#FFA657",[203],{"type":20,"value":204}," ExternalMemoryFeatureFlagBitsNV",{"type":15,"tag":63,"props":206,"children":207},{"style":81},[208],{"type":20,"value":209},"(",{"type":15,"tag":63,"props":211,"children":212},{"style":201},[213],{"type":20,"value":214},"u32",{"type":15,"tag":63,"props":216,"children":217},{"style":81},[218],{"type":20,"value":219},");\n",{"type":15,"tag":63,"props":221,"children":222},{"class":65,"line":87},[223,228,232],{"type":15,"tag":63,"props":224,"children":225},{"style":70},[226],{"type":20,"value":227},"impl",{"type":15,"tag":63,"props":229,"children":230},{"style":201},[231],{"type":20,"value":204},{"type":15,"tag":63,"props":233,"children":234},{"style":81},[235],{"type":20,"value":236}," {\n",{"type":15,"tag":63,"props":238,"children":239},{"class":65,"line":117},[240,245,250,255,260,265,270,275],{"type":15,"tag":63,"props":241,"children":242},{"style":70},[243],{"type":20,"value":244}," pub",{"type":15,"tag":63,"props":246,"children":247},{"style":70},[248],{"type":20,"value":249}," const",{"type":15,"tag":63,"props":251,"children":252},{"style":106},[253],{"type":20,"value":254}," DEDICATED_ONLY",{"type":15,"tag":63,"props":256,"children":257},{"style":70},[258],{"type":20,"value":259},":",{"type":15,"tag":63,"props":261,"children":262},{"style":106},[263],{"type":20,"value":264}," Self",{"type":15,"tag":63,"props":266,"children":267},{"style":70},[268],{"type":20,"value":269}," =",{"type":15,"tag":63,"props":271,"children":272},{"style":106},[273],{"type":20,"value":274}," 0x00000001",{"type":15,"tag":63,"props":276,"children":277},{"style":81},[278],{"type":20,"value":279},";\n",{"type":15,"tag":63,"props":281,"children":282},{"class":65,"line":143},[283,287,291,296,300,304,308,313],{"type":15,"tag":63,"props":284,"children":285},{"style":70},[286],{"type":20,"value":244},{"type":15,"tag":63,"props":288,"children":289},{"style":70},[290],{"type":20,"value":249},{"type":15,"tag":63,"props":292,"children":293},{"style":106},[294],{"type":20,"value":295}," EXPORTABLE",{"type":15,"tag":63,"props":297,"children":298},{"style":70},[299],{"type":20,"value":259},{"type":15,"tag":63,"props":301,"children":302},{"style":106},[303],{"type":20,"value":264},{"type":15,"tag":63,"props":305,"children":306},{"style":70},[307],{"type":20,"value":269},{"type":15,"tag":63,"props":309,"children":310},{"style":106},[311],{"type":20,"value":312}," 0x00000002",{"type":15,"tag":63,"props":314,"children":315},{"style":81},[316],{"type":20,"value":279},{"type":15,"tag":63,"props":318,"children":319},{"class":65,"line":169},[320,324,328,333,337,341,345,350],{"type":15,"tag":63,"props":321,"children":322},{"style":70},[323],{"type":20,"value":244},{"type":15,"tag":63,"props":325,"children":326},{"style":70},[327],{"type":20,"value":249},{"type":15,"tag":63,"props":329,"children":330},{"style":106},[331],{"type":20,"value":332}," IMPORTABLE",{"type":15,"tag":63,"props":334,"children":335},{"style":70},[336],{"type":20,"value":259},{"type":15,"tag":63,"props":338,"children":339},{"style":106},[340],{"type":20,"value":264},{"type":15,"tag":63,"props":342,"children":343},{"style":70},[344],{"type":20,"value":269},{"type":15,"tag":63,"props":346,"children":347},{"style":106},[348],{"type":20,"value":349}," 0x00000004",{"type":15,"tag":63,"props":351,"children":352},{"style":81},[353],{"type":20,"value":279},{"type":15,"tag":63,"props":355,"children":357},{"class":65,"line":356},6,[358],{"type":15,"tag":63,"props":359,"children":360},{"style":81},[361],{"type":20,"value":362},"}\n",{"type":15,"tag":364,"props":365,"children":366},"ul",{},[367,385,396],{"type":15,"tag":368,"props":369,"children":370},"li",{},[371,377,379,383],{"type":15,"tag":38,"props":372,"children":374},{"className":373},[],[375],{"type":20,"value":376},"VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV",{"type":20,"value":378}," specifies that\nexternal memory of the specified type ",{"type":15,"tag":23,"props":380,"children":382},{"type":381},"must",[],{"type":20,"value":384}," be created as a dedicated\nallocation when used in the manner specified.",{"type":15,"tag":368,"props":386,"children":387},{},[388,394],{"type":15,"tag":38,"props":389,"children":391},{"className":390},[],[392],{"type":20,"value":393},"VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV",{"type":20,"value":395}," specifies that the\nimplementation supports exporting handles of the specified type.",{"type":15,"tag":368,"props":397,"children":398},{},[399,405],{"type":15,"tag":38,"props":400,"children":402},{"className":401},[],[403],{"type":20,"value":404},"VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV",{"type":20,"value":406}," specifies that the\nimplementation supports importing handles of the specified type.",{"type":15,"tag":408,"props":409,"children":410},"style",{},[411],{"type":20,"value":412},"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":57,"searchDepth":87,"depth":87,"links":414},[],"markdown",1725732552649]