[{"data":1,"prerenderedAt":478},["ShallowReactive",2],{"2Ey1YAcvRe":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":477,"_id":4},"VkOpacityMicromapSpecialIndexEXT","Enum for special indices in the opacity micromap","VK_EXT_opacity_micromap","enums",[],{"type":10,"children":11,"toc":475},"root",[12,28,420,469],{"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}," enumeration is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,184],{"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 VkOpacityMicromapSpecialIndexEXT {\n VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_TRANSPARENT_EXT = -1,\n VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_OPAQUE_EXT = -2,\n VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_TRANSPARENT_EXT = -3,\n VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_OPAQUE_EXT = -4,\n} VkOpacityMicromapSpecialIndexEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,97,123,149,175],{"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}," VkOpacityMicromapSpecialIndexEXT {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71,76,81,86,92],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_TRANSPARENT_EXT ",{"type":13,"tag":45,"props":77,"children":78},{"style":52},[79],{"type":18,"value":80},"=",{"type":13,"tag":45,"props":82,"children":83},{"style":52},[84],{"type":18,"value":85}," -",{"type":13,"tag":45,"props":87,"children":89},{"style":88},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[90],{"type":18,"value":91},"1",{"type":13,"tag":45,"props":93,"children":94},{"style":63},[95],{"type":18,"value":96},",\n",{"type":13,"tag":45,"props":98,"children":100},{"class":47,"line":99},3,[101,106,110,114,119],{"type":13,"tag":45,"props":102,"children":103},{"style":63},[104],{"type":18,"value":105}," VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_OPAQUE_EXT ",{"type":13,"tag":45,"props":107,"children":108},{"style":52},[109],{"type":18,"value":80},{"type":13,"tag":45,"props":111,"children":112},{"style":52},[113],{"type":18,"value":85},{"type":13,"tag":45,"props":115,"children":116},{"style":88},[117],{"type":18,"value":118},"2",{"type":13,"tag":45,"props":120,"children":121},{"style":63},[122],{"type":18,"value":96},{"type":13,"tag":45,"props":124,"children":126},{"class":47,"line":125},4,[127,132,136,140,145],{"type":13,"tag":45,"props":128,"children":129},{"style":63},[130],{"type":18,"value":131}," VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_TRANSPARENT_EXT ",{"type":13,"tag":45,"props":133,"children":134},{"style":52},[135],{"type":18,"value":80},{"type":13,"tag":45,"props":137,"children":138},{"style":52},[139],{"type":18,"value":85},{"type":13,"tag":45,"props":141,"children":142},{"style":88},[143],{"type":18,"value":144},"3",{"type":13,"tag":45,"props":146,"children":147},{"style":63},[148],{"type":18,"value":96},{"type":13,"tag":45,"props":150,"children":152},{"class":47,"line":151},5,[153,158,162,166,171],{"type":13,"tag":45,"props":154,"children":155},{"style":63},[156],{"type":18,"value":157}," VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_OPAQUE_EXT ",{"type":13,"tag":45,"props":159,"children":160},{"style":52},[161],{"type":18,"value":80},{"type":13,"tag":45,"props":163,"children":164},{"style":52},[165],{"type":18,"value":85},{"type":13,"tag":45,"props":167,"children":168},{"style":88},[169],{"type":18,"value":170},"4",{"type":13,"tag":45,"props":172,"children":173},{"style":63},[174],{"type":18,"value":96},{"type":13,"tag":45,"props":176,"children":178},{"class":47,"line":177},6,[179],{"type":13,"tag":45,"props":180,"children":181},{"style":63},[182],{"type":18,"value":183},"} VkOpacityMicromapSpecialIndexEXT;\n",{"type":13,"tag":33,"props":185,"children":190},{"className":186,"code":187,"filename":188,"language":189,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct OpacityMicromapSpecialIndexEXT(u32);\nimpl OpacityMicromapSpecialIndexEXT {\n pub const FULLY_TRANSPARENT: Self = -1;\n pub const FULLY_OPAQUE: Self = -2;\n pub const FULLY_UNKNOWN_TRANSPARENT: Self = -3;\n pub const FULLY_UNKNOWN_OPAQUE: Self = -4;\n}\n","Rust","rs",[191],{"type":13,"tag":21,"props":192,"children":193},{"__ignoreMap":39},[194,228,245,291,331,371,411],{"type":13,"tag":45,"props":195,"children":196},{"class":47,"line":48},[197,202,207,213,218,223],{"type":13,"tag":45,"props":198,"children":199},{"style":52},[200],{"type":18,"value":201},"pub",{"type":13,"tag":45,"props":203,"children":204},{"style":52},[205],{"type":18,"value":206}," struct",{"type":13,"tag":45,"props":208,"children":210},{"style":209},"--shiki-default:#953800;--shiki-dark:#FFA657",[211],{"type":18,"value":212}," OpacityMicromapSpecialIndexEXT",{"type":13,"tag":45,"props":214,"children":215},{"style":63},[216],{"type":18,"value":217},"(",{"type":13,"tag":45,"props":219,"children":220},{"style":209},[221],{"type":18,"value":222},"u32",{"type":13,"tag":45,"props":224,"children":225},{"style":63},[226],{"type":18,"value":227},");\n",{"type":13,"tag":45,"props":229,"children":230},{"class":47,"line":69},[231,236,240],{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235},"impl",{"type":13,"tag":45,"props":237,"children":238},{"style":209},[239],{"type":18,"value":212},{"type":13,"tag":45,"props":241,"children":242},{"style":63},[243],{"type":18,"value":244}," {\n",{"type":13,"tag":45,"props":246,"children":247},{"class":47,"line":99},[248,253,258,263,268,273,278,282,286],{"type":13,"tag":45,"props":249,"children":250},{"style":52},[251],{"type":18,"value":252}," pub",{"type":13,"tag":45,"props":254,"children":255},{"style":52},[256],{"type":18,"value":257}," const",{"type":13,"tag":45,"props":259,"children":260},{"style":88},[261],{"type":18,"value":262}," FULLY_TRANSPARENT",{"type":13,"tag":45,"props":264,"children":265},{"style":52},[266],{"type":18,"value":267},":",{"type":13,"tag":45,"props":269,"children":270},{"style":88},[271],{"type":18,"value":272}," Self",{"type":13,"tag":45,"props":274,"children":275},{"style":52},[276],{"type":18,"value":277}," =",{"type":13,"tag":45,"props":279,"children":280},{"style":52},[281],{"type":18,"value":85},{"type":13,"tag":45,"props":283,"children":284},{"style":88},[285],{"type":18,"value":91},{"type":13,"tag":45,"props":287,"children":288},{"style":63},[289],{"type":18,"value":290},";\n",{"type":13,"tag":45,"props":292,"children":293},{"class":47,"line":125},[294,298,302,307,311,315,319,323,327],{"type":13,"tag":45,"props":295,"children":296},{"style":52},[297],{"type":18,"value":252},{"type":13,"tag":45,"props":299,"children":300},{"style":52},[301],{"type":18,"value":257},{"type":13,"tag":45,"props":303,"children":304},{"style":88},[305],{"type":18,"value":306}," FULLY_OPAQUE",{"type":13,"tag":45,"props":308,"children":309},{"style":52},[310],{"type":18,"value":267},{"type":13,"tag":45,"props":312,"children":313},{"style":88},[314],{"type":18,"value":272},{"type":13,"tag":45,"props":316,"children":317},{"style":52},[318],{"type":18,"value":277},{"type":13,"tag":45,"props":320,"children":321},{"style":52},[322],{"type":18,"value":85},{"type":13,"tag":45,"props":324,"children":325},{"style":88},[326],{"type":18,"value":118},{"type":13,"tag":45,"props":328,"children":329},{"style":63},[330],{"type":18,"value":290},{"type":13,"tag":45,"props":332,"children":333},{"class":47,"line":151},[334,338,342,347,351,355,359,363,367],{"type":13,"tag":45,"props":335,"children":336},{"style":52},[337],{"type":18,"value":252},{"type":13,"tag":45,"props":339,"children":340},{"style":52},[341],{"type":18,"value":257},{"type":13,"tag":45,"props":343,"children":344},{"style":88},[345],{"type":18,"value":346}," FULLY_UNKNOWN_TRANSPARENT",{"type":13,"tag":45,"props":348,"children":349},{"style":52},[350],{"type":18,"value":267},{"type":13,"tag":45,"props":352,"children":353},{"style":88},[354],{"type":18,"value":272},{"type":13,"tag":45,"props":356,"children":357},{"style":52},[358],{"type":18,"value":277},{"type":13,"tag":45,"props":360,"children":361},{"style":52},[362],{"type":18,"value":85},{"type":13,"tag":45,"props":364,"children":365},{"style":88},[366],{"type":18,"value":144},{"type":13,"tag":45,"props":368,"children":369},{"style":63},[370],{"type":18,"value":290},{"type":13,"tag":45,"props":372,"children":373},{"class":47,"line":177},[374,378,382,387,391,395,399,403,407],{"type":13,"tag":45,"props":375,"children":376},{"style":52},[377],{"type":18,"value":252},{"type":13,"tag":45,"props":379,"children":380},{"style":52},[381],{"type":18,"value":257},{"type":13,"tag":45,"props":383,"children":384},{"style":88},[385],{"type":18,"value":386}," FULLY_UNKNOWN_OPAQUE",{"type":13,"tag":45,"props":388,"children":389},{"style":52},[390],{"type":18,"value":267},{"type":13,"tag":45,"props":392,"children":393},{"style":88},[394],{"type":18,"value":272},{"type":13,"tag":45,"props":396,"children":397},{"style":52},[398],{"type":18,"value":277},{"type":13,"tag":45,"props":400,"children":401},{"style":52},[402],{"type":18,"value":85},{"type":13,"tag":45,"props":404,"children":405},{"style":88},[406],{"type":18,"value":170},{"type":13,"tag":45,"props":408,"children":409},{"style":63},[410],{"type":18,"value":290},{"type":13,"tag":45,"props":412,"children":414},{"class":47,"line":413},7,[415],{"type":13,"tag":45,"props":416,"children":417},{"style":63},[418],{"type":18,"value":419},"}\n",{"type":13,"tag":421,"props":422,"children":423},"ul",{},[424,436,447,458],{"type":13,"tag":425,"props":426,"children":427},"li",{},[428,434],{"type":13,"tag":21,"props":429,"children":431},{"className":430},[],[432],{"type":18,"value":433},"VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_TRANSPARENT_EXT",{"type":18,"value":435}," specifies\nthat the entire triangle is fully transparent.",{"type":13,"tag":425,"props":437,"children":438},{},[439,445],{"type":13,"tag":21,"props":440,"children":442},{"className":441},[],[443],{"type":18,"value":444},"VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_OPAQUE_EXT",{"type":18,"value":446}," specifies that\nthe entire triangle is fully opaque.",{"type":13,"tag":425,"props":448,"children":449},{},[450,456],{"type":13,"tag":21,"props":451,"children":453},{"className":452},[],[454],{"type":18,"value":455},"VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_TRANSPARENT_EXT",{"type":18,"value":457},"\nspecifies that the entire triangle is unknown-transparent.",{"type":13,"tag":425,"props":459,"children":460},{},[461,467],{"type":13,"tag":21,"props":462,"children":464},{"className":463},[],[465],{"type":18,"value":466},"VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_OPAQUE_EXT",{"type":18,"value":468},"\nspecifies that the entire triangle is unknown-opaque.",{"type":13,"tag":470,"props":471,"children":472},"style",{},[473],{"type":18,"value":474},"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":476},[],"markdown",1729612459047]