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