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