[{"data":1,"prerenderedAt":378},["ShallowReactive",2],{"$f3VaI6C17rGzqpgANFhXnare_4rlHlHYLV0L3owXafXw":3},{"title":4,"description":5,"parent":6,"structextends":7,"type":9,"xrefs":10,"body":11,"_type":377,"_id":4},"VkVideoEncodeProfileRgbConversionInfoVALVE","Structure describing video encode RGB conversion for a video profile","VK_VALVE_video_encode_rgb_conversion",[8],"VkVideoProfileInfoKHR","structs",[],{"type":12,"children":13,"toc":375},"root",[14,62,74,284,336,369],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,29,31,36,38,44,46,52,54,60],{"type":20,"value":21},"text","A video profile supporting video encode R′G′B′ conversion is specified\nby an ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":28},"pVideoProfile→videoCodecOperation",{"type":20,"value":30}," specifying an encode\noperation and including a ",{"type":15,"tag":23,"props":32,"children":34},{"className":33},[],[35],{"type":20,"value":4},{"type":20,"value":37},"\nstructure in the ",{"type":15,"tag":23,"props":39,"children":41},{"className":40},[],[42],{"type":20,"value":43},"pNext",{"type":20,"value":45}," chain of the ",{"type":15,"tag":47,"props":48,"children":50},"a",{"href":49},"/man/VkVideoProfileInfoKHR",[51],{"type":20,"value":8},{"type":20,"value":53},"\nstructure and enabling ",{"type":15,"tag":23,"props":55,"children":57},{"className":56},[],[58],{"type":20,"value":59},"performEncodeRgbConversion",{"type":20,"value":61},".",{"type":15,"tag":16,"props":63,"children":64},{},[65,67,72],{"type":20,"value":66},"The ",{"type":15,"tag":23,"props":68,"children":70},{"className":69},[],[71],{"type":20,"value":4},{"type":20,"value":73}," structure is defined\nas:",{"type":15,"tag":75,"props":76,"children":77},"code-group",{},[78,159],{"type":15,"tag":79,"props":80,"children":86},"pre",{"className":81,"code":82,"filename":83,"language":84,"meta":85,"style":85},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkVideoEncodeProfileRgbConversionInfoVALVE {\n VkStructureType sType;\n const void* pNext;\n VkBool32 performEncodeRgbConversion;\n} VkVideoEncodeProfileRgbConversionInfoVALVE;\n","C","c","",[87],{"type":15,"tag":23,"props":88,"children":89},{"__ignoreMap":85},[90,113,122,141,150],{"type":15,"tag":91,"props":92,"children":95},"span",{"class":93,"line":94},"line",1,[96,102,107],{"type":15,"tag":91,"props":97,"children":99},{"style":98},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[100],{"type":20,"value":101},"typedef",{"type":15,"tag":91,"props":103,"children":104},{"style":98},[105],{"type":20,"value":106}," struct",{"type":15,"tag":91,"props":108,"children":110},{"style":109},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[111],{"type":20,"value":112}," VkVideoEncodeProfileRgbConversionInfoVALVE {\n",{"type":15,"tag":91,"props":114,"children":116},{"class":93,"line":115},2,[117],{"type":15,"tag":91,"props":118,"children":119},{"style":109},[120],{"type":20,"value":121}," VkStructureType sType;\n",{"type":15,"tag":91,"props":123,"children":125},{"class":93,"line":124},3,[126,131,136],{"type":15,"tag":91,"props":127,"children":128},{"style":98},[129],{"type":20,"value":130}," const",{"type":15,"tag":91,"props":132,"children":133},{"style":98},[134],{"type":20,"value":135}," void*",{"type":15,"tag":91,"props":137,"children":138},{"style":109},[139],{"type":20,"value":140}," pNext;\n",{"type":15,"tag":91,"props":142,"children":144},{"class":93,"line":143},4,[145],{"type":15,"tag":91,"props":146,"children":147},{"style":109},[148],{"type":20,"value":149}," VkBool32 performEncodeRgbConversion;\n",{"type":15,"tag":91,"props":151,"children":153},{"class":93,"line":152},5,[154],{"type":15,"tag":91,"props":155,"children":156},{"style":109},[157],{"type":20,"value":158},"} VkVideoEncodeProfileRgbConversionInfoVALVE;\n",{"type":15,"tag":79,"props":160,"children":165},{"className":161,"code":162,"filename":163,"language":164,"meta":85,"style":85},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoEncodeProfileRgbConversionInfoVALVE {\n s_type: vk::StructureType,\n p_next: *const c_void,\n perform_encode_rgb_conversion: vk::Bool32,\n}\n","Rust","rs",[166],{"type":15,"tag":23,"props":167,"children":168},{"__ignoreMap":85},[169,192,225,247,276],{"type":15,"tag":91,"props":170,"children":171},{"class":93,"line":94},[172,177,181,187],{"type":15,"tag":91,"props":173,"children":174},{"style":98},[175],{"type":20,"value":176},"pub",{"type":15,"tag":91,"props":178,"children":179},{"style":98},[180],{"type":20,"value":106},{"type":15,"tag":91,"props":182,"children":184},{"style":183},"--shiki-default:#953800;--shiki-dark:#FFA657",[185],{"type":20,"value":186}," VideoEncodeProfileRgbConversionInfoVALVE",{"type":15,"tag":91,"props":188,"children":189},{"style":109},[190],{"type":20,"value":191}," {\n",{"type":15,"tag":91,"props":193,"children":194},{"class":93,"line":115},[195,200,205,210,215,220],{"type":15,"tag":91,"props":196,"children":197},{"style":109},[198],{"type":20,"value":199}," s_type",{"type":15,"tag":91,"props":201,"children":202},{"style":98},[203],{"type":20,"value":204},":",{"type":15,"tag":91,"props":206,"children":207},{"style":183},[208],{"type":20,"value":209}," vk",{"type":15,"tag":91,"props":211,"children":212},{"style":98},[213],{"type":20,"value":214},"::",{"type":15,"tag":91,"props":216,"children":217},{"style":183},[218],{"type":20,"value":219},"StructureType",{"type":15,"tag":91,"props":221,"children":222},{"style":109},[223],{"type":20,"value":224},",\n",{"type":15,"tag":91,"props":226,"children":227},{"class":93,"line":124},[228,233,237,242],{"type":15,"tag":91,"props":229,"children":230},{"style":109},[231],{"type":20,"value":232}," p_next",{"type":15,"tag":91,"props":234,"children":235},{"style":98},[236],{"type":20,"value":204},{"type":15,"tag":91,"props":238,"children":239},{"style":98},[240],{"type":20,"value":241}," *const",{"type":15,"tag":91,"props":243,"children":244},{"style":109},[245],{"type":20,"value":246}," c_void,\n",{"type":15,"tag":91,"props":248,"children":249},{"class":93,"line":143},[250,255,259,263,267,272],{"type":15,"tag":91,"props":251,"children":252},{"style":109},[253],{"type":20,"value":254}," perform_encode_rgb_conversion",{"type":15,"tag":91,"props":256,"children":257},{"style":98},[258],{"type":20,"value":204},{"type":15,"tag":91,"props":260,"children":261},{"style":183},[262],{"type":20,"value":209},{"type":15,"tag":91,"props":264,"children":265},{"style":98},[266],{"type":20,"value":214},{"type":15,"tag":91,"props":268,"children":269},{"style":183},[270],{"type":20,"value":271},"Bool32",{"type":15,"tag":91,"props":273,"children":274},{"style":109},[275],{"type":20,"value":224},{"type":15,"tag":91,"props":277,"children":278},{"class":93,"line":152},[279],{"type":15,"tag":91,"props":280,"children":281},{"style":109},[282],{"type":20,"value":283},"}\n",{"type":15,"tag":285,"props":286,"children":287},"ul",{},[288,308,326],{"type":15,"tag":289,"props":290,"children":291},"li",{},[292,298,300,306],{"type":15,"tag":23,"props":293,"children":295},{"className":294},[],[296],{"type":20,"value":297},"sType",{"type":20,"value":299}," is a ",{"type":15,"tag":47,"props":301,"children":303},{"href":302},"/man/VkStructureType",[304],{"type":20,"value":305},"VkStructureType",{"type":20,"value":307}," value identifying this structure.",{"type":15,"tag":289,"props":309,"children":310},{},[311,316,318,324],{"type":15,"tag":23,"props":312,"children":314},{"className":313},[],[315],{"type":20,"value":43},{"type":20,"value":317}," is ",{"type":15,"tag":23,"props":319,"children":321},{"className":320},[],[322],{"type":20,"value":323},"NULL",{"type":20,"value":325}," or a pointer to a structure extending this\nstructure.",{"type":15,"tag":289,"props":327,"children":328},{},[329,334],{"type":15,"tag":23,"props":330,"children":332},{"className":331},[],[333],{"type":20,"value":59},{"type":20,"value":335}," is a boolean value indicating whether\nvideo encode R′G′B′ conversion will be used for the encode\noperation.",{"type":15,"tag":337,"props":338,"children":340},"validity-group",{"name":339},"Valid Usage (Implicit)",[341],{"type":15,"tag":342,"props":343,"children":345},"validity-field",{"name":344},"VUID-VkVideoEncodeProfileRgbConversionInfoVALVE-sType-sType",[346],{"type":15,"tag":16,"props":347,"children":348},{},[349,354,356,361,363],{"type":15,"tag":23,"props":350,"children":352},{"className":351},[],[353],{"type":20,"value":297},{"type":20,"value":355}," ",{"type":15,"tag":357,"props":358,"children":360},"normative",{"type":359},"must",[],{"type":20,"value":362}," be ",{"type":15,"tag":23,"props":364,"children":366},{"className":365},[],[367],{"type":20,"value":368},"VK_STRUCTURE_TYPE_VIDEO_ENCODE_PROFILE_RGB_CONVERSION_INFO_VALVE",{"type":15,"tag":370,"props":371,"children":372},"style",{},[373],{"type":20,"value":374},"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":85,"searchDepth":115,"depth":115,"links":376},[],"markdown",1773165471422]