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