[{"data":1,"prerenderedAt":300},["ShallowReactive",2],{"yKhudF7ktB":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":299,"_id":4},"VkClearRect","Structure specifying a clear rectangle","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":297},"root",[12,28,227,265,291],{"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}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,112],{"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 struct VkClearRect {\n VkRect2D rect;\n uint32_t baseArrayLayer;\n uint32_t layerCount;\n} VkClearRect;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,103],{"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}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkClearRect {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkRect2D rect;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," uint32_t",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," baseArrayLayer;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,98],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":84},{"type":13,"tag":45,"props":99,"children":100},{"style":63},[101],{"type":18,"value":102}," layerCount;\n",{"type":13,"tag":45,"props":104,"children":106},{"class":47,"line":105},5,[107],{"type":13,"tag":45,"props":108,"children":109},{"style":63},[110],{"type":18,"value":111},"} VkClearRect;\n",{"type":13,"tag":33,"props":113,"children":118},{"className":114,"code":115,"filename":116,"language":117,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ClearRect {\n rect: vk::Rect2D,\n base_array_layer: u32,\n layer_count: u32,\n}\n","Rust","rs",[119],{"type":13,"tag":21,"props":120,"children":121},{"__ignoreMap":39},[122,145,178,199,219],{"type":13,"tag":45,"props":123,"children":124},{"class":47,"line":48},[125,130,134,140],{"type":13,"tag":45,"props":126,"children":127},{"style":52},[128],{"type":18,"value":129},"pub",{"type":13,"tag":45,"props":131,"children":132},{"style":52},[133],{"type":18,"value":60},{"type":13,"tag":45,"props":135,"children":137},{"style":136},"--shiki-default:#953800;--shiki-dark:#FFA657",[138],{"type":18,"value":139}," ClearRect",{"type":13,"tag":45,"props":141,"children":142},{"style":63},[143],{"type":18,"value":144}," {\n",{"type":13,"tag":45,"props":146,"children":147},{"class":47,"line":69},[148,153,158,163,168,173],{"type":13,"tag":45,"props":149,"children":150},{"style":63},[151],{"type":18,"value":152}," rect",{"type":13,"tag":45,"props":154,"children":155},{"style":52},[156],{"type":18,"value":157},":",{"type":13,"tag":45,"props":159,"children":160},{"style":136},[161],{"type":18,"value":162}," vk",{"type":13,"tag":45,"props":164,"children":165},{"style":52},[166],{"type":18,"value":167},"::",{"type":13,"tag":45,"props":169,"children":170},{"style":136},[171],{"type":18,"value":172},"Rect2D",{"type":13,"tag":45,"props":174,"children":175},{"style":63},[176],{"type":18,"value":177},",\n",{"type":13,"tag":45,"props":179,"children":180},{"class":47,"line":78},[181,186,190,195],{"type":13,"tag":45,"props":182,"children":183},{"style":63},[184],{"type":18,"value":185}," base_array_layer",{"type":13,"tag":45,"props":187,"children":188},{"style":52},[189],{"type":18,"value":157},{"type":13,"tag":45,"props":191,"children":192},{"style":136},[193],{"type":18,"value":194}," u32",{"type":13,"tag":45,"props":196,"children":197},{"style":63},[198],{"type":18,"value":177},{"type":13,"tag":45,"props":200,"children":201},{"class":47,"line":92},[202,207,211,215],{"type":13,"tag":45,"props":203,"children":204},{"style":63},[205],{"type":18,"value":206}," layer_count",{"type":13,"tag":45,"props":208,"children":209},{"style":52},[210],{"type":18,"value":157},{"type":13,"tag":45,"props":212,"children":213},{"style":136},[214],{"type":18,"value":194},{"type":13,"tag":45,"props":216,"children":217},{"style":63},[218],{"type":18,"value":177},{"type":13,"tag":45,"props":220,"children":221},{"class":47,"line":105},[222],{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226},"}\n",{"type":13,"tag":228,"props":229,"children":230},"ul",{},[231,243,254],{"type":13,"tag":232,"props":233,"children":234},"li",{},[235,241],{"type":13,"tag":21,"props":236,"children":238},{"className":237},[],[239],{"type":18,"value":240},"rect",{"type":18,"value":242}," is the two-dimensional region to be cleared.",{"type":13,"tag":232,"props":244,"children":245},{},[246,252],{"type":13,"tag":21,"props":247,"children":249},{"className":248},[],[250],{"type":18,"value":251},"baseArrayLayer",{"type":18,"value":253}," is the first layer to be cleared.",{"type":13,"tag":232,"props":255,"children":256},{},[257,263],{"type":13,"tag":21,"props":258,"children":260},{"className":259},[],[261],{"type":18,"value":262},"layerCount",{"type":18,"value":264}," is the number of layers to clear.",{"type":13,"tag":14,"props":266,"children":267},{},[268,270,275,277,282,284,289],{"type":18,"value":269},"The layers [",{"type":13,"tag":21,"props":271,"children":273},{"className":272},[],[274],{"type":18,"value":251},{"type":18,"value":276},", ",{"type":13,"tag":21,"props":278,"children":280},{"className":279},[],[281],{"type":18,"value":251},{"type":18,"value":283}," +\n",{"type":13,"tag":21,"props":285,"children":287},{"className":286},[],[288],{"type":18,"value":262},{"type":18,"value":290},") counting from the base layer of the attachment image view\nare cleared.",{"type":13,"tag":292,"props":293,"children":294},"style",{},[295],{"type":18,"value":296},"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":298},[],"markdown",1725732542248]