[{"data":1,"prerenderedAt":307},["ShallowReactive",2],{"Mj1IqCHLlJ":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":306,"_id":4},"VkDeviceAddressBindingTypeEXT","Enum describing a change in device address bindings","VK_EXT_device_address_binding_report","enums",[],{"type":10,"children":11,"toc":304},"root",[12,28,271,298],{"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}," enum is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,123],{"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 enum VkDeviceAddressBindingTypeEXT {\n VK_DEVICE_ADDRESS_BINDING_TYPE_BIND_EXT = 0,\n VK_DEVICE_ADDRESS_BINDING_TYPE_UNBIND_EXT = 1,\n} VkDeviceAddressBindingTypeEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,92,114],{"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}," enum",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkDeviceAddressBindingTypeEXT {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71,76,81,87],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VK_DEVICE_ADDRESS_BINDING_TYPE_BIND_EXT ",{"type":13,"tag":45,"props":77,"children":78},{"style":52},[79],{"type":18,"value":80},"=",{"type":13,"tag":45,"props":82,"children":84},{"style":83},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[85],{"type":18,"value":86}," 0",{"type":13,"tag":45,"props":88,"children":89},{"style":63},[90],{"type":18,"value":91},",\n",{"type":13,"tag":45,"props":93,"children":95},{"class":47,"line":94},3,[96,101,105,110],{"type":13,"tag":45,"props":97,"children":98},{"style":63},[99],{"type":18,"value":100}," VK_DEVICE_ADDRESS_BINDING_TYPE_UNBIND_EXT ",{"type":13,"tag":45,"props":102,"children":103},{"style":52},[104],{"type":18,"value":80},{"type":13,"tag":45,"props":106,"children":107},{"style":83},[108],{"type":18,"value":109}," 1",{"type":13,"tag":45,"props":111,"children":112},{"style":63},[113],{"type":18,"value":91},{"type":13,"tag":45,"props":115,"children":117},{"class":47,"line":116},4,[118],{"type":13,"tag":45,"props":119,"children":120},{"style":63},[121],{"type":18,"value":122},"} VkDeviceAddressBindingTypeEXT;\n",{"type":13,"tag":33,"props":124,"children":129},{"className":125,"code":126,"filename":127,"language":128,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DeviceAddressBindingTypeEXT(u32);\nimpl DeviceAddressBindingTypeEXT {\n pub const BIND: Self = 0;\n pub const UNBIND: Self = 1;\n}\n","Rust","rs",[130],{"type":13,"tag":21,"props":131,"children":132},{"__ignoreMap":39},[133,167,184,226,262],{"type":13,"tag":45,"props":134,"children":135},{"class":47,"line":48},[136,141,146,152,157,162],{"type":13,"tag":45,"props":137,"children":138},{"style":52},[139],{"type":18,"value":140},"pub",{"type":13,"tag":45,"props":142,"children":143},{"style":52},[144],{"type":18,"value":145}," struct",{"type":13,"tag":45,"props":147,"children":149},{"style":148},"--shiki-default:#953800;--shiki-dark:#FFA657",[150],{"type":18,"value":151}," DeviceAddressBindingTypeEXT",{"type":13,"tag":45,"props":153,"children":154},{"style":63},[155],{"type":18,"value":156},"(",{"type":13,"tag":45,"props":158,"children":159},{"style":148},[160],{"type":18,"value":161},"u32",{"type":13,"tag":45,"props":163,"children":164},{"style":63},[165],{"type":18,"value":166},");\n",{"type":13,"tag":45,"props":168,"children":169},{"class":47,"line":69},[170,175,179],{"type":13,"tag":45,"props":171,"children":172},{"style":52},[173],{"type":18,"value":174},"impl",{"type":13,"tag":45,"props":176,"children":177},{"style":148},[178],{"type":18,"value":151},{"type":13,"tag":45,"props":180,"children":181},{"style":63},[182],{"type":18,"value":183}," {\n",{"type":13,"tag":45,"props":185,"children":186},{"class":47,"line":94},[187,192,197,202,207,212,217,221],{"type":13,"tag":45,"props":188,"children":189},{"style":52},[190],{"type":18,"value":191}," pub",{"type":13,"tag":45,"props":193,"children":194},{"style":52},[195],{"type":18,"value":196}," const",{"type":13,"tag":45,"props":198,"children":199},{"style":83},[200],{"type":18,"value":201}," BIND",{"type":13,"tag":45,"props":203,"children":204},{"style":52},[205],{"type":18,"value":206},":",{"type":13,"tag":45,"props":208,"children":209},{"style":83},[210],{"type":18,"value":211}," Self",{"type":13,"tag":45,"props":213,"children":214},{"style":52},[215],{"type":18,"value":216}," =",{"type":13,"tag":45,"props":218,"children":219},{"style":83},[220],{"type":18,"value":86},{"type":13,"tag":45,"props":222,"children":223},{"style":63},[224],{"type":18,"value":225},";\n",{"type":13,"tag":45,"props":227,"children":228},{"class":47,"line":116},[229,233,237,242,246,250,254,258],{"type":13,"tag":45,"props":230,"children":231},{"style":52},[232],{"type":18,"value":191},{"type":13,"tag":45,"props":234,"children":235},{"style":52},[236],{"type":18,"value":196},{"type":13,"tag":45,"props":238,"children":239},{"style":83},[240],{"type":18,"value":241}," UNBIND",{"type":13,"tag":45,"props":243,"children":244},{"style":52},[245],{"type":18,"value":206},{"type":13,"tag":45,"props":247,"children":248},{"style":83},[249],{"type":18,"value":211},{"type":13,"tag":45,"props":251,"children":252},{"style":52},[253],{"type":18,"value":216},{"type":13,"tag":45,"props":255,"children":256},{"style":83},[257],{"type":18,"value":109},{"type":13,"tag":45,"props":259,"children":260},{"style":63},[261],{"type":18,"value":225},{"type":13,"tag":45,"props":263,"children":265},{"class":47,"line":264},5,[266],{"type":13,"tag":45,"props":267,"children":268},{"style":63},[269],{"type":18,"value":270},"}\n",{"type":13,"tag":272,"props":273,"children":274},"ul",{},[275,287],{"type":13,"tag":276,"props":277,"children":278},"li",{},[279,285],{"type":13,"tag":21,"props":280,"children":282},{"className":281},[],[283],{"type":18,"value":284},"VK_DEVICE_ADDRESS_BINDING_TYPE_BIND_EXT",{"type":18,"value":286}," specifies that a new\nGPU-accessible virtual address range has been bound.",{"type":13,"tag":276,"props":288,"children":289},{},[290,296],{"type":13,"tag":21,"props":291,"children":293},{"className":292},[],[294],{"type":18,"value":295},"VK_DEVICE_ADDRESS_BINDING_TYPE_UNBIND_EXT",{"type":18,"value":297}," specifies that a\nGPU-accessible virtual address range has been unbound.",{"type":13,"tag":299,"props":300,"children":301},"style",{},[302],{"type":18,"value":303},"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":305},[],"markdown",1729612443337]