[{"data":1,"prerenderedAt":487},["ShallowReactive",2],{"4GbIkh1FhE":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":486,"_id":4},"VkVideoEncodeContentFlagBitsKHR","Video encode content flags","VK_KHR_video_encode_queue","enums",[],{"type":10,"children":11,"toc":484},"root",[12,45,420,458,478],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,25,27,34,36,43],{"type":18,"value":19},"text","The following bits ",{"type":13,"tag":21,"props":22,"children":24},"normative",{"type":23},"can",[],{"type":18,"value":26}," be specified in\n",{"type":13,"tag":28,"props":29,"children":31},"a",{"href":30},"/man/VkVideoEncodeUsageInfoKHR",[32],{"type":18,"value":33},"VkVideoEncodeUsageInfoKHR",{"type":18,"value":35},"::",{"type":13,"tag":37,"props":38,"children":40},"code",{"className":39},[],[41],{"type":18,"value":42},"videoContentHints",{"type":18,"value":44}," as a hint about the\nencoded video content:",{"type":13,"tag":46,"props":47,"children":48},"code-group",{},[49,197],{"type":13,"tag":50,"props":51,"children":57},"pre",{"className":52,"code":53,"filename":54,"language":55,"meta":56,"style":56},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkVideoEncodeContentFlagBitsKHR {\n VK_VIDEO_ENCODE_CONTENT_DEFAULT_KHR = 0,\n VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR = 0x00000001,\n VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR = 0x00000002,\n VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR = 0x00000004,\n} VkVideoEncodeContentFlagBitsKHR;\n","C","c","",[58],{"type":13,"tag":37,"props":59,"children":60},{"__ignoreMap":56},[61,84,109,136,162,188],{"type":13,"tag":62,"props":63,"children":66},"span",{"class":64,"line":65},"line",1,[67,73,78],{"type":13,"tag":62,"props":68,"children":70},{"style":69},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[71],{"type":18,"value":72},"typedef",{"type":13,"tag":62,"props":74,"children":75},{"style":69},[76],{"type":18,"value":77}," enum",{"type":13,"tag":62,"props":79,"children":81},{"style":80},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[82],{"type":18,"value":83}," VkVideoEncodeContentFlagBitsKHR {\n",{"type":13,"tag":62,"props":85,"children":87},{"class":64,"line":86},2,[88,93,98,104],{"type":13,"tag":62,"props":89,"children":90},{"style":80},[91],{"type":18,"value":92}," VK_VIDEO_ENCODE_CONTENT_DEFAULT_KHR ",{"type":13,"tag":62,"props":94,"children":95},{"style":69},[96],{"type":18,"value":97},"=",{"type":13,"tag":62,"props":99,"children":101},{"style":100},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[102],{"type":18,"value":103}," 0",{"type":13,"tag":62,"props":105,"children":106},{"style":80},[107],{"type":18,"value":108},",\n",{"type":13,"tag":62,"props":110,"children":112},{"class":64,"line":111},3,[113,118,122,127,132],{"type":13,"tag":62,"props":114,"children":115},{"style":80},[116],{"type":18,"value":117}," VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR ",{"type":13,"tag":62,"props":119,"children":120},{"style":69},[121],{"type":18,"value":97},{"type":13,"tag":62,"props":123,"children":124},{"style":69},[125],{"type":18,"value":126}," 0x",{"type":13,"tag":62,"props":128,"children":129},{"style":100},[130],{"type":18,"value":131},"00000001",{"type":13,"tag":62,"props":133,"children":134},{"style":80},[135],{"type":18,"value":108},{"type":13,"tag":62,"props":137,"children":139},{"class":64,"line":138},4,[140,145,149,153,158],{"type":13,"tag":62,"props":141,"children":142},{"style":80},[143],{"type":18,"value":144}," VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR ",{"type":13,"tag":62,"props":146,"children":147},{"style":69},[148],{"type":18,"value":97},{"type":13,"tag":62,"props":150,"children":151},{"style":69},[152],{"type":18,"value":126},{"type":13,"tag":62,"props":154,"children":155},{"style":100},[156],{"type":18,"value":157},"00000002",{"type":13,"tag":62,"props":159,"children":160},{"style":80},[161],{"type":18,"value":108},{"type":13,"tag":62,"props":163,"children":165},{"class":64,"line":164},5,[166,171,175,179,184],{"type":13,"tag":62,"props":167,"children":168},{"style":80},[169],{"type":18,"value":170}," VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR ",{"type":13,"tag":62,"props":172,"children":173},{"style":69},[174],{"type":18,"value":97},{"type":13,"tag":62,"props":176,"children":177},{"style":69},[178],{"type":18,"value":126},{"type":13,"tag":62,"props":180,"children":181},{"style":100},[182],{"type":18,"value":183},"00000004",{"type":13,"tag":62,"props":185,"children":186},{"style":80},[187],{"type":18,"value":108},{"type":13,"tag":62,"props":189,"children":191},{"class":64,"line":190},6,[192],{"type":13,"tag":62,"props":193,"children":194},{"style":80},[195],{"type":18,"value":196},"} VkVideoEncodeContentFlagBitsKHR;\n",{"type":13,"tag":50,"props":198,"children":203},{"className":199,"code":200,"filename":201,"language":202,"meta":56,"style":56},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoEncodeContentFlagBitsKHR(u32);\nimpl VideoEncodeContentFlagBitsKHR {\n pub const DEFAULT: Self = 0;\n pub const CAMERA: Self = 0x00000001;\n pub const DESKTOP: Self = 0x00000002;\n pub const RENDERED: Self = 0x00000004;\n}\n","Rust","rs",[204],{"type":13,"tag":37,"props":205,"children":206},{"__ignoreMap":56},[207,241,258,300,337,374,411],{"type":13,"tag":62,"props":208,"children":209},{"class":64,"line":65},[210,215,220,226,231,236],{"type":13,"tag":62,"props":211,"children":212},{"style":69},[213],{"type":18,"value":214},"pub",{"type":13,"tag":62,"props":216,"children":217},{"style":69},[218],{"type":18,"value":219}," struct",{"type":13,"tag":62,"props":221,"children":223},{"style":222},"--shiki-default:#953800;--shiki-dark:#FFA657",[224],{"type":18,"value":225}," VideoEncodeContentFlagBitsKHR",{"type":13,"tag":62,"props":227,"children":228},{"style":80},[229],{"type":18,"value":230},"(",{"type":13,"tag":62,"props":232,"children":233},{"style":222},[234],{"type":18,"value":235},"u32",{"type":13,"tag":62,"props":237,"children":238},{"style":80},[239],{"type":18,"value":240},");\n",{"type":13,"tag":62,"props":242,"children":243},{"class":64,"line":86},[244,249,253],{"type":13,"tag":62,"props":245,"children":246},{"style":69},[247],{"type":18,"value":248},"impl",{"type":13,"tag":62,"props":250,"children":251},{"style":222},[252],{"type":18,"value":225},{"type":13,"tag":62,"props":254,"children":255},{"style":80},[256],{"type":18,"value":257}," {\n",{"type":13,"tag":62,"props":259,"children":260},{"class":64,"line":111},[261,266,271,276,281,286,291,295],{"type":13,"tag":62,"props":262,"children":263},{"style":69},[264],{"type":18,"value":265}," pub",{"type":13,"tag":62,"props":267,"children":268},{"style":69},[269],{"type":18,"value":270}," const",{"type":13,"tag":62,"props":272,"children":273},{"style":100},[274],{"type":18,"value":275}," DEFAULT",{"type":13,"tag":62,"props":277,"children":278},{"style":69},[279],{"type":18,"value":280},":",{"type":13,"tag":62,"props":282,"children":283},{"style":100},[284],{"type":18,"value":285}," Self",{"type":13,"tag":62,"props":287,"children":288},{"style":69},[289],{"type":18,"value":290}," =",{"type":13,"tag":62,"props":292,"children":293},{"style":100},[294],{"type":18,"value":103},{"type":13,"tag":62,"props":296,"children":297},{"style":80},[298],{"type":18,"value":299},";\n",{"type":13,"tag":62,"props":301,"children":302},{"class":64,"line":138},[303,307,311,316,320,324,328,333],{"type":13,"tag":62,"props":304,"children":305},{"style":69},[306],{"type":18,"value":265},{"type":13,"tag":62,"props":308,"children":309},{"style":69},[310],{"type":18,"value":270},{"type":13,"tag":62,"props":312,"children":313},{"style":100},[314],{"type":18,"value":315}," CAMERA",{"type":13,"tag":62,"props":317,"children":318},{"style":69},[319],{"type":18,"value":280},{"type":13,"tag":62,"props":321,"children":322},{"style":100},[323],{"type":18,"value":285},{"type":13,"tag":62,"props":325,"children":326},{"style":69},[327],{"type":18,"value":290},{"type":13,"tag":62,"props":329,"children":330},{"style":100},[331],{"type":18,"value":332}," 0x00000001",{"type":13,"tag":62,"props":334,"children":335},{"style":80},[336],{"type":18,"value":299},{"type":13,"tag":62,"props":338,"children":339},{"class":64,"line":164},[340,344,348,353,357,361,365,370],{"type":13,"tag":62,"props":341,"children":342},{"style":69},[343],{"type":18,"value":265},{"type":13,"tag":62,"props":345,"children":346},{"style":69},[347],{"type":18,"value":270},{"type":13,"tag":62,"props":349,"children":350},{"style":100},[351],{"type":18,"value":352}," DESKTOP",{"type":13,"tag":62,"props":354,"children":355},{"style":69},[356],{"type":18,"value":280},{"type":13,"tag":62,"props":358,"children":359},{"style":100},[360],{"type":18,"value":285},{"type":13,"tag":62,"props":362,"children":363},{"style":69},[364],{"type":18,"value":290},{"type":13,"tag":62,"props":366,"children":367},{"style":100},[368],{"type":18,"value":369}," 0x00000002",{"type":13,"tag":62,"props":371,"children":372},{"style":80},[373],{"type":18,"value":299},{"type":13,"tag":62,"props":375,"children":376},{"class":64,"line":190},[377,381,385,390,394,398,402,407],{"type":13,"tag":62,"props":378,"children":379},{"style":69},[380],{"type":18,"value":265},{"type":13,"tag":62,"props":382,"children":383},{"style":69},[384],{"type":18,"value":270},{"type":13,"tag":62,"props":386,"children":387},{"style":100},[388],{"type":18,"value":389}," RENDERED",{"type":13,"tag":62,"props":391,"children":392},{"style":69},[393],{"type":18,"value":280},{"type":13,"tag":62,"props":395,"children":396},{"style":100},[397],{"type":18,"value":285},{"type":13,"tag":62,"props":399,"children":400},{"style":69},[401],{"type":18,"value":290},{"type":13,"tag":62,"props":403,"children":404},{"style":100},[405],{"type":18,"value":406}," 0x00000004",{"type":13,"tag":62,"props":408,"children":409},{"style":80},[410],{"type":18,"value":299},{"type":13,"tag":62,"props":412,"children":414},{"class":64,"line":413},7,[415],{"type":13,"tag":62,"props":416,"children":417},{"style":80},[418],{"type":18,"value":419},"}\n",{"type":13,"tag":421,"props":422,"children":423},"ul",{},[424,436,447],{"type":13,"tag":425,"props":426,"children":427},"li",{},[428,434],{"type":13,"tag":37,"props":429,"children":431},{"className":430},[],[432],{"type":18,"value":433},"VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR",{"type":18,"value":435}," specifies that video\nencoding is intended to be used to encode camera content.",{"type":13,"tag":425,"props":437,"children":438},{},[439,445],{"type":13,"tag":37,"props":440,"children":442},{"className":441},[],[443],{"type":18,"value":444},"VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR",{"type":18,"value":446}," specifies that video\nencoding is intended to be used to encode desktop content.",{"type":13,"tag":425,"props":448,"children":449},{},[450,456],{"type":13,"tag":37,"props":451,"children":453},{"className":452},[],[454],{"type":18,"value":455},"VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR",{"type":18,"value":457}," specified that video\nencoding is intended to be used to encode rendered (e.g. game) content.",{"type":13,"tag":459,"props":460,"children":461},"note",{},[462],{"type":13,"tag":14,"props":463,"children":464},{},[465,467,470,472,476],{"type":18,"value":466},"There are no restrictions on the combination of bits that ",{"type":13,"tag":21,"props":468,"children":469},{"type":23},[],{"type":18,"value":471}," be specified\nby the application.\nHowever, applications ",{"type":13,"tag":21,"props":473,"children":475},{"type":474},"should",[],{"type":18,"value":477}," use reasonable combinations in order for the\nimplementation to be able to select the most appropriate mode of operation\nfor the particular content type.",{"type":13,"tag":479,"props":480,"children":481},"style",{},[482],{"type":18,"value":483},"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":56,"searchDepth":86,"depth":86,"links":485},[],"markdown",1725732592707]