[{"data":1,"prerenderedAt":545},["ShallowReactive",2],{"WjwmvdRQv3":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":544,"_id":4},"VkPipelineExecutableStatisticFormatKHR","Enum describing a pipeline executable statistic's data format","VK_KHR_pipeline_executable_properties","enums",[],{"type":10,"children":11,"toc":542},"root",[12,28,387,536],{"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}," enum is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,167],{"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 VkPipelineExecutableStatisticFormatKHR {\n VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR = 0,\n VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR = 1,\n VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR = 2,\n VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR = 3,\n} VkPipelineExecutableStatisticFormatKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,92,114,136,158],{"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}," VkPipelineExecutableStatisticFormatKHR {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71,76,81,87],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR ",{"type":13,"tag":45,"props":77,"children":78},{"style":52},[79],{"type":18,"value":80},"=",{"type":13,"tag":45,"props":82,"children":84},{"style":83},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[85],{"type":18,"value":86}," 0",{"type":13,"tag":45,"props":88,"children":89},{"style":63},[90],{"type":18,"value":91},",\n",{"type":13,"tag":45,"props":93,"children":95},{"class":47,"line":94},3,[96,101,105,110],{"type":13,"tag":45,"props":97,"children":98},{"style":63},[99],{"type":18,"value":100}," VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR ",{"type":13,"tag":45,"props":102,"children":103},{"style":52},[104],{"type":18,"value":80},{"type":13,"tag":45,"props":106,"children":107},{"style":83},[108],{"type":18,"value":109}," 1",{"type":13,"tag":45,"props":111,"children":112},{"style":63},[113],{"type":18,"value":91},{"type":13,"tag":45,"props":115,"children":117},{"class":47,"line":116},4,[118,123,127,132],{"type":13,"tag":45,"props":119,"children":120},{"style":63},[121],{"type":18,"value":122}," VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR ",{"type":13,"tag":45,"props":124,"children":125},{"style":52},[126],{"type":18,"value":80},{"type":13,"tag":45,"props":128,"children":129},{"style":83},[130],{"type":18,"value":131}," 2",{"type":13,"tag":45,"props":133,"children":134},{"style":63},[135],{"type":18,"value":91},{"type":13,"tag":45,"props":137,"children":139},{"class":47,"line":138},5,[140,145,149,154],{"type":13,"tag":45,"props":141,"children":142},{"style":63},[143],{"type":18,"value":144}," VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR ",{"type":13,"tag":45,"props":146,"children":147},{"style":52},[148],{"type":18,"value":80},{"type":13,"tag":45,"props":150,"children":151},{"style":83},[152],{"type":18,"value":153}," 3",{"type":13,"tag":45,"props":155,"children":156},{"style":63},[157],{"type":18,"value":91},{"type":13,"tag":45,"props":159,"children":161},{"class":47,"line":160},6,[162],{"type":13,"tag":45,"props":163,"children":164},{"style":63},[165],{"type":18,"value":166},"} VkPipelineExecutableStatisticFormatKHR;\n",{"type":13,"tag":33,"props":168,"children":173},{"className":169,"code":170,"filename":171,"language":172,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PipelineExecutableStatisticFormatKHR(u32);\nimpl PipelineExecutableStatisticFormatKHR {\n pub const BOOL32: Self = 0;\n pub const INT64: Self = 1;\n pub const UINT64: Self = 2;\n pub const FLOAT64: Self = 3;\n}\n","Rust","rs",[174],{"type":13,"tag":21,"props":175,"children":176},{"__ignoreMap":39},[177,211,228,270,306,342,378],{"type":13,"tag":45,"props":178,"children":179},{"class":47,"line":48},[180,185,190,196,201,206],{"type":13,"tag":45,"props":181,"children":182},{"style":52},[183],{"type":18,"value":184},"pub",{"type":13,"tag":45,"props":186,"children":187},{"style":52},[188],{"type":18,"value":189}," struct",{"type":13,"tag":45,"props":191,"children":193},{"style":192},"--shiki-default:#953800;--shiki-dark:#FFA657",[194],{"type":18,"value":195}," PipelineExecutableStatisticFormatKHR",{"type":13,"tag":45,"props":197,"children":198},{"style":63},[199],{"type":18,"value":200},"(",{"type":13,"tag":45,"props":202,"children":203},{"style":192},[204],{"type":18,"value":205},"u32",{"type":13,"tag":45,"props":207,"children":208},{"style":63},[209],{"type":18,"value":210},");\n",{"type":13,"tag":45,"props":212,"children":213},{"class":47,"line":69},[214,219,223],{"type":13,"tag":45,"props":215,"children":216},{"style":52},[217],{"type":18,"value":218},"impl",{"type":13,"tag":45,"props":220,"children":221},{"style":192},[222],{"type":18,"value":195},{"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":94},[231,236,241,246,251,256,261,265],{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235}," pub",{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":240}," const",{"type":13,"tag":45,"props":242,"children":243},{"style":83},[244],{"type":18,"value":245}," BOOL32",{"type":13,"tag":45,"props":247,"children":248},{"style":52},[249],{"type":18,"value":250},":",{"type":13,"tag":45,"props":252,"children":253},{"style":83},[254],{"type":18,"value":255}," Self",{"type":13,"tag":45,"props":257,"children":258},{"style":52},[259],{"type":18,"value":260}," =",{"type":13,"tag":45,"props":262,"children":263},{"style":83},[264],{"type":18,"value":86},{"type":13,"tag":45,"props":266,"children":267},{"style":63},[268],{"type":18,"value":269},";\n",{"type":13,"tag":45,"props":271,"children":272},{"class":47,"line":116},[273,277,281,286,290,294,298,302],{"type":13,"tag":45,"props":274,"children":275},{"style":52},[276],{"type":18,"value":235},{"type":13,"tag":45,"props":278,"children":279},{"style":52},[280],{"type":18,"value":240},{"type":13,"tag":45,"props":282,"children":283},{"style":83},[284],{"type":18,"value":285}," INT64",{"type":13,"tag":45,"props":287,"children":288},{"style":52},[289],{"type":18,"value":250},{"type":13,"tag":45,"props":291,"children":292},{"style":83},[293],{"type":18,"value":255},{"type":13,"tag":45,"props":295,"children":296},{"style":52},[297],{"type":18,"value":260},{"type":13,"tag":45,"props":299,"children":300},{"style":83},[301],{"type":18,"value":109},{"type":13,"tag":45,"props":303,"children":304},{"style":63},[305],{"type":18,"value":269},{"type":13,"tag":45,"props":307,"children":308},{"class":47,"line":138},[309,313,317,322,326,330,334,338],{"type":13,"tag":45,"props":310,"children":311},{"style":52},[312],{"type":18,"value":235},{"type":13,"tag":45,"props":314,"children":315},{"style":52},[316],{"type":18,"value":240},{"type":13,"tag":45,"props":318,"children":319},{"style":83},[320],{"type":18,"value":321}," UINT64",{"type":13,"tag":45,"props":323,"children":324},{"style":52},[325],{"type":18,"value":250},{"type":13,"tag":45,"props":327,"children":328},{"style":83},[329],{"type":18,"value":255},{"type":13,"tag":45,"props":331,"children":332},{"style":52},[333],{"type":18,"value":260},{"type":13,"tag":45,"props":335,"children":336},{"style":83},[337],{"type":18,"value":131},{"type":13,"tag":45,"props":339,"children":340},{"style":63},[341],{"type":18,"value":269},{"type":13,"tag":45,"props":343,"children":344},{"class":47,"line":160},[345,349,353,358,362,366,370,374],{"type":13,"tag":45,"props":346,"children":347},{"style":52},[348],{"type":18,"value":235},{"type":13,"tag":45,"props":350,"children":351},{"style":52},[352],{"type":18,"value":240},{"type":13,"tag":45,"props":354,"children":355},{"style":83},[356],{"type":18,"value":357}," FLOAT64",{"type":13,"tag":45,"props":359,"children":360},{"style":52},[361],{"type":18,"value":250},{"type":13,"tag":45,"props":363,"children":364},{"style":83},[365],{"type":18,"value":255},{"type":13,"tag":45,"props":367,"children":368},{"style":52},[369],{"type":18,"value":260},{"type":13,"tag":45,"props":371,"children":372},{"style":83},[373],{"type":18,"value":153},{"type":13,"tag":45,"props":375,"children":376},{"style":63},[377],{"type":18,"value":269},{"type":13,"tag":45,"props":379,"children":381},{"class":47,"line":380},7,[382],{"type":13,"tag":45,"props":383,"children":384},{"style":63},[385],{"type":18,"value":386},"}\n",{"type":13,"tag":388,"props":389,"children":390},"ul",{},[391,448,477,507],{"type":13,"tag":392,"props":393,"children":394},"li",{},[395,401,403,408,410,416,418,424,426,430,432,438,440,446],{"type":13,"tag":21,"props":396,"children":398},{"className":397},[],[399],{"type":18,"value":400},"VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR",{"type":18,"value":402}," specifies that\nthe statistic is returned as a 32-bit boolean value which ",{"type":13,"tag":404,"props":405,"children":407},"normative",{"type":406},"must",[],{"type":18,"value":409}," be\neither ",{"type":13,"tag":21,"props":411,"children":413},{"className":412},[],[414],{"type":18,"value":415},"VK_TRUE",{"type":18,"value":417}," or ",{"type":13,"tag":21,"props":419,"children":421},{"className":420},[],[422],{"type":18,"value":423},"VK_FALSE",{"type":18,"value":425}," and ",{"type":13,"tag":404,"props":427,"children":429},{"type":428},"should",[],{"type":18,"value":431}," be read from the\n",{"type":13,"tag":21,"props":433,"children":435},{"className":434},[],[436],{"type":18,"value":437},"b32",{"type":18,"value":439}," field of ",{"type":13,"tag":21,"props":441,"children":443},{"className":442},[],[444],{"type":18,"value":445},"VkPipelineExecutableStatisticValueKHR",{"type":18,"value":447},".",{"type":13,"tag":392,"props":449,"children":450},{},[451,457,459,462,464,470,471,476],{"type":13,"tag":21,"props":452,"children":454},{"className":453},[],[455],{"type":18,"value":456},"VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR",{"type":18,"value":458}," specifies that\nthe statistic is returned as a signed 64-bit integer and ",{"type":13,"tag":404,"props":460,"children":461},{"type":428},[],{"type":18,"value":463}," be read\nfrom the ",{"type":13,"tag":21,"props":465,"children":467},{"className":466},[],[468],{"type":18,"value":469},"i64",{"type":18,"value":439},{"type":13,"tag":21,"props":472,"children":474},{"className":473},[],[475],{"type":18,"value":445},{"type":18,"value":447},{"type":13,"tag":392,"props":478,"children":479},{},[480,486,488,491,493,499,501,506],{"type":13,"tag":21,"props":481,"children":483},{"className":482},[],[484],{"type":18,"value":485},"VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR",{"type":18,"value":487}," specifies that\nthe statistic is returned as an unsigned 64-bit integer and ",{"type":13,"tag":404,"props":489,"children":490},{"type":428},[],{"type":18,"value":492}," be\nread from the ",{"type":13,"tag":21,"props":494,"children":496},{"className":495},[],[497],{"type":18,"value":498},"u64",{"type":18,"value":500}," field of\n",{"type":13,"tag":21,"props":502,"children":504},{"className":503},[],[505],{"type":18,"value":445},{"type":18,"value":447},{"type":13,"tag":392,"props":508,"children":509},{},[510,516,518,521,523,529,530,535],{"type":13,"tag":21,"props":511,"children":513},{"className":512},[],[514],{"type":18,"value":515},"VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR",{"type":18,"value":517}," specifies that\nthe statistic is returned as a 64-bit floating-point value and ",{"type":13,"tag":404,"props":519,"children":520},{"type":428},[],{"type":18,"value":522},"\nbe read from the ",{"type":13,"tag":21,"props":524,"children":526},{"className":525},[],[527],{"type":18,"value":528},"f64",{"type":18,"value":500},{"type":13,"tag":21,"props":531,"children":533},{"className":532},[],[534],{"type":18,"value":445},{"type":18,"value":447},{"type":13,"tag":537,"props":538,"children":539},"style",{},[540],{"type":18,"value":541},"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":543},[],"markdown",1729612472687]