[{"data":1,"prerenderedAt":10915},["ShallowReactive",2],{"mtZ4ekzruP":3,"VyF3Mmj32r":9381,"N9m89Rcq0G":9562},{"title":4,"description":5,"body":6,"_type":9380,"_id":4},"VK_KHR_video_queue.proposal","This document outlines a proposal to enable performing video coding operations in Vulkan.",{"type":7,"children":8,"toc":9329},"root",[9,16,23,28,53,58,63,69,74,93,98,103,108,114,121,126,132,137,142,250,263,276,281,287,292,297,357,370,376,381,473,510,529,535,540,561,566,571,584,597,602,607,612,625,630,636,641,759,764,934,939,1034,1039,1044,1062,1067,1072,1165,1170,1241,1260,1265,1359,1364,1453,1458,1463,1550,1556,1561,1566,1571,1576,1683,1687,1766,1779,1784,1865,1870,1935,1970,1975,1988,1993,1998,2003,2015,2020,2104,2109,2115,2120,2132,2205,2210,2322,2334,2344,2349,2354,2443,2456,2469,2495,2500,2505,2576,2596,2601,2606,2677,2683,2688,2701,2759,2792,2797,2802,2822,2946,2951,2957,2962,2985,2990,2996,3001,3086,3091,3119,3146,3195,3201,3214,3219,3239,3245,3250,3335,3340,3471,3476,3504,3509,3514,3519,3619,3638,3701,3706,3805,3833,3928,3941,3946,3952,3958,4671,4677,5034,5040,5602,5608,5937,5943,6452,6458,6800,6806,7061,7067,7607,7613,8157,8163,8783,8789,8795,8800,8838,8843,8849,8854,8874,8880,8885,8891,8896,8902,8913,8925,8945,8951,8969,8981,8987,8999,9017,9038,9056,9062,9067,9072,9077,9083,9096,9125,9160,9179,9184,9209,9214,9228,9233,9238,9244,9249,9254,9323],{"type":10,"tag":11,"props":12,"children":13},"element","p",{},[14],{"type":15,"value":5},"text",{"type":10,"tag":17,"props":18,"children":20},"h2",{"id":19},"_problem_statement",[21],{"type":15,"value":22},"Problem Statement",{"type":10,"tag":11,"props":24,"children":25},{},[26],{"type":15,"value":27},"Integrating video coding operations into Vulkan applications enable a wide set of new usage scenarios including, but not limited to, the following examples:",{"type":10,"tag":29,"props":30,"children":31},"ul",{},[32,38,43,48],{"type":10,"tag":33,"props":34,"children":35},"li",{},[36],{"type":15,"value":37},"Applying post-processing on top of video frames decoded from a compressed video stream",{"type":10,"tag":33,"props":39,"children":40},{},[41],{"type":15,"value":42},"Sourcing dynamic texture data from compressed video streams",{"type":10,"tag":33,"props":44,"children":45},{},[46],{"type":15,"value":47},"Recording the output of rendering operations",{"type":10,"tag":33,"props":49,"children":50},{},[51],{"type":15,"value":52},"Efficiently transferring rendering results over network (video conferencing, game streaming, etc.)",{"type":10,"tag":11,"props":54,"children":55},{},[56],{"type":15,"value":57},"It is also not uncommon for Vulkan capable devices to feature dedicated hardware acceleration for video compression and decompression.",{"type":10,"tag":11,"props":59,"children":60},{},[61],{"type":15,"value":62},"The goal of this proposal is to enable these use cases, expose the underlying hardware capabilities, and provide tight integration with other functionalities of the Vulkan API.",{"type":10,"tag":17,"props":64,"children":66},{"id":65},"_solution_space",[67],{"type":15,"value":68},"Solution Space",{"type":10,"tag":11,"props":70,"children":71},{},[72],{"type":15,"value":73},"The following options have been considered:",{"type":10,"tag":75,"props":76,"children":77},"ol",{},[78,83,88],{"type":10,"tag":33,"props":79,"children":80},{},[81],{"type":15,"value":82},"Rely on external sharing capabilities to interact with existing video APIs",{"type":10,"tag":33,"props":84,"children":85},{},[86],{"type":15,"value":87},"Add new dedicated APIs to Vulkan separately for video decoding and video encoding",{"type":10,"tag":33,"props":89,"children":90},{},[91],{"type":15,"value":92},"Add a common set of APIs to Vulkan enabling video coding operations in general",{"type":10,"tag":11,"props":94,"children":95},{},[96],{"type":15,"value":97},"Option 1 has the advantage of being the least invasive in terms of API changes. The disadvantage is that there are a wide range of video APIs out there, most of them being platform or vendor specific which makes creating portable applications difficult. Cross-API interaction also often comes with undesired performance costs and it makes it difficult, if not impossible, to take advantage of all the existing features of Vulkan in such scenarios.",{"type":10,"tag":11,"props":99,"children":100},{},[101],{"type":15,"value":102},"Option 2 enables integrating video coding operations into the API and leveraging all the other capabilities of Vulkan including, but not limited to, explicit resource management and synchronization. Besides that, an integrated solution greatly reduces application complexity and allows for better portability.",{"type":10,"tag":11,"props":104,"children":105},{},[106],{"type":15,"value":107},"Option 3 improves option 2 by acknowledging that there are a lot of facilities that could be shared across different video coding operations like video decoding and encoding. Accordingly, this proposal follows option 3 to introduce a set of concepts, object types, and commands that form the foundation of the video coding capabilities of Vulkan upon which additional functionalities can be layered providing specific video coding operations like video decoding or encoding, and support for individual video compression standards.",{"type":10,"tag":17,"props":109,"children":111},{"id":110},"_proposal",[112],{"type":15,"value":113},"Proposal",{"type":10,"tag":115,"props":116,"children":118},"h3",{"id":117},"_video_std_headers",[119],{"type":15,"value":120},"Video Std Headers",{"type":10,"tag":11,"props":122,"children":123},{},[124],{"type":15,"value":125},"As each video compression standard requires a large set of codec-specific parameters that are orthogonal to the Vulkan API itself, the definitions of those are not part of the Vulkan headers. Instead, these definitions are provided separately for each codec-specific extension in corresponding video std headers.",{"type":10,"tag":115,"props":127,"children":129},{"id":128},"_video_profiles",[130],{"type":15,"value":131},"Video Profiles",{"type":10,"tag":11,"props":133,"children":134},{},[135],{"type":15,"value":136},"This extension introduces the concept of video profiles. A video profile in Vulkan loosely resembles similar concepts defined in video compression standards, however, it is a more generic concept that encompasses additional information like the specific video coding operation, the content type/format, and any other information related to the video coding scenario.",{"type":10,"tag":11,"props":138,"children":139},{},[140],{"type":15,"value":141},"A video profile in Vulkan is defined using the following structure:",{"type":10,"tag":143,"props":144,"children":149},"pre",{"className":145,"code":146,"language":147,"meta":148,"style":148},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkVideoProfileInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkVideoCodecOperationFlagBitsKHR videoCodecOperation;\n VkVideoChromaSubsamplingFlagsKHR chromaSubsampling;\n VkVideoComponentBitDepthFlagsKHR lumaBitDepth;\n VkVideoComponentBitDepthFlagsKHR chromaBitDepth;\n} VkVideoProfileInfoKHR;\n","c","",[150],{"type":10,"tag":151,"props":152,"children":153},"code",{"__ignoreMap":148},[154,177,186,205,214,223,232,241],{"type":10,"tag":155,"props":156,"children":159},"span",{"class":157,"line":158},"line",1,[160,166,171],{"type":10,"tag":155,"props":161,"children":163},{"style":162},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[164],{"type":15,"value":165},"typedef",{"type":10,"tag":155,"props":167,"children":168},{"style":162},[169],{"type":15,"value":170}," struct",{"type":10,"tag":155,"props":172,"children":174},{"style":173},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[175],{"type":15,"value":176}," VkVideoProfileInfoKHR {\n",{"type":10,"tag":155,"props":178,"children":180},{"class":157,"line":179},2,[181],{"type":10,"tag":155,"props":182,"children":183},{"style":173},[184],{"type":15,"value":185}," VkStructureType sType;\n",{"type":10,"tag":155,"props":187,"children":189},{"class":157,"line":188},3,[190,195,200],{"type":10,"tag":155,"props":191,"children":192},{"style":162},[193],{"type":15,"value":194}," const",{"type":10,"tag":155,"props":196,"children":197},{"style":162},[198],{"type":15,"value":199}," void*",{"type":10,"tag":155,"props":201,"children":202},{"style":173},[203],{"type":15,"value":204}," pNext;\n",{"type":10,"tag":155,"props":206,"children":208},{"class":157,"line":207},4,[209],{"type":10,"tag":155,"props":210,"children":211},{"style":173},[212],{"type":15,"value":213}," VkVideoCodecOperationFlagBitsKHR videoCodecOperation;\n",{"type":10,"tag":155,"props":215,"children":217},{"class":157,"line":216},5,[218],{"type":10,"tag":155,"props":219,"children":220},{"style":173},[221],{"type":15,"value":222}," VkVideoChromaSubsamplingFlagsKHR chromaSubsampling;\n",{"type":10,"tag":155,"props":224,"children":226},{"class":157,"line":225},6,[227],{"type":10,"tag":155,"props":228,"children":229},{"style":173},[230],{"type":15,"value":231}," VkVideoComponentBitDepthFlagsKHR lumaBitDepth;\n",{"type":10,"tag":155,"props":233,"children":235},{"class":157,"line":234},7,[236],{"type":10,"tag":155,"props":237,"children":238},{"style":173},[239],{"type":15,"value":240}," VkVideoComponentBitDepthFlagsKHR chromaBitDepth;\n",{"type":10,"tag":155,"props":242,"children":244},{"class":157,"line":243},8,[245],{"type":10,"tag":155,"props":246,"children":247},{"style":173},[248],{"type":15,"value":249},"} VkVideoProfileInfoKHR;\n",{"type":10,"tag":11,"props":251,"children":252},{},[253,255,261],{"type":15,"value":254},"A complete video profile definition includes an instance of the structure above with additional codec and use case specific parameters provided through its ",{"type":10,"tag":151,"props":256,"children":258},{"className":257},[],[259],{"type":15,"value":260},"pNext",{"type":15,"value":262}," chain.",{"type":10,"tag":11,"props":264,"children":265},{},[266,268,274],{"type":15,"value":267},"The ",{"type":10,"tag":151,"props":269,"children":271},{"className":270},[],[272],{"type":15,"value":273},"videoCodecOperation",{"type":15,"value":275}," member identifies the particular video codec and video coding operation, while the other members provide information about the content type/format, including the chroma subsampling mode and the bit depths used by the compressed video stream.",{"type":10,"tag":11,"props":277,"children":278},{},[279],{"type":15,"value":280},"This extension does not define any video codec operations. Instead, it is left to codec-specific extensions layered on top of this proposal to provide those.",{"type":10,"tag":115,"props":282,"children":284},{"id":283},"_video_queues",[285],{"type":15,"value":286},"Video Queues",{"type":10,"tag":11,"props":288,"children":289},{},[290],{"type":15,"value":291},"Support for video coding operations is exposed through new commands available for use on video-capable queue families. As it is not uncommon for devices to have separate dedicated hardware for accelerating video compression and decompression, possibly separate ones for different video codecs, implementations may expose multiple queue families with different video coding capabilities, although it is also possible for implementations to support video coding operations on the usual graphics or compute capable queue families.",{"type":10,"tag":11,"props":293,"children":294},{},[295],{"type":15,"value":296},"The set of video codec operations supported by a queue family can be retrieved using queue family property queries by including the following new output structure:",{"type":10,"tag":143,"props":298,"children":300},{"className":145,"code":299,"language":147,"meta":148,"style":148},"typedef struct VkQueueFamilyVideoPropertiesKHR {\n VkStructureType sType;\n void* pNext;\n VkVideoCodecOperationFlagsKHR videoCodecOperations;\n} VkQueueFamilyVideoPropertiesKHR;\n",[301],{"type":10,"tag":151,"props":302,"children":303},{"__ignoreMap":148},[304,320,328,341,349],{"type":10,"tag":155,"props":305,"children":306},{"class":157,"line":158},[307,311,315],{"type":10,"tag":155,"props":308,"children":309},{"style":162},[310],{"type":15,"value":165},{"type":10,"tag":155,"props":312,"children":313},{"style":162},[314],{"type":15,"value":170},{"type":10,"tag":155,"props":316,"children":317},{"style":173},[318],{"type":15,"value":319}," VkQueueFamilyVideoPropertiesKHR {\n",{"type":10,"tag":155,"props":321,"children":322},{"class":157,"line":179},[323],{"type":10,"tag":155,"props":324,"children":325},{"style":173},[326],{"type":15,"value":327}," VkStructureType sType;\n",{"type":10,"tag":155,"props":329,"children":330},{"class":157,"line":188},[331,336],{"type":10,"tag":155,"props":332,"children":333},{"style":162},[334],{"type":15,"value":335}," void*",{"type":10,"tag":155,"props":337,"children":338},{"style":173},[339],{"type":15,"value":340}," pNext;\n",{"type":10,"tag":155,"props":342,"children":343},{"class":157,"line":207},[344],{"type":10,"tag":155,"props":345,"children":346},{"style":173},[347],{"type":15,"value":348}," VkVideoCodecOperationFlagsKHR videoCodecOperations;\n",{"type":10,"tag":155,"props":350,"children":351},{"class":157,"line":216},[352],{"type":10,"tag":155,"props":353,"children":354},{"style":173},[355],{"type":15,"value":356},"} VkQueueFamilyVideoPropertiesKHR;\n",{"type":10,"tag":11,"props":358,"children":359},{},[360,362,368],{"type":15,"value":361},"After a successful query, the ",{"type":10,"tag":151,"props":363,"children":365},{"className":364},[],[366],{"type":15,"value":367},"videoCodecOperations",{"type":15,"value":369}," member will contain bits corresponding to the individual video codec operations supported by the queue family in question.",{"type":10,"tag":115,"props":371,"children":373},{"id":372},"_video_picture_resources",[374],{"type":15,"value":375},"Video Picture Resources",{"type":10,"tag":11,"props":377,"children":378},{},[379],{"type":15,"value":380},"Pictures used by video coding operations are referred to as video picture resources, and are provided to the video coding APIs through instances of the following new structure:",{"type":10,"tag":143,"props":382,"children":384},{"className":145,"code":383,"language":147,"meta":148,"style":148},"typedef struct VkVideoPictureResourceInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkOffset2D codedOffset;\n VkExtent2D codedExtent;\n uint32_t baseArrayLayer;\n VkImageView imageViewBinding;\n} VkVideoPictureResourceInfoKHR;\n",[385],{"type":10,"tag":151,"props":386,"children":387},{"__ignoreMap":148},[388,404,412,428,436,444,457,465],{"type":10,"tag":155,"props":389,"children":390},{"class":157,"line":158},[391,395,399],{"type":10,"tag":155,"props":392,"children":393},{"style":162},[394],{"type":15,"value":165},{"type":10,"tag":155,"props":396,"children":397},{"style":162},[398],{"type":15,"value":170},{"type":10,"tag":155,"props":400,"children":401},{"style":173},[402],{"type":15,"value":403}," VkVideoPictureResourceInfoKHR {\n",{"type":10,"tag":155,"props":405,"children":406},{"class":157,"line":179},[407],{"type":10,"tag":155,"props":408,"children":409},{"style":173},[410],{"type":15,"value":411}," VkStructureType sType;\n",{"type":10,"tag":155,"props":413,"children":414},{"class":157,"line":188},[415,419,423],{"type":10,"tag":155,"props":416,"children":417},{"style":162},[418],{"type":15,"value":194},{"type":10,"tag":155,"props":420,"children":421},{"style":162},[422],{"type":15,"value":199},{"type":10,"tag":155,"props":424,"children":425},{"style":173},[426],{"type":15,"value":427}," pNext;\n",{"type":10,"tag":155,"props":429,"children":430},{"class":157,"line":207},[431],{"type":10,"tag":155,"props":432,"children":433},{"style":173},[434],{"type":15,"value":435}," VkOffset2D codedOffset;\n",{"type":10,"tag":155,"props":437,"children":438},{"class":157,"line":216},[439],{"type":10,"tag":155,"props":440,"children":441},{"style":173},[442],{"type":15,"value":443}," VkExtent2D codedExtent;\n",{"type":10,"tag":155,"props":445,"children":446},{"class":157,"line":225},[447,452],{"type":10,"tag":155,"props":448,"children":449},{"style":162},[450],{"type":15,"value":451}," uint32_t",{"type":10,"tag":155,"props":453,"children":454},{"style":173},[455],{"type":15,"value":456}," baseArrayLayer;\n",{"type":10,"tag":155,"props":458,"children":459},{"class":157,"line":234},[460],{"type":10,"tag":155,"props":461,"children":462},{"style":173},[463],{"type":15,"value":464}," VkImageView imageViewBinding;\n",{"type":10,"tag":155,"props":466,"children":467},{"class":157,"line":243},[468],{"type":10,"tag":155,"props":469,"children":470},{"style":173},[471],{"type":15,"value":472},"} VkVideoPictureResourceInfoKHR;\n",{"type":10,"tag":11,"props":474,"children":475},{},[476,478,484,486,492,494,500,502,508],{"type":15,"value":477},"Each video picture resource is backed by a subregion within a layer of an image object. ",{"type":10,"tag":151,"props":479,"children":481},{"className":480},[],[482],{"type":15,"value":483},"baseArrayLayer",{"type":15,"value":485}," specifies the array layer index used relative to the image view specified in ",{"type":10,"tag":151,"props":487,"children":489},{"className":488},[],[490],{"type":15,"value":491},"imageViewBinding",{"type":15,"value":493},". Depending on the specific video codec operation, ",{"type":10,"tag":151,"props":495,"children":497},{"className":496},[],[498],{"type":15,"value":499},"codedOffset",{"type":15,"value":501}," can specify an additional offset within the image subresource to read/write picture data from/to, while ",{"type":10,"tag":151,"props":503,"children":505},{"className":504},[],[506],{"type":15,"value":507},"codedExtent",{"type":15,"value":509}," typically specifies the size of the video frame.",{"type":10,"tag":11,"props":511,"children":512},{},[513,515,520,522,527],{"type":15,"value":514},"Actual semantics of ",{"type":10,"tag":151,"props":516,"children":518},{"className":517},[],[519],{"type":15,"value":499},{"type":15,"value":521}," and ",{"type":10,"tag":151,"props":523,"children":525},{"className":524},[],[526],{"type":15,"value":507},{"type":15,"value":528}," are specific to the video profile in use, as the capabilities and semantics of individual codecs varies.",{"type":10,"tag":115,"props":530,"children":532},{"id":531},"_decoded_picture_buffer",[533],{"type":15,"value":534},"Decoded Picture Buffer",{"type":10,"tag":11,"props":536,"children":537},{},[538],{"type":15,"value":539},"The chosen video compression standard may require the use of reference pictures. Such reference pictures are used by video coding operations to provide predictions of the values of samples of subsequently decoded or encoded pictures. Just like any other picture data, the decoded picture buffer (DPB) is backed by image layers. In this extension reference pictures are represented by video picture resources and corresponding image views. The DPB is the logical structure that holds this pool of reference pictures.",{"type":10,"tag":11,"props":541,"children":542},{},[543,545,551,553,559],{"type":15,"value":544},"The DPB is an indexed data structure, and individual indexed entries of the DPB are referred to as the DPB slots. The range of valid DPB slot indices is between zero and ",{"type":10,"tag":151,"props":546,"children":548},{"className":547},[],[549],{"type":15,"value":550},"N-1",{"type":15,"value":552},", where ",{"type":10,"tag":151,"props":554,"children":556},{"className":555},[],[557],{"type":15,"value":558},"N",{"type":15,"value":560}," is the capacity of the DPB. Each DPB slot can refer to one or more reference pictures. In case of typical progressive content each DPB slot usually refers to a single picture containing a video frame, but other content types like multiview or interlaced video allow multiple pictures to be associated with each slot. If a DPB slot has any pictures associated with it, then it is an active DPB slot, otherwise it is an inactive DPB slot.",{"type":10,"tag":11,"props":562,"children":563},{},[564],{"type":15,"value":565},"DPB slots can be activated with reference pictures in response to video coding operations requesting such activations. This extension does not introduce any video coding operations. Instead, layered extensions provide those. However, this extension does provide facilities to deactivate currently active DPB slots, as discussed later.",{"type":10,"tag":11,"props":567,"children":568},{},[569],{"type":15,"value":570},"In this extension, the state and the backing store of the DPB are separated as follows:",{"type":10,"tag":29,"props":572,"children":573},{},[574,579],{"type":10,"tag":33,"props":575,"children":576},{},[577],{"type":15,"value":578},"The state of individual DPB slots is maintained by video session objects.",{"type":10,"tag":33,"props":580,"children":581},{},[582],{"type":15,"value":583},"The backing store of DPB slots is provided by video picture resources and the underlying images.",{"type":10,"tag":11,"props":585,"children":586},{},[587,589,595],{"type":15,"value":588},"A single non-mipmapped image with a layer count equaling the number of DPB slots can used as the backing store of the DPB, where the picture corresponding to a particular DPB slot index is stored in the layer with the same index. The API also allows arbitrary mapping of image layers to DPB slots. Furthermore, if the ",{"type":10,"tag":151,"props":590,"children":592},{"className":591},[],[593],{"type":15,"value":594},"VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR",{"type":15,"value":596}," capability flag is supported by the implementation for a specific video profile, then individual DPB slots can be backed by different images, potentially using a separate image for each DPB slot.",{"type":10,"tag":11,"props":598,"children":599},{},[600],{"type":15,"value":601},"Depending on the used video profile, a single DPB slot may contain more than just one picture (e.g. in case of multiview and interlaced content). In such cases the number of needed image layers may be larger than the number of DPB slots, hence the image(s) used as the backing store of the DPB have to be sized accordingly.",{"type":10,"tag":11,"props":603,"children":604},{},[605],{"type":15,"value":606},"There may also be video compression standards, video profiles, or use cases that do not require or do not support reference pictures at all. In such cases a DPB is not needed either.",{"type":10,"tag":11,"props":608,"children":609},{},[610],{"type":15,"value":611},"The responsibility of managing the DPB is split between the application and the implementation as follows:",{"type":10,"tag":29,"props":613,"children":614},{},[615,620],{"type":10,"tag":33,"props":616,"children":617},{},[618],{"type":15,"value":619},"The application maintains the association between DPB slot indices and corresponding video picture resources.",{"type":10,"tag":33,"props":621,"children":622},{},[623],{"type":15,"value":624},"The implementation maintains global and per-slot opaque reference picture metadata.",{"type":10,"tag":11,"props":626,"children":627},{},[628],{"type":15,"value":629},"In addition, the application is also responsible for managing the mapping between the codec-specific picture IDs and DPB slots, and any other codec-specific states.",{"type":10,"tag":115,"props":631,"children":633},{"id":632},"_video_session",[634],{"type":15,"value":635},"Video Session",{"type":10,"tag":11,"props":637,"children":638},{},[639],{"type":15,"value":640},"Before performing any video coding operations, the application needs to create a video session object using the following new command:",{"type":10,"tag":143,"props":642,"children":644},{"className":145,"code":643,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkCreateVideoSessionKHR(\n VkDevice device,\n const VkVideoSessionCreateInfoKHR* pCreateInfo,\n const VkAllocationCallbacks* pAllocator,\n VkVideoSessionKHR* pVideoSession);\n",[645],{"type":10,"tag":151,"props":646,"children":647},{"__ignoreMap":148},[648,667,686,712,737],{"type":10,"tag":155,"props":649,"children":650},{"class":157,"line":158},[651,656,662],{"type":10,"tag":155,"props":652,"children":653},{"style":173},[654],{"type":15,"value":655},"VKAPI_ATTR VkResult VKAPI_CALL ",{"type":10,"tag":155,"props":657,"children":659},{"style":658},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[660],{"type":15,"value":661},"vkCreateVideoSessionKHR",{"type":10,"tag":155,"props":663,"children":664},{"style":173},[665],{"type":15,"value":666},"(\n",{"type":10,"tag":155,"props":668,"children":669},{"class":157,"line":179},[670,675,681],{"type":10,"tag":155,"props":671,"children":672},{"style":173},[673],{"type":15,"value":674}," VkDevice ",{"type":10,"tag":155,"props":676,"children":678},{"style":677},"--shiki-default:#953800;--shiki-dark:#FFA657",[679],{"type":15,"value":680},"device",{"type":10,"tag":155,"props":682,"children":683},{"style":173},[684],{"type":15,"value":685},",\n",{"type":10,"tag":155,"props":687,"children":688},{"class":157,"line":188},[689,693,698,703,708],{"type":10,"tag":155,"props":690,"children":691},{"style":162},[692],{"type":15,"value":194},{"type":10,"tag":155,"props":694,"children":695},{"style":173},[696],{"type":15,"value":697}," VkVideoSessionCreateInfoKHR",{"type":10,"tag":155,"props":699,"children":700},{"style":162},[701],{"type":15,"value":702},"*",{"type":10,"tag":155,"props":704,"children":705},{"style":677},[706],{"type":15,"value":707}," pCreateInfo",{"type":10,"tag":155,"props":709,"children":710},{"style":173},[711],{"type":15,"value":685},{"type":10,"tag":155,"props":713,"children":714},{"class":157,"line":207},[715,719,724,728,733],{"type":10,"tag":155,"props":716,"children":717},{"style":162},[718],{"type":15,"value":194},{"type":10,"tag":155,"props":720,"children":721},{"style":173},[722],{"type":15,"value":723}," VkAllocationCallbacks",{"type":10,"tag":155,"props":725,"children":726},{"style":162},[727],{"type":15,"value":702},{"type":10,"tag":155,"props":729,"children":730},{"style":677},[731],{"type":15,"value":732}," pAllocator",{"type":10,"tag":155,"props":734,"children":735},{"style":173},[736],{"type":15,"value":685},{"type":10,"tag":155,"props":738,"children":739},{"class":157,"line":216},[740,745,749,754],{"type":10,"tag":155,"props":741,"children":742},{"style":173},[743],{"type":15,"value":744}," VkVideoSessionKHR",{"type":10,"tag":155,"props":746,"children":747},{"style":162},[748],{"type":15,"value":702},{"type":10,"tag":155,"props":750,"children":751},{"style":677},[752],{"type":15,"value":753}," pVideoSession",{"type":10,"tag":155,"props":755,"children":756},{"style":173},[757],{"type":15,"value":758},");\n",{"type":10,"tag":11,"props":760,"children":761},{},[762],{"type":15,"value":763},"The creation parameters are as follows:",{"type":10,"tag":143,"props":765,"children":767},{"className":145,"code":766,"language":147,"meta":148,"style":148},"typedef struct VkVideoSessionCreateInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t queueFamilyIndex;\n VkVideoSessionCreateFlagsKHR flags;\n const VkVideoProfileInfoKHR* pVideoProfile;\n VkFormat pictureFormat;\n VkExtent2D maxCodedExtent;\n VkFormat referencePictureFormat;\n uint32_t maxDpbSlots;\n uint32_t maxActiveReferencePictures;\n const VkExtensionProperties* pStdHeaderVersion;\n} VkVideoSessionCreateInfoKHR;\n",[768],{"type":10,"tag":151,"props":769,"children":770},{"__ignoreMap":148},[771,787,795,811,823,831,852,860,868,877,890,903,925],{"type":10,"tag":155,"props":772,"children":773},{"class":157,"line":158},[774,778,782],{"type":10,"tag":155,"props":775,"children":776},{"style":162},[777],{"type":15,"value":165},{"type":10,"tag":155,"props":779,"children":780},{"style":162},[781],{"type":15,"value":170},{"type":10,"tag":155,"props":783,"children":784},{"style":173},[785],{"type":15,"value":786}," VkVideoSessionCreateInfoKHR {\n",{"type":10,"tag":155,"props":788,"children":789},{"class":157,"line":179},[790],{"type":10,"tag":155,"props":791,"children":792},{"style":173},[793],{"type":15,"value":794}," VkStructureType sType;\n",{"type":10,"tag":155,"props":796,"children":797},{"class":157,"line":188},[798,802,806],{"type":10,"tag":155,"props":799,"children":800},{"style":162},[801],{"type":15,"value":194},{"type":10,"tag":155,"props":803,"children":804},{"style":162},[805],{"type":15,"value":199},{"type":10,"tag":155,"props":807,"children":808},{"style":173},[809],{"type":15,"value":810}," pNext;\n",{"type":10,"tag":155,"props":812,"children":813},{"class":157,"line":207},[814,818],{"type":10,"tag":155,"props":815,"children":816},{"style":162},[817],{"type":15,"value":451},{"type":10,"tag":155,"props":819,"children":820},{"style":173},[821],{"type":15,"value":822}," queueFamilyIndex;\n",{"type":10,"tag":155,"props":824,"children":825},{"class":157,"line":216},[826],{"type":10,"tag":155,"props":827,"children":828},{"style":173},[829],{"type":15,"value":830}," VkVideoSessionCreateFlagsKHR flags;\n",{"type":10,"tag":155,"props":832,"children":833},{"class":157,"line":225},[834,838,843,847],{"type":10,"tag":155,"props":835,"children":836},{"style":162},[837],{"type":15,"value":194},{"type":10,"tag":155,"props":839,"children":840},{"style":173},[841],{"type":15,"value":842}," VkVideoProfileInfoKHR",{"type":10,"tag":155,"props":844,"children":845},{"style":162},[846],{"type":15,"value":702},{"type":10,"tag":155,"props":848,"children":849},{"style":173},[850],{"type":15,"value":851}," pVideoProfile;\n",{"type":10,"tag":155,"props":853,"children":854},{"class":157,"line":234},[855],{"type":10,"tag":155,"props":856,"children":857},{"style":173},[858],{"type":15,"value":859}," VkFormat pictureFormat;\n",{"type":10,"tag":155,"props":861,"children":862},{"class":157,"line":243},[863],{"type":10,"tag":155,"props":864,"children":865},{"style":173},[866],{"type":15,"value":867}," VkExtent2D maxCodedExtent;\n",{"type":10,"tag":155,"props":869,"children":871},{"class":157,"line":870},9,[872],{"type":10,"tag":155,"props":873,"children":874},{"style":173},[875],{"type":15,"value":876}," VkFormat referencePictureFormat;\n",{"type":10,"tag":155,"props":878,"children":880},{"class":157,"line":879},10,[881,885],{"type":10,"tag":155,"props":882,"children":883},{"style":162},[884],{"type":15,"value":451},{"type":10,"tag":155,"props":886,"children":887},{"style":173},[888],{"type":15,"value":889}," maxDpbSlots;\n",{"type":10,"tag":155,"props":891,"children":893},{"class":157,"line":892},11,[894,898],{"type":10,"tag":155,"props":895,"children":896},{"style":162},[897],{"type":15,"value":451},{"type":10,"tag":155,"props":899,"children":900},{"style":173},[901],{"type":15,"value":902}," maxActiveReferencePictures;\n",{"type":10,"tag":155,"props":904,"children":906},{"class":157,"line":905},12,[907,911,916,920],{"type":10,"tag":155,"props":908,"children":909},{"style":162},[910],{"type":15,"value":194},{"type":10,"tag":155,"props":912,"children":913},{"style":173},[914],{"type":15,"value":915}," VkExtensionProperties",{"type":10,"tag":155,"props":917,"children":918},{"style":162},[919],{"type":15,"value":702},{"type":10,"tag":155,"props":921,"children":922},{"style":173},[923],{"type":15,"value":924}," pStdHeaderVersion;\n",{"type":10,"tag":155,"props":926,"children":928},{"class":157,"line":927},13,[929],{"type":10,"tag":155,"props":930,"children":931},{"style":173},[932],{"type":15,"value":933},"} VkVideoSessionCreateInfoKHR;\n",{"type":10,"tag":11,"props":935,"children":936},{},[937],{"type":15,"value":938},"A video session object is created against a specific video profile and the implementation uses it to maintain video coding related state. The creation parameters of a video session object include the following:",{"type":10,"tag":29,"props":940,"children":941},{},[942,955,967,979,991,1003,1022],{"type":10,"tag":33,"props":943,"children":944},{},[945,947,953],{"type":15,"value":946},"The queue family the video session can be used with (",{"type":10,"tag":151,"props":948,"children":950},{"className":949},[],[951],{"type":15,"value":952},"queueFamilyIndex",{"type":15,"value":954},")",{"type":10,"tag":33,"props":956,"children":957},{},[958,960,966],{"type":15,"value":959},"A video profile definition specifying the particular video compression standard and video coding operation type the video session can be used with (",{"type":10,"tag":151,"props":961,"children":963},{"className":962},[],[964],{"type":15,"value":965},"pVideoProfile",{"type":15,"value":954},{"type":10,"tag":33,"props":968,"children":969},{},[970,972,978],{"type":15,"value":971},"The maximum size of the coded frames the video session can be used with (",{"type":10,"tag":151,"props":973,"children":975},{"className":974},[],[976],{"type":15,"value":977},"maxCodedExtent",{"type":15,"value":954},{"type":10,"tag":33,"props":980,"children":981},{},[982,984,990],{"type":15,"value":983},"The capacity of the DPB (",{"type":10,"tag":151,"props":985,"children":987},{"className":986},[],[988],{"type":15,"value":989},"maxDpbSlots",{"type":15,"value":954},{"type":10,"tag":33,"props":992,"children":993},{},[994,996,1002],{"type":15,"value":995},"The maximum number of reference pictures that can be used in a single operation (",{"type":10,"tag":151,"props":997,"children":999},{"className":998},[],[1000],{"type":15,"value":1001},"maxActiveReferencePictures",{"type":15,"value":954},{"type":10,"tag":33,"props":1004,"children":1005},{},[1006,1008,1014,1015,1021],{"type":15,"value":1007},"The used picture formats (",{"type":10,"tag":151,"props":1009,"children":1011},{"className":1010},[],[1012],{"type":15,"value":1013},"pictureFormat",{"type":15,"value":521},{"type":10,"tag":151,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":15,"value":1020},"referencePictureFormat",{"type":15,"value":954},{"type":10,"tag":33,"props":1023,"children":1024},{},[1025,1027,1033],{"type":15,"value":1026},"The used video compression standard header (",{"type":10,"tag":151,"props":1028,"children":1030},{"className":1029},[],[1031],{"type":15,"value":1032},"pStdHeaderVersion",{"type":15,"value":954},{"type":10,"tag":11,"props":1035,"children":1036},{},[1037],{"type":15,"value":1038},"A video session object can be used to perform video coding operations on a single video stream at the time. After the application finished processing a video stream, it can reuse the object to process another video stream, provided that the configuration parameters between the two streams are compatible (as determined by the video compression standard in use).",{"type":10,"tag":11,"props":1040,"children":1041},{},[1042],{"type":15,"value":1043},"Once a video session has been created, the video compression standard and profiles, picture formats, and other settings like the maximum coded extent cannot be changed. However, many parameters of video coding operations may change between subsequent operations, subject to restrictions imposed on parameter updates by the video compression standard, e.g.:",{"type":10,"tag":29,"props":1045,"children":1046},{},[1047,1052,1057],{"type":10,"tag":33,"props":1048,"children":1049},{},[1050],{"type":15,"value":1051},"The size of the decoded or encoded pictures",{"type":10,"tag":33,"props":1053,"children":1054},{},[1055],{"type":15,"value":1056},"The number of active DPB slots",{"type":10,"tag":33,"props":1058,"children":1059},{},[1060],{"type":15,"value":1061},"The number of reference pictures in use",{"type":10,"tag":11,"props":1063,"children":1064},{},[1065],{"type":15,"value":1066},"In particular, a given video session can be reused to process video streams with different extents, as long as the used coded extent does not exceed the maximum coded extent the video session was created with. This can be useful to reduce latency/overhead when processing video content that may dynamically change the video resolution as part of adjusting to varying network conditions, for example.",{"type":10,"tag":11,"props":1068,"children":1069},{},[1070],{"type":15,"value":1071},"After creating a video session, and before using the object in command buffer commands, the application has to allocate and bind device memory to the video session. Implementations may require one or more memory bindings to be bound with compatible device memory, as reported by the following new command:",{"type":10,"tag":143,"props":1073,"children":1075},{"className":145,"code":1074,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkGetVideoSessionMemoryRequirementsKHR(\n VkDevice device,\n VkVideoSessionKHR videoSession,\n uint32_t* pMemoryRequirementsCount,\n VkVideoSessionMemoryRequirementsKHR* pMemoryRequirements);\n",[1076],{"type":10,"tag":151,"props":1077,"children":1078},{"__ignoreMap":148},[1079,1095,1110,1127,1144],{"type":10,"tag":155,"props":1080,"children":1081},{"class":157,"line":158},[1082,1086,1091],{"type":10,"tag":155,"props":1083,"children":1084},{"style":173},[1085],{"type":15,"value":655},{"type":10,"tag":155,"props":1087,"children":1088},{"style":658},[1089],{"type":15,"value":1090},"vkGetVideoSessionMemoryRequirementsKHR",{"type":10,"tag":155,"props":1092,"children":1093},{"style":173},[1094],{"type":15,"value":666},{"type":10,"tag":155,"props":1096,"children":1097},{"class":157,"line":179},[1098,1102,1106],{"type":10,"tag":155,"props":1099,"children":1100},{"style":173},[1101],{"type":15,"value":674},{"type":10,"tag":155,"props":1103,"children":1104},{"style":677},[1105],{"type":15,"value":680},{"type":10,"tag":155,"props":1107,"children":1108},{"style":173},[1109],{"type":15,"value":685},{"type":10,"tag":155,"props":1111,"children":1112},{"class":157,"line":188},[1113,1118,1123],{"type":10,"tag":155,"props":1114,"children":1115},{"style":173},[1116],{"type":15,"value":1117}," VkVideoSessionKHR ",{"type":10,"tag":155,"props":1119,"children":1120},{"style":677},[1121],{"type":15,"value":1122},"videoSession",{"type":10,"tag":155,"props":1124,"children":1125},{"style":173},[1126],{"type":15,"value":685},{"type":10,"tag":155,"props":1128,"children":1129},{"class":157,"line":207},[1130,1135,1140],{"type":10,"tag":155,"props":1131,"children":1132},{"style":162},[1133],{"type":15,"value":1134}," uint32_t*",{"type":10,"tag":155,"props":1136,"children":1137},{"style":677},[1138],{"type":15,"value":1139}," pMemoryRequirementsCount",{"type":10,"tag":155,"props":1141,"children":1142},{"style":173},[1143],{"type":15,"value":685},{"type":10,"tag":155,"props":1145,"children":1146},{"class":157,"line":216},[1147,1152,1156,1161],{"type":10,"tag":155,"props":1148,"children":1149},{"style":173},[1150],{"type":15,"value":1151}," VkVideoSessionMemoryRequirementsKHR",{"type":10,"tag":155,"props":1153,"children":1154},{"style":162},[1155],{"type":15,"value":702},{"type":10,"tag":155,"props":1157,"children":1158},{"style":677},[1159],{"type":15,"value":1160}," pMemoryRequirements",{"type":10,"tag":155,"props":1162,"children":1163},{"style":173},[1164],{"type":15,"value":758},{"type":10,"tag":11,"props":1166,"children":1167},{},[1168],{"type":15,"value":1169},"For each memory binding the following information is returned:",{"type":10,"tag":143,"props":1171,"children":1173},{"className":145,"code":1172,"language":147,"meta":148,"style":148},"typedef struct VkVideoSessionMemoryRequirementsKHR {\n VkStructureType sType;\n void* pNext;\n uint32_t memoryBindIndex;\n VkMemoryRequirements memoryRequirements;\n} VkVideoSessionMemoryRequirementsKHR;\n",[1174],{"type":10,"tag":151,"props":1175,"children":1176},{"__ignoreMap":148},[1177,1193,1201,1213,1225,1233],{"type":10,"tag":155,"props":1178,"children":1179},{"class":157,"line":158},[1180,1184,1188],{"type":10,"tag":155,"props":1181,"children":1182},{"style":162},[1183],{"type":15,"value":165},{"type":10,"tag":155,"props":1185,"children":1186},{"style":162},[1187],{"type":15,"value":170},{"type":10,"tag":155,"props":1189,"children":1190},{"style":173},[1191],{"type":15,"value":1192}," VkVideoSessionMemoryRequirementsKHR {\n",{"type":10,"tag":155,"props":1194,"children":1195},{"class":157,"line":179},[1196],{"type":10,"tag":155,"props":1197,"children":1198},{"style":173},[1199],{"type":15,"value":1200}," VkStructureType sType;\n",{"type":10,"tag":155,"props":1202,"children":1203},{"class":157,"line":188},[1204,1208],{"type":10,"tag":155,"props":1205,"children":1206},{"style":162},[1207],{"type":15,"value":335},{"type":10,"tag":155,"props":1209,"children":1210},{"style":173},[1211],{"type":15,"value":1212}," pNext;\n",{"type":10,"tag":155,"props":1214,"children":1215},{"class":157,"line":207},[1216,1220],{"type":10,"tag":155,"props":1217,"children":1218},{"style":162},[1219],{"type":15,"value":451},{"type":10,"tag":155,"props":1221,"children":1222},{"style":173},[1223],{"type":15,"value":1224}," memoryBindIndex;\n",{"type":10,"tag":155,"props":1226,"children":1227},{"class":157,"line":216},[1228],{"type":10,"tag":155,"props":1229,"children":1230},{"style":173},[1231],{"type":15,"value":1232}," VkMemoryRequirements memoryRequirements;\n",{"type":10,"tag":155,"props":1234,"children":1235},{"class":157,"line":225},[1236],{"type":10,"tag":155,"props":1237,"children":1238},{"style":173},[1239],{"type":15,"value":1240},"} VkVideoSessionMemoryRequirementsKHR;\n",{"type":10,"tag":11,"props":1242,"children":1243},{},[1244,1250,1252,1258],{"type":10,"tag":151,"props":1245,"children":1247},{"className":1246},[],[1248],{"type":15,"value":1249},"memoryBindIndex",{"type":15,"value":1251}," is a unique identifier of the corresponding memory binding and can have any value, and ",{"type":10,"tag":151,"props":1253,"children":1255},{"className":1254},[],[1256],{"type":15,"value":1257},"memoryRequirements",{"type":15,"value":1259}," contains the memory requirements corresponding to the memory binding.",{"type":10,"tag":11,"props":1261,"children":1262},{},[1263],{"type":15,"value":1264},"The application can bind compatible device memory ranges for each binding through one or more calls to the following new command:",{"type":10,"tag":143,"props":1266,"children":1268},{"className":145,"code":1267,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkBindVideoSessionMemoryKHR(\n VkDevice device,\n VkVideoSessionKHR videoSession,\n uint32_t bindSessionMemoryInfoCount,\n const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos);\n",[1269],{"type":10,"tag":151,"props":1270,"children":1271},{"__ignoreMap":148},[1272,1288,1303,1318,1334],{"type":10,"tag":155,"props":1273,"children":1274},{"class":157,"line":158},[1275,1279,1284],{"type":10,"tag":155,"props":1276,"children":1277},{"style":173},[1278],{"type":15,"value":655},{"type":10,"tag":155,"props":1280,"children":1281},{"style":658},[1282],{"type":15,"value":1283},"vkBindVideoSessionMemoryKHR",{"type":10,"tag":155,"props":1285,"children":1286},{"style":173},[1287],{"type":15,"value":666},{"type":10,"tag":155,"props":1289,"children":1290},{"class":157,"line":179},[1291,1295,1299],{"type":10,"tag":155,"props":1292,"children":1293},{"style":173},[1294],{"type":15,"value":674},{"type":10,"tag":155,"props":1296,"children":1297},{"style":677},[1298],{"type":15,"value":680},{"type":10,"tag":155,"props":1300,"children":1301},{"style":173},[1302],{"type":15,"value":685},{"type":10,"tag":155,"props":1304,"children":1305},{"class":157,"line":188},[1306,1310,1314],{"type":10,"tag":155,"props":1307,"children":1308},{"style":173},[1309],{"type":15,"value":1117},{"type":10,"tag":155,"props":1311,"children":1312},{"style":677},[1313],{"type":15,"value":1122},{"type":10,"tag":155,"props":1315,"children":1316},{"style":173},[1317],{"type":15,"value":685},{"type":10,"tag":155,"props":1319,"children":1320},{"class":157,"line":207},[1321,1325,1330],{"type":10,"tag":155,"props":1322,"children":1323},{"style":162},[1324],{"type":15,"value":451},{"type":10,"tag":155,"props":1326,"children":1327},{"style":677},[1328],{"type":15,"value":1329}," bindSessionMemoryInfoCount",{"type":10,"tag":155,"props":1331,"children":1332},{"style":173},[1333],{"type":15,"value":685},{"type":10,"tag":155,"props":1335,"children":1336},{"class":157,"line":216},[1337,1341,1346,1350,1355],{"type":10,"tag":155,"props":1338,"children":1339},{"style":162},[1340],{"type":15,"value":194},{"type":10,"tag":155,"props":1342,"children":1343},{"style":173},[1344],{"type":15,"value":1345}," VkBindVideoSessionMemoryInfoKHR",{"type":10,"tag":155,"props":1347,"children":1348},{"style":162},[1349],{"type":15,"value":702},{"type":10,"tag":155,"props":1351,"children":1352},{"style":677},[1353],{"type":15,"value":1354}," pBindSessionMemoryInfos",{"type":10,"tag":155,"props":1356,"children":1357},{"style":173},[1358],{"type":15,"value":758},{"type":10,"tag":11,"props":1360,"children":1361},{},[1362],{"type":15,"value":1363},"The parameters of a memory binding are as follows:",{"type":10,"tag":143,"props":1365,"children":1367},{"className":145,"code":1366,"language":147,"meta":148,"style":148},"typedef struct VkBindVideoSessionMemoryInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t memoryBindIndex;\n VkDeviceMemory memory;\n VkDeviceSize memoryOffset;\n VkDeviceSize memorySize;\n} VkBindVideoSessionMemoryInfoKHR;\n",[1368],{"type":10,"tag":151,"props":1369,"children":1370},{"__ignoreMap":148},[1371,1387,1394,1409,1421,1429,1437,1445],{"type":10,"tag":155,"props":1372,"children":1373},{"class":157,"line":158},[1374,1378,1382],{"type":10,"tag":155,"props":1375,"children":1376},{"style":162},[1377],{"type":15,"value":165},{"type":10,"tag":155,"props":1379,"children":1380},{"style":162},[1381],{"type":15,"value":170},{"type":10,"tag":155,"props":1383,"children":1384},{"style":173},[1385],{"type":15,"value":1386}," VkBindVideoSessionMemoryInfoKHR {\n",{"type":10,"tag":155,"props":1388,"children":1389},{"class":157,"line":179},[1390],{"type":10,"tag":155,"props":1391,"children":1392},{"style":173},[1393],{"type":15,"value":411},{"type":10,"tag":155,"props":1395,"children":1396},{"class":157,"line":188},[1397,1401,1405],{"type":10,"tag":155,"props":1398,"children":1399},{"style":162},[1400],{"type":15,"value":194},{"type":10,"tag":155,"props":1402,"children":1403},{"style":162},[1404],{"type":15,"value":199},{"type":10,"tag":155,"props":1406,"children":1407},{"style":173},[1408],{"type":15,"value":427},{"type":10,"tag":155,"props":1410,"children":1411},{"class":157,"line":207},[1412,1416],{"type":10,"tag":155,"props":1413,"children":1414},{"style":162},[1415],{"type":15,"value":451},{"type":10,"tag":155,"props":1417,"children":1418},{"style":173},[1419],{"type":15,"value":1420}," memoryBindIndex;\n",{"type":10,"tag":155,"props":1422,"children":1423},{"class":157,"line":216},[1424],{"type":10,"tag":155,"props":1425,"children":1426},{"style":173},[1427],{"type":15,"value":1428}," VkDeviceMemory memory;\n",{"type":10,"tag":155,"props":1430,"children":1431},{"class":157,"line":225},[1432],{"type":10,"tag":155,"props":1433,"children":1434},{"style":173},[1435],{"type":15,"value":1436}," VkDeviceSize memoryOffset;\n",{"type":10,"tag":155,"props":1438,"children":1439},{"class":157,"line":234},[1440],{"type":10,"tag":155,"props":1441,"children":1442},{"style":173},[1443],{"type":15,"value":1444}," VkDeviceSize memorySize;\n",{"type":10,"tag":155,"props":1446,"children":1447},{"class":157,"line":243},[1448],{"type":10,"tag":155,"props":1449,"children":1450},{"style":173},[1451],{"type":15,"value":1452},"} VkBindVideoSessionMemoryInfoKHR;\n",{"type":10,"tag":11,"props":1454,"children":1455},{},[1456],{"type":15,"value":1457},"The application does not have to bind memory to each memory binding with a single call, but before being able to use the video session in video coding operations, all memory bindings have to be bound to compatible device memory, and the bindings are immutable for the lifetime of the video session.",{"type":10,"tag":11,"props":1459,"children":1460},{},[1461],{"type":15,"value":1462},"Once a video session object is no longer needed (and is no longer used by any pending command buffers), it can be destroyed with the following new command:",{"type":10,"tag":143,"props":1464,"children":1466},{"className":145,"code":1465,"language":147,"meta":148,"style":148},"VKAPI_ATTR void VKAPI_CALL vkDestroyVideoSessionKHR(\n VkDevice device,\n VkVideoSessionKHR videoSession,\n const VkAllocationCallbacks* pAllocator);\n",[1467],{"type":10,"tag":151,"props":1468,"children":1469},{"__ignoreMap":148},[1470,1497,1512,1527],{"type":10,"tag":155,"props":1471,"children":1472},{"class":157,"line":158},[1473,1478,1483,1488,1493],{"type":10,"tag":155,"props":1474,"children":1475},{"style":173},[1476],{"type":15,"value":1477},"VKAPI_ATTR ",{"type":10,"tag":155,"props":1479,"children":1480},{"style":162},[1481],{"type":15,"value":1482},"void",{"type":10,"tag":155,"props":1484,"children":1485},{"style":173},[1486],{"type":15,"value":1487}," VKAPI_CALL ",{"type":10,"tag":155,"props":1489,"children":1490},{"style":658},[1491],{"type":15,"value":1492},"vkDestroyVideoSessionKHR",{"type":10,"tag":155,"props":1494,"children":1495},{"style":173},[1496],{"type":15,"value":666},{"type":10,"tag":155,"props":1498,"children":1499},{"class":157,"line":179},[1500,1504,1508],{"type":10,"tag":155,"props":1501,"children":1502},{"style":173},[1503],{"type":15,"value":674},{"type":10,"tag":155,"props":1505,"children":1506},{"style":677},[1507],{"type":15,"value":680},{"type":10,"tag":155,"props":1509,"children":1510},{"style":173},[1511],{"type":15,"value":685},{"type":10,"tag":155,"props":1513,"children":1514},{"class":157,"line":188},[1515,1519,1523],{"type":10,"tag":155,"props":1516,"children":1517},{"style":173},[1518],{"type":15,"value":1117},{"type":10,"tag":155,"props":1520,"children":1521},{"style":677},[1522],{"type":15,"value":1122},{"type":10,"tag":155,"props":1524,"children":1525},{"style":173},[1526],{"type":15,"value":685},{"type":10,"tag":155,"props":1528,"children":1529},{"class":157,"line":207},[1530,1534,1538,1542,1546],{"type":10,"tag":155,"props":1531,"children":1532},{"style":162},[1533],{"type":15,"value":194},{"type":10,"tag":155,"props":1535,"children":1536},{"style":173},[1537],{"type":15,"value":723},{"type":10,"tag":155,"props":1539,"children":1540},{"style":162},[1541],{"type":15,"value":702},{"type":10,"tag":155,"props":1543,"children":1544},{"style":677},[1545],{"type":15,"value":732},{"type":10,"tag":155,"props":1547,"children":1548},{"style":173},[1549],{"type":15,"value":758},{"type":10,"tag":115,"props":1551,"children":1553},{"id":1552},"_video_session_parameters",[1554],{"type":15,"value":1555},"Video Session Parameters",{"type":10,"tag":11,"props":1557,"children":1558},{},[1559],{"type":15,"value":1560},"Most video compression standards require parameters that are in use across multiple video coding operations, potentially across the entire video stream. For example, the H.264/AVC and H.265/HEVC standards require sequence and picture parameter sets (SPS and PPS) that apply to multiple video frames, layers, and sub-layers.",{"type":10,"tag":11,"props":1562,"children":1563},{},[1564],{"type":15,"value":1565},"This extension uses video session parameters objects to store such standard parameters. These objects enable storing such codec-specific parameters in a preprocessed form and enable reducing the number of parameters needed to be provided and processed by the implementation while recording video coding operations into command buffers.",{"type":10,"tag":11,"props":1567,"children":1568},{},[1569],{"type":15,"value":1570},"Video session parameters objects use a key-value storage. The way how keys are derived from the provided parameters is codec-specific (e.g. in case of H.264/AVC picture parameter sets the key consists of an SPS and PPS ID pair).",{"type":10,"tag":11,"props":1572,"children":1573},{},[1574],{"type":15,"value":1575},"The application can create a video session parameters object against a video session with the following new command:",{"type":10,"tag":143,"props":1577,"children":1579},{"className":145,"code":1578,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkCreateVideoSessionParametersKHR(\n VkDevice device,\n const VkVideoSessionParametersCreateInfoKHR* pCreateInfo,\n const VkAllocationCallbacks* pAllocator,\n VkVideoSessionParametersKHR* pVideoSessionParameters);\n",[1580],{"type":10,"tag":151,"props":1581,"children":1582},{"__ignoreMap":148},[1583,1599,1614,1639,1662],{"type":10,"tag":155,"props":1584,"children":1585},{"class":157,"line":158},[1586,1590,1595],{"type":10,"tag":155,"props":1587,"children":1588},{"style":173},[1589],{"type":15,"value":655},{"type":10,"tag":155,"props":1591,"children":1592},{"style":658},[1593],{"type":15,"value":1594},"vkCreateVideoSessionParametersKHR",{"type":10,"tag":155,"props":1596,"children":1597},{"style":173},[1598],{"type":15,"value":666},{"type":10,"tag":155,"props":1600,"children":1601},{"class":157,"line":179},[1602,1606,1610],{"type":10,"tag":155,"props":1603,"children":1604},{"style":173},[1605],{"type":15,"value":674},{"type":10,"tag":155,"props":1607,"children":1608},{"style":677},[1609],{"type":15,"value":680},{"type":10,"tag":155,"props":1611,"children":1612},{"style":173},[1613],{"type":15,"value":685},{"type":10,"tag":155,"props":1615,"children":1616},{"class":157,"line":188},[1617,1621,1626,1630,1635],{"type":10,"tag":155,"props":1618,"children":1619},{"style":162},[1620],{"type":15,"value":194},{"type":10,"tag":155,"props":1622,"children":1623},{"style":173},[1624],{"type":15,"value":1625}," VkVideoSessionParametersCreateInfoKHR",{"type":10,"tag":155,"props":1627,"children":1628},{"style":162},[1629],{"type":15,"value":702},{"type":10,"tag":155,"props":1631,"children":1632},{"style":677},[1633],{"type":15,"value":1634}," pCreateInfo",{"type":10,"tag":155,"props":1636,"children":1637},{"style":173},[1638],{"type":15,"value":685},{"type":10,"tag":155,"props":1640,"children":1641},{"class":157,"line":207},[1642,1646,1650,1654,1658],{"type":10,"tag":155,"props":1643,"children":1644},{"style":162},[1645],{"type":15,"value":194},{"type":10,"tag":155,"props":1647,"children":1648},{"style":173},[1649],{"type":15,"value":723},{"type":10,"tag":155,"props":1651,"children":1652},{"style":162},[1653],{"type":15,"value":702},{"type":10,"tag":155,"props":1655,"children":1656},{"style":677},[1657],{"type":15,"value":732},{"type":10,"tag":155,"props":1659,"children":1660},{"style":173},[1661],{"type":15,"value":685},{"type":10,"tag":155,"props":1663,"children":1664},{"class":157,"line":216},[1665,1670,1674,1679],{"type":10,"tag":155,"props":1666,"children":1667},{"style":173},[1668],{"type":15,"value":1669}," VkVideoSessionParametersKHR",{"type":10,"tag":155,"props":1671,"children":1672},{"style":162},[1673],{"type":15,"value":702},{"type":10,"tag":155,"props":1675,"children":1676},{"style":677},[1677],{"type":15,"value":1678}," pVideoSessionParameters",{"type":10,"tag":155,"props":1680,"children":1681},{"style":173},[1682],{"type":15,"value":758},{"type":10,"tag":11,"props":1684,"children":1685},{},[1686],{"type":15,"value":763},{"type":10,"tag":143,"props":1688,"children":1690},{"className":145,"code":1689,"language":147,"meta":148,"style":148},"typedef struct VkVideoSessionParametersCreateInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkVideoSessionParametersCreateFlagsKHR flags;\n VkVideoSessionParametersKHR videoSessionParametersTemplate;\n VkVideoSessionKHR videoSession;\n} VkVideoSessionParametersCreateInfoKHR;\n",[1691],{"type":10,"tag":151,"props":1692,"children":1693},{"__ignoreMap":148},[1694,1710,1718,1734,1742,1750,1758],{"type":10,"tag":155,"props":1695,"children":1696},{"class":157,"line":158},[1697,1701,1705],{"type":10,"tag":155,"props":1698,"children":1699},{"style":162},[1700],{"type":15,"value":165},{"type":10,"tag":155,"props":1702,"children":1703},{"style":162},[1704],{"type":15,"value":170},{"type":10,"tag":155,"props":1706,"children":1707},{"style":173},[1708],{"type":15,"value":1709}," VkVideoSessionParametersCreateInfoKHR {\n",{"type":10,"tag":155,"props":1711,"children":1712},{"class":157,"line":179},[1713],{"type":10,"tag":155,"props":1714,"children":1715},{"style":173},[1716],{"type":15,"value":1717}," VkStructureType sType;\n",{"type":10,"tag":155,"props":1719,"children":1720},{"class":157,"line":188},[1721,1725,1729],{"type":10,"tag":155,"props":1722,"children":1723},{"style":162},[1724],{"type":15,"value":194},{"type":10,"tag":155,"props":1726,"children":1727},{"style":162},[1728],{"type":15,"value":199},{"type":10,"tag":155,"props":1730,"children":1731},{"style":173},[1732],{"type":15,"value":1733}," pNext;\n",{"type":10,"tag":155,"props":1735,"children":1736},{"class":157,"line":207},[1737],{"type":10,"tag":155,"props":1738,"children":1739},{"style":173},[1740],{"type":15,"value":1741}," VkVideoSessionParametersCreateFlagsKHR flags;\n",{"type":10,"tag":155,"props":1743,"children":1744},{"class":157,"line":216},[1745],{"type":10,"tag":155,"props":1746,"children":1747},{"style":173},[1748],{"type":15,"value":1749}," VkVideoSessionParametersKHR videoSessionParametersTemplate;\n",{"type":10,"tag":155,"props":1751,"children":1752},{"class":157,"line":225},[1753],{"type":10,"tag":155,"props":1754,"children":1755},{"style":173},[1756],{"type":15,"value":1757}," VkVideoSessionKHR videoSession;\n",{"type":10,"tag":155,"props":1759,"children":1760},{"class":157,"line":234},[1761],{"type":10,"tag":155,"props":1762,"children":1763},{"style":173},[1764],{"type":15,"value":1765},"} VkVideoSessionParametersCreateInfoKHR;\n",{"type":10,"tag":11,"props":1767,"children":1768},{},[1769,1771,1777],{"type":15,"value":1770},"Layered extensions may provide mechanisms to specify an initial set of parameters at creation time, and the application can also specify a video session parameters object in ",{"type":10,"tag":151,"props":1772,"children":1774},{"className":1773},[],[1775],{"type":15,"value":1776},"videoSessionParametersTemplate",{"type":15,"value":1778}," that will be used as a template for the new object. Applying a template happens by first adding any parameters specified in the codec-specific creation parameters, followed by adding any parameters from the template object that have a key that does not match the key of any of the already added parameters.",{"type":10,"tag":11,"props":1780,"children":1781},{},[1782],{"type":15,"value":1783},"Parameters stored in video session parameters objects are immutable to facilitate the concurrent use of the stored parameters in multiple threads. However, new parameters can be added to existing objects using the following new command:",{"type":10,"tag":143,"props":1785,"children":1787},{"className":145,"code":1786,"language":147,"meta":148,"style":148},"KAPI_ATTR VkResult VKAPI_CALL vkUpdateVideoSessionParametersKHR(\n VkDevice device,\n VkVideoSessionParametersKHR videoSessionParameters,\n const VkVideoSessionParametersUpdateInfoKHR* pUpdateInfo);\n",[1788],{"type":10,"tag":151,"props":1789,"children":1790},{"__ignoreMap":148},[1791,1808,1823,1840],{"type":10,"tag":155,"props":1792,"children":1793},{"class":157,"line":158},[1794,1799,1804],{"type":10,"tag":155,"props":1795,"children":1796},{"style":173},[1797],{"type":15,"value":1798},"KAPI_ATTR VkResult VKAPI_CALL ",{"type":10,"tag":155,"props":1800,"children":1801},{"style":658},[1802],{"type":15,"value":1803},"vkUpdateVideoSessionParametersKHR",{"type":10,"tag":155,"props":1805,"children":1806},{"style":173},[1807],{"type":15,"value":666},{"type":10,"tag":155,"props":1809,"children":1810},{"class":157,"line":179},[1811,1815,1819],{"type":10,"tag":155,"props":1812,"children":1813},{"style":173},[1814],{"type":15,"value":674},{"type":10,"tag":155,"props":1816,"children":1817},{"style":677},[1818],{"type":15,"value":680},{"type":10,"tag":155,"props":1820,"children":1821},{"style":173},[1822],{"type":15,"value":685},{"type":10,"tag":155,"props":1824,"children":1825},{"class":157,"line":188},[1826,1831,1836],{"type":10,"tag":155,"props":1827,"children":1828},{"style":173},[1829],{"type":15,"value":1830}," VkVideoSessionParametersKHR ",{"type":10,"tag":155,"props":1832,"children":1833},{"style":677},[1834],{"type":15,"value":1835},"videoSessionParameters",{"type":10,"tag":155,"props":1837,"children":1838},{"style":173},[1839],{"type":15,"value":685},{"type":10,"tag":155,"props":1841,"children":1842},{"class":157,"line":207},[1843,1847,1852,1856,1861],{"type":10,"tag":155,"props":1844,"children":1845},{"style":162},[1846],{"type":15,"value":194},{"type":10,"tag":155,"props":1848,"children":1849},{"style":173},[1850],{"type":15,"value":1851}," VkVideoSessionParametersUpdateInfoKHR",{"type":10,"tag":155,"props":1853,"children":1854},{"style":162},[1855],{"type":15,"value":702},{"type":10,"tag":155,"props":1857,"children":1858},{"style":677},[1859],{"type":15,"value":1860}," pUpdateInfo",{"type":10,"tag":155,"props":1862,"children":1863},{"style":173},[1864],{"type":15,"value":758},{"type":10,"tag":11,"props":1866,"children":1867},{},[1868],{"type":15,"value":1869},"The base parameters to the command are as follows:",{"type":10,"tag":143,"props":1871,"children":1873},{"className":145,"code":1872,"language":147,"meta":148,"style":148},"typedef struct VkVideoSessionParametersUpdateInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t updateSequenceCount;\n} VkVideoSessionParametersUpdateInfoKHR;\n",[1874],{"type":10,"tag":151,"props":1875,"children":1876},{"__ignoreMap":148},[1877,1893,1900,1915,1927],{"type":10,"tag":155,"props":1878,"children":1879},{"class":157,"line":158},[1880,1884,1888],{"type":10,"tag":155,"props":1881,"children":1882},{"style":162},[1883],{"type":15,"value":165},{"type":10,"tag":155,"props":1885,"children":1886},{"style":162},[1887],{"type":15,"value":170},{"type":10,"tag":155,"props":1889,"children":1890},{"style":173},[1891],{"type":15,"value":1892}," VkVideoSessionParametersUpdateInfoKHR {\n",{"type":10,"tag":155,"props":1894,"children":1895},{"class":157,"line":179},[1896],{"type":10,"tag":155,"props":1897,"children":1898},{"style":173},[1899],{"type":15,"value":411},{"type":10,"tag":155,"props":1901,"children":1902},{"class":157,"line":188},[1903,1907,1911],{"type":10,"tag":155,"props":1904,"children":1905},{"style":162},[1906],{"type":15,"value":194},{"type":10,"tag":155,"props":1908,"children":1909},{"style":162},[1910],{"type":15,"value":199},{"type":10,"tag":155,"props":1912,"children":1913},{"style":173},[1914],{"type":15,"value":427},{"type":10,"tag":155,"props":1916,"children":1917},{"class":157,"line":207},[1918,1922],{"type":10,"tag":155,"props":1919,"children":1920},{"style":162},[1921],{"type":15,"value":451},{"type":10,"tag":155,"props":1923,"children":1924},{"style":173},[1925],{"type":15,"value":1926}," updateSequenceCount;\n",{"type":10,"tag":155,"props":1928,"children":1929},{"class":157,"line":216},[1930],{"type":10,"tag":155,"props":1931,"children":1932},{"style":173},[1933],{"type":15,"value":1934},"} VkVideoSessionParametersUpdateInfoKHR;\n",{"type":10,"tag":11,"props":1936,"children":1937},{},[1938,1939,1945,1947,1953,1955,1961,1963,1968],{"type":15,"value":267},{"type":10,"tag":151,"props":1940,"children":1942},{"className":1941},[],[1943],{"type":15,"value":1944},"updateSequenceCount",{"type":15,"value":1946}," parameter is used to ensure that the video session parameters objects are updated in order. To support concurrent use of the stored immutable parameters while also allowing the video session parameters object to be extended with new parameters, each object maintains an ",{"type":10,"tag":1948,"props":1949,"children":1950},"em",{},[1951],{"type":15,"value":1952},"update sequence counter",{"type":15,"value":1954}," that is set to ",{"type":10,"tag":151,"props":1956,"children":1958},{"className":1957},[],[1959],{"type":15,"value":1960},"0",{"type":15,"value":1962}," at object creation time and has to be incremented by each subsequent update operation by specifying an ",{"type":10,"tag":151,"props":1964,"children":1966},{"className":1965},[],[1967],{"type":15,"value":1944},{"type":15,"value":1969}," that equals the current update sequence counter of the object plus one.",{"type":10,"tag":11,"props":1971,"children":1972},{},[1973],{"type":15,"value":1974},"Some codecs permit updating previously supplied parameters. As the parameters stored in the video session parameters objects are immutable, if a parameter update is necessary, the application has the following options:",{"type":10,"tag":29,"props":1976,"children":1977},{},[1978,1983],{"type":10,"tag":33,"props":1979,"children":1980},{},[1981],{"type":15,"value":1982},"Cache the set of parameters on the application side and create a new video session parameters object adding all the parameters with appropriate changes, as necessary; or",{"type":10,"tag":33,"props":1984,"children":1985},{},[1986],{"type":15,"value":1987},"Create a new video session parameters object providing only the updated parameters and the previously used object as the template, which ensures that parameters not specified at creation time will be copied unmodified from the template object.",{"type":10,"tag":11,"props":1989,"children":1990},{},[1991],{"type":15,"value":1992},"Another case when a new video session parameters object may need to be created is when the capacity of the current object is exhausted. Each video session parameters object is created with a specific capacity, hence if that capacity later turns out to be insufficient, a new object with a larger capacity should be created, typically using the old one as a template.",{"type":10,"tag":11,"props":1994,"children":1995},{},[1996],{"type":15,"value":1997},"The application has to track the capacity and the keys of currently stored parameters for each video session parameters object in order to be able to determine when a new object needs to be created due to a change to an existing parameter or due to exceeding the capacity of the existing object.",{"type":10,"tag":11,"props":1999,"children":2000},{},[2001],{"type":15,"value":2002},"During command buffer recording, it is the responsibility of the application to provide the video session parameters object containing the necessary parameters for processing the portion of the video stream in question.",{"type":10,"tag":11,"props":2004,"children":2005},{},[2006,2008,2013],{"type":15,"value":2007},"The expected usage model for video session parameters object is a single-producer-multiple-consumer one. Typically a single thread processing the video stream is expected to update the corresponding parameters object, or create new ones when necessary, while at the same time any thread can record video coding operations into command buffers referring to parameters previously added to the object. If, for some reason, the application wants to update a given video session parameters object from multiple threads, it is responsible to provide appropriate mutual exclusion so that no two threads update the same object concurrently, and that the used ",{"type":10,"tag":151,"props":2009,"children":2011},{"className":2010},[],[2012],{"type":15,"value":1944},{"type":15,"value":2014}," values are sequentially increasing.",{"type":10,"tag":11,"props":2016,"children":2017},{},[2018],{"type":15,"value":2019},"Once a video session parameters object is no longer needed (and is no longer used by any pending command buffers), it can be destroyed with the following new command:",{"type":10,"tag":143,"props":2021,"children":2023},{"className":145,"code":2022,"language":147,"meta":148,"style":148},"VKAPI_ATTR void VKAPI_CALL vkDestroyVideoSessionParametersKHR(\n VkDevice device,\n VkVideoSessionParametersKHR videoSessionParameters,\n const VkAllocationCallbacks* pAllocator);\n",[2024],{"type":10,"tag":151,"props":2025,"children":2026},{"__ignoreMap":148},[2027,2051,2066,2081],{"type":10,"tag":155,"props":2028,"children":2029},{"class":157,"line":158},[2030,2034,2038,2042,2047],{"type":10,"tag":155,"props":2031,"children":2032},{"style":173},[2033],{"type":15,"value":1477},{"type":10,"tag":155,"props":2035,"children":2036},{"style":162},[2037],{"type":15,"value":1482},{"type":10,"tag":155,"props":2039,"children":2040},{"style":173},[2041],{"type":15,"value":1487},{"type":10,"tag":155,"props":2043,"children":2044},{"style":658},[2045],{"type":15,"value":2046},"vkDestroyVideoSessionParametersKHR",{"type":10,"tag":155,"props":2048,"children":2049},{"style":173},[2050],{"type":15,"value":666},{"type":10,"tag":155,"props":2052,"children":2053},{"class":157,"line":179},[2054,2058,2062],{"type":10,"tag":155,"props":2055,"children":2056},{"style":173},[2057],{"type":15,"value":674},{"type":10,"tag":155,"props":2059,"children":2060},{"style":677},[2061],{"type":15,"value":680},{"type":10,"tag":155,"props":2063,"children":2064},{"style":173},[2065],{"type":15,"value":685},{"type":10,"tag":155,"props":2067,"children":2068},{"class":157,"line":188},[2069,2073,2077],{"type":10,"tag":155,"props":2070,"children":2071},{"style":173},[2072],{"type":15,"value":1830},{"type":10,"tag":155,"props":2074,"children":2075},{"style":677},[2076],{"type":15,"value":1835},{"type":10,"tag":155,"props":2078,"children":2079},{"style":173},[2080],{"type":15,"value":685},{"type":10,"tag":155,"props":2082,"children":2083},{"class":157,"line":207},[2084,2088,2092,2096,2100],{"type":10,"tag":155,"props":2085,"children":2086},{"style":162},[2087],{"type":15,"value":194},{"type":10,"tag":155,"props":2089,"children":2090},{"style":173},[2091],{"type":15,"value":723},{"type":10,"tag":155,"props":2093,"children":2094},{"style":162},[2095],{"type":15,"value":702},{"type":10,"tag":155,"props":2097,"children":2098},{"style":677},[2099],{"type":15,"value":732},{"type":10,"tag":155,"props":2101,"children":2102},{"style":173},[2103],{"type":15,"value":758},{"type":10,"tag":11,"props":2105,"children":2106},{},[2107],{"type":15,"value":2108},"This extension does not define any parameter types. Instead, layered codec-specific extensions define those. Some codecs may not need parameters at all, in which case no video session parameters objects need to be created or managed.",{"type":10,"tag":115,"props":2110,"children":2112},{"id":2111},"_command_buffer_commands",[2113],{"type":15,"value":2114},"Command Buffer Commands",{"type":10,"tag":11,"props":2116,"children":2117},{},[2118],{"type":15,"value":2119},"This extension does not introduce any specific video coding operations, however, it does introduce new commands that can be recorded into video-capable command buffers (created from command pools that target queue families with video capabilities).",{"type":10,"tag":11,"props":2121,"children":2122},{},[2123,2125,2130],{"type":15,"value":2124},"Applications can record video coding operations into such a command buffer only within a ",{"type":10,"tag":1948,"props":2126,"children":2127},{},[2128],{"type":15,"value":2129},"video coding scope",{"type":15,"value":2131},". The following new command begins such a video coding scope within the command buffer:",{"type":10,"tag":143,"props":2133,"children":2135},{"className":145,"code":2134,"language":147,"meta":148,"style":148},"VKAPI_ATTR void VKAPI_CALL vkCmdBeginVideoCodingKHR(\n VkCommandBuffer commandBuffer,\n const VkVideoBeginCodingInfoKHR* pBeginInfo);\n",[2136],{"type":10,"tag":151,"props":2137,"children":2138},{"__ignoreMap":148},[2139,2163,2180],{"type":10,"tag":155,"props":2140,"children":2141},{"class":157,"line":158},[2142,2146,2150,2154,2159],{"type":10,"tag":155,"props":2143,"children":2144},{"style":173},[2145],{"type":15,"value":1477},{"type":10,"tag":155,"props":2147,"children":2148},{"style":162},[2149],{"type":15,"value":1482},{"type":10,"tag":155,"props":2151,"children":2152},{"style":173},[2153],{"type":15,"value":1487},{"type":10,"tag":155,"props":2155,"children":2156},{"style":658},[2157],{"type":15,"value":2158},"vkCmdBeginVideoCodingKHR",{"type":10,"tag":155,"props":2160,"children":2161},{"style":173},[2162],{"type":15,"value":666},{"type":10,"tag":155,"props":2164,"children":2165},{"class":157,"line":179},[2166,2171,2176],{"type":10,"tag":155,"props":2167,"children":2168},{"style":173},[2169],{"type":15,"value":2170}," VkCommandBuffer ",{"type":10,"tag":155,"props":2172,"children":2173},{"style":677},[2174],{"type":15,"value":2175},"commandBuffer",{"type":10,"tag":155,"props":2177,"children":2178},{"style":173},[2179],{"type":15,"value":685},{"type":10,"tag":155,"props":2181,"children":2182},{"class":157,"line":188},[2183,2187,2192,2196,2201],{"type":10,"tag":155,"props":2184,"children":2185},{"style":162},[2186],{"type":15,"value":194},{"type":10,"tag":155,"props":2188,"children":2189},{"style":173},[2190],{"type":15,"value":2191}," VkVideoBeginCodingInfoKHR",{"type":10,"tag":155,"props":2193,"children":2194},{"style":162},[2195],{"type":15,"value":702},{"type":10,"tag":155,"props":2197,"children":2198},{"style":677},[2199],{"type":15,"value":2200}," pBeginInfo",{"type":10,"tag":155,"props":2202,"children":2203},{"style":173},[2204],{"type":15,"value":758},{"type":10,"tag":11,"props":2206,"children":2207},{},[2208],{"type":15,"value":2209},"This command takes the following parameters:",{"type":10,"tag":143,"props":2211,"children":2213},{"className":145,"code":2212,"language":147,"meta":148,"style":148},"typedef struct VkVideoBeginCodingInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkVideoBeginCodingFlagsKHR flags;\n VkVideoSessionKHR videoSession;\n VkVideoSessionParametersKHR videoSessionParameters;\n uint32_t referenceSlotCount;\n const VkVideoReferenceSlotInfoKHR* pReferenceSlots;\n} VkVideoBeginCodingInfoKHR;\n",[2214],{"type":10,"tag":151,"props":2215,"children":2216},{"__ignoreMap":148},[2217,2233,2241,2257,2265,2273,2281,2293,2314],{"type":10,"tag":155,"props":2218,"children":2219},{"class":157,"line":158},[2220,2224,2228],{"type":10,"tag":155,"props":2221,"children":2222},{"style":162},[2223],{"type":15,"value":165},{"type":10,"tag":155,"props":2225,"children":2226},{"style":162},[2227],{"type":15,"value":170},{"type":10,"tag":155,"props":2229,"children":2230},{"style":173},[2231],{"type":15,"value":2232}," VkVideoBeginCodingInfoKHR {\n",{"type":10,"tag":155,"props":2234,"children":2235},{"class":157,"line":179},[2236],{"type":10,"tag":155,"props":2237,"children":2238},{"style":173},[2239],{"type":15,"value":2240}," VkStructureType sType;\n",{"type":10,"tag":155,"props":2242,"children":2243},{"class":157,"line":188},[2244,2248,2252],{"type":10,"tag":155,"props":2245,"children":2246},{"style":162},[2247],{"type":15,"value":194},{"type":10,"tag":155,"props":2249,"children":2250},{"style":162},[2251],{"type":15,"value":199},{"type":10,"tag":155,"props":2253,"children":2254},{"style":173},[2255],{"type":15,"value":2256}," pNext;\n",{"type":10,"tag":155,"props":2258,"children":2259},{"class":157,"line":207},[2260],{"type":10,"tag":155,"props":2261,"children":2262},{"style":173},[2263],{"type":15,"value":2264}," VkVideoBeginCodingFlagsKHR flags;\n",{"type":10,"tag":155,"props":2266,"children":2267},{"class":157,"line":216},[2268],{"type":10,"tag":155,"props":2269,"children":2270},{"style":173},[2271],{"type":15,"value":2272}," VkVideoSessionKHR videoSession;\n",{"type":10,"tag":155,"props":2274,"children":2275},{"class":157,"line":225},[2276],{"type":10,"tag":155,"props":2277,"children":2278},{"style":173},[2279],{"type":15,"value":2280}," VkVideoSessionParametersKHR videoSessionParameters;\n",{"type":10,"tag":155,"props":2282,"children":2283},{"class":157,"line":234},[2284,2288],{"type":10,"tag":155,"props":2285,"children":2286},{"style":162},[2287],{"type":15,"value":451},{"type":10,"tag":155,"props":2289,"children":2290},{"style":173},[2291],{"type":15,"value":2292}," referenceSlotCount;\n",{"type":10,"tag":155,"props":2294,"children":2295},{"class":157,"line":243},[2296,2300,2305,2309],{"type":10,"tag":155,"props":2297,"children":2298},{"style":162},[2299],{"type":15,"value":194},{"type":10,"tag":155,"props":2301,"children":2302},{"style":173},[2303],{"type":15,"value":2304}," VkVideoReferenceSlotInfoKHR",{"type":10,"tag":155,"props":2306,"children":2307},{"style":162},[2308],{"type":15,"value":702},{"type":10,"tag":155,"props":2310,"children":2311},{"style":173},[2312],{"type":15,"value":2313}," pReferenceSlots;\n",{"type":10,"tag":155,"props":2315,"children":2316},{"class":157,"line":870},[2317],{"type":10,"tag":155,"props":2318,"children":2319},{"style":173},[2320],{"type":15,"value":2321},"} VkVideoBeginCodingInfoKHR;\n",{"type":10,"tag":11,"props":2323,"children":2324},{},[2325,2327,2332],{"type":15,"value":2326},"The mandatory ",{"type":10,"tag":151,"props":2328,"children":2330},{"className":2329},[],[2331],{"type":15,"value":1122},{"type":15,"value":2333}," parameter specifies the video session object used to process the video coding operations within the video coding scope. As the video session object is a stateful object providing the device state context needed to perform video coding operations, portions of a video stream can be processed across multiple video coding scopes and multiple command buffers using the same video session object. It is typical, for example, to submit a single command buffer with a single video coding scope encapsulating a single video coding operation (let that be a video decode or encode operation) that performs the decompression or compression of a single video frame produced or consumed by other Vulkan commands.",{"type":10,"tag":11,"props":2335,"children":2336},{},[2337,2342],{"type":10,"tag":151,"props":2338,"children":2340},{"className":2339},[],[2341],{"type":15,"value":1835},{"type":15,"value":2343}," provides the optional parameters object to use with the video coding operations, depending on whether one is needed according to the codec-specific requirements.",{"type":10,"tag":11,"props":2345,"children":2346},{},[2347],{"type":15,"value":2348},"This command binds the specified video session and (if present) video session parameters objects to the command buffer for the duration of the video coding scope.",{"type":10,"tag":11,"props":2350,"children":2351},{},[2352],{"type":15,"value":2353},"In addition, the application can provide a list of reference picture resources, with initial information about which DPB slots they may be currently associated with. This information is provided through an array of the following new structure:",{"type":10,"tag":143,"props":2355,"children":2357},{"className":145,"code":2356,"language":147,"meta":148,"style":148},"typedef struct VkVideoReferenceSlotInfoKHR {\n VkStructureType sType;\n const void* pNext;\n int32_t slotIndex;\n const VkVideoPictureResourceInfoKHR* pPictureResource;\n} VkVideoReferenceSlotInfoKHR;\n",[2358],{"type":10,"tag":151,"props":2359,"children":2360},{"__ignoreMap":148},[2361,2377,2385,2401,2414,2435],{"type":10,"tag":155,"props":2362,"children":2363},{"class":157,"line":158},[2364,2368,2372],{"type":10,"tag":155,"props":2365,"children":2366},{"style":162},[2367],{"type":15,"value":165},{"type":10,"tag":155,"props":2369,"children":2370},{"style":162},[2371],{"type":15,"value":170},{"type":10,"tag":155,"props":2373,"children":2374},{"style":173},[2375],{"type":15,"value":2376}," VkVideoReferenceSlotInfoKHR {\n",{"type":10,"tag":155,"props":2378,"children":2379},{"class":157,"line":179},[2380],{"type":10,"tag":155,"props":2381,"children":2382},{"style":173},[2383],{"type":15,"value":2384}," VkStructureType sType;\n",{"type":10,"tag":155,"props":2386,"children":2387},{"class":157,"line":188},[2388,2392,2396],{"type":10,"tag":155,"props":2389,"children":2390},{"style":162},[2391],{"type":15,"value":194},{"type":10,"tag":155,"props":2393,"children":2394},{"style":162},[2395],{"type":15,"value":199},{"type":10,"tag":155,"props":2397,"children":2398},{"style":173},[2399],{"type":15,"value":2400}," pNext;\n",{"type":10,"tag":155,"props":2402,"children":2403},{"class":157,"line":207},[2404,2409],{"type":10,"tag":155,"props":2405,"children":2406},{"style":162},[2407],{"type":15,"value":2408}," int32_t",{"type":10,"tag":155,"props":2410,"children":2411},{"style":173},[2412],{"type":15,"value":2413}," slotIndex;\n",{"type":10,"tag":155,"props":2415,"children":2416},{"class":157,"line":216},[2417,2421,2426,2430],{"type":10,"tag":155,"props":2418,"children":2419},{"style":162},[2420],{"type":15,"value":194},{"type":10,"tag":155,"props":2422,"children":2423},{"style":173},[2424],{"type":15,"value":2425}," VkVideoPictureResourceInfoKHR",{"type":10,"tag":155,"props":2427,"children":2428},{"style":162},[2429],{"type":15,"value":702},{"type":10,"tag":155,"props":2431,"children":2432},{"style":173},[2433],{"type":15,"value":2434}," pPictureResource;\n",{"type":10,"tag":155,"props":2436,"children":2437},{"class":157,"line":225},[2438],{"type":10,"tag":155,"props":2439,"children":2440},{"style":173},[2441],{"type":15,"value":2442},"} VkVideoReferenceSlotInfoKHR;\n",{"type":10,"tag":11,"props":2444,"children":2445},{},[2446,2448,2454],{"type":15,"value":2447},"The list of video picture resources provided here is needed because the ",{"type":10,"tag":151,"props":2449,"children":2451},{"className":2450},[],[2452],{"type":15,"value":2453},"vkCmdBeginVideoScopeKHR",{"type":15,"value":2455}," command also acts as a resource binding command, as the provided list defines the set of resources that can be used as reconstructed or reference pictures by video coding operations within the video coding scope.",{"type":10,"tag":11,"props":2457,"children":2458},{},[2459,2461,2467],{"type":15,"value":2460},"The DPB slot association information needs to be provided because it is the application’s responsibility to maintain the association between DPB slot indices and corresponding video picture resources. If a video picture resource is not currently associated with any DPB slot, but it is planned to be associated with one within this video coding scope (e.g. by using it as the target of picture reconstruction), then it has to be included in the list with a negative ",{"type":10,"tag":151,"props":2462,"children":2464},{"className":2463},[],[2465],{"type":15,"value":2466},"slotIndex",{"type":15,"value":2468}," value, indicating that it is a bound reference picture resource, but one that is not currently associated with any DPB slot.",{"type":10,"tag":11,"props":2470,"children":2471},{},[2472,2473,2478,2480,2485,2487,2493],{"type":15,"value":267},{"type":10,"tag":151,"props":2474,"children":2476},{"className":2475},[],[2477],{"type":15,"value":2158},{"type":15,"value":2479}," command also allows the application to deactivate previously activated DPB slots. This can be done by passing the index of the DPB slot to deactivate in ",{"type":10,"tag":151,"props":2481,"children":2483},{"className":2482},[],[2484],{"type":15,"value":2466},{"type":15,"value":2486}," but not specifying any associated picture resource(",{"type":10,"tag":151,"props":2488,"children":2490},{"className":2489},[],[2491],{"type":15,"value":2492},"pPictureResource = NULL",{"type":15,"value":2494},"). Deactivating the DPB slot removes all associated reference pictures which allows the application to e.g. reuse or deallocate the corresponding memory resources.",{"type":10,"tag":11,"props":2496,"children":2497},{},[2498],{"type":15,"value":2499},"The associations between these bound video picture resources and DPB slots can also change during the course of the video coding scope in response to video coding operations.",{"type":10,"tag":11,"props":2501,"children":2502},{},[2503],{"type":15,"value":2504},"Control and state changing operations can be issued within a video coding scope with the following new command:",{"type":10,"tag":143,"props":2506,"children":2508},{"className":145,"code":2507,"language":147,"meta":148,"style":148},"VKAPI_ATTR void VKAPI_CALL vkCmdControlVideoCodingKHR(\n VkCommandBuffer commandBuffer,\n const VkVideoCodingControlInfoKHR* pCodingControlInfo);\n",[2509],{"type":10,"tag":151,"props":2510,"children":2511},{"__ignoreMap":148},[2512,2536,2551],{"type":10,"tag":155,"props":2513,"children":2514},{"class":157,"line":158},[2515,2519,2523,2527,2532],{"type":10,"tag":155,"props":2516,"children":2517},{"style":173},[2518],{"type":15,"value":1477},{"type":10,"tag":155,"props":2520,"children":2521},{"style":162},[2522],{"type":15,"value":1482},{"type":10,"tag":155,"props":2524,"children":2525},{"style":173},[2526],{"type":15,"value":1487},{"type":10,"tag":155,"props":2528,"children":2529},{"style":658},[2530],{"type":15,"value":2531},"vkCmdControlVideoCodingKHR",{"type":10,"tag":155,"props":2533,"children":2534},{"style":173},[2535],{"type":15,"value":666},{"type":10,"tag":155,"props":2537,"children":2538},{"class":157,"line":179},[2539,2543,2547],{"type":10,"tag":155,"props":2540,"children":2541},{"style":173},[2542],{"type":15,"value":2170},{"type":10,"tag":155,"props":2544,"children":2545},{"style":677},[2546],{"type":15,"value":2175},{"type":10,"tag":155,"props":2548,"children":2549},{"style":173},[2550],{"type":15,"value":685},{"type":10,"tag":155,"props":2552,"children":2553},{"class":157,"line":188},[2554,2558,2563,2567,2572],{"type":10,"tag":155,"props":2555,"children":2556},{"style":162},[2557],{"type":15,"value":194},{"type":10,"tag":155,"props":2559,"children":2560},{"style":173},[2561],{"type":15,"value":2562}," VkVideoCodingControlInfoKHR",{"type":10,"tag":155,"props":2564,"children":2565},{"style":162},[2566],{"type":15,"value":702},{"type":10,"tag":155,"props":2568,"children":2569},{"style":677},[2570],{"type":15,"value":2571}," pCodingControlInfo",{"type":10,"tag":155,"props":2573,"children":2574},{"style":173},[2575],{"type":15,"value":758},{"type":10,"tag":11,"props":2577,"children":2578},{},[2579,2581,2587,2589,2594],{"type":15,"value":2580},"This extension introduces only a single control flag called ",{"type":10,"tag":151,"props":2582,"children":2584},{"className":2583},[],[2585],{"type":15,"value":2586},"VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR",{"type":15,"value":2588}," that is used to initialize the video session object. Before being able to record actual video coding operations against a bound video session object, it has to be initialized (reset) using this command by including the ",{"type":10,"tag":151,"props":2590,"children":2592},{"className":2591},[],[2593],{"type":15,"value":2586},{"type":15,"value":2595}," flag. The reset operation also returns all DPB slots of the video session to the inactive state and removes any DPB slot index associations.",{"type":10,"tag":11,"props":2597,"children":2598},{},[2599],{"type":15,"value":2600},"After processing a video stream using a video session, the reset operation can also be used to return the video session back to the initial state. This enables reusing a single video session object to process different, independent video sequences.",{"type":10,"tag":11,"props":2602,"children":2603},{},[2604],{"type":15,"value":2605},"A video coding scope can be ended with the following new command:",{"type":10,"tag":143,"props":2607,"children":2609},{"className":145,"code":2608,"language":147,"meta":148,"style":148},"VKAPI_ATTR void VKAPI_CALL vkCmdEndVideoCodingKHR(\n VkCommandBuffer commandBuffer,\n const VkVideoEndCodingInfoKHR* pEndCodingInfo);\n",[2610],{"type":10,"tag":151,"props":2611,"children":2612},{"__ignoreMap":148},[2613,2637,2652],{"type":10,"tag":155,"props":2614,"children":2615},{"class":157,"line":158},[2616,2620,2624,2628,2633],{"type":10,"tag":155,"props":2617,"children":2618},{"style":173},[2619],{"type":15,"value":1477},{"type":10,"tag":155,"props":2621,"children":2622},{"style":162},[2623],{"type":15,"value":1482},{"type":10,"tag":155,"props":2625,"children":2626},{"style":173},[2627],{"type":15,"value":1487},{"type":10,"tag":155,"props":2629,"children":2630},{"style":658},[2631],{"type":15,"value":2632},"vkCmdEndVideoCodingKHR",{"type":10,"tag":155,"props":2634,"children":2635},{"style":173},[2636],{"type":15,"value":666},{"type":10,"tag":155,"props":2638,"children":2639},{"class":157,"line":179},[2640,2644,2648],{"type":10,"tag":155,"props":2641,"children":2642},{"style":173},[2643],{"type":15,"value":2170},{"type":10,"tag":155,"props":2645,"children":2646},{"style":677},[2647],{"type":15,"value":2175},{"type":10,"tag":155,"props":2649,"children":2650},{"style":173},[2651],{"type":15,"value":685},{"type":10,"tag":155,"props":2653,"children":2654},{"class":157,"line":188},[2655,2659,2664,2668,2673],{"type":10,"tag":155,"props":2656,"children":2657},{"style":162},[2658],{"type":15,"value":194},{"type":10,"tag":155,"props":2660,"children":2661},{"style":173},[2662],{"type":15,"value":2663}," VkVideoEndCodingInfoKHR",{"type":10,"tag":155,"props":2665,"children":2666},{"style":162},[2667],{"type":15,"value":702},{"type":10,"tag":155,"props":2669,"children":2670},{"style":677},[2671],{"type":15,"value":2672}," pEndCodingInfo",{"type":10,"tag":155,"props":2674,"children":2675},{"style":173},[2676],{"type":15,"value":758},{"type":10,"tag":115,"props":2678,"children":2680},{"id":2679},"_status_queries",[2681],{"type":15,"value":2682},"Status Queries",{"type":10,"tag":11,"props":2684,"children":2685},{},[2686],{"type":15,"value":2687},"Compressing and decompressing video content is a non-trivial process that involves complex codec-specific semantics and requirements. Accordingly, it is possible for a video coding operation to fail when processing input content that is not conformant to the rules defined by the used video compression standard, thus determining whether a particular video coding operation completed successfully can only happen at runtime.",{"type":10,"tag":11,"props":2689,"children":2690},{},[2691,2693,2699],{"type":15,"value":2692},"In order to facilitate this, this extension also introduces a new ",{"type":10,"tag":151,"props":2694,"children":2696},{"className":2695},[],[2697],{"type":15,"value":2698},"VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR",{"type":15,"value":2700}," query type that enables getting feedback about the status of operations. Support for this new query type can be queried for each queue family index through the following new output structure:",{"type":10,"tag":143,"props":2702,"children":2704},{"className":145,"code":2703,"language":147,"meta":148,"style":148},"typedef struct VkQueueFamilyQueryResultStatusPropertiesKHR {\n VkStructureType sType;\n void* pNext;\n VkBool32 queryResultStatusSupport;\n} VkQueueFamilyQueryResultStatusPropertiesKHR;\n",[2705],{"type":10,"tag":151,"props":2706,"children":2707},{"__ignoreMap":148},[2708,2724,2731,2743,2751],{"type":10,"tag":155,"props":2709,"children":2710},{"class":157,"line":158},[2711,2715,2719],{"type":10,"tag":155,"props":2712,"children":2713},{"style":162},[2714],{"type":15,"value":165},{"type":10,"tag":155,"props":2716,"children":2717},{"style":162},[2718],{"type":15,"value":170},{"type":10,"tag":155,"props":2720,"children":2721},{"style":173},[2722],{"type":15,"value":2723}," VkQueueFamilyQueryResultStatusPropertiesKHR {\n",{"type":10,"tag":155,"props":2725,"children":2726},{"class":157,"line":179},[2727],{"type":10,"tag":155,"props":2728,"children":2729},{"style":173},[2730],{"type":15,"value":411},{"type":10,"tag":155,"props":2732,"children":2733},{"class":157,"line":188},[2734,2738],{"type":10,"tag":155,"props":2735,"children":2736},{"style":162},[2737],{"type":15,"value":335},{"type":10,"tag":155,"props":2739,"children":2740},{"style":173},[2741],{"type":15,"value":2742}," pNext;\n",{"type":10,"tag":155,"props":2744,"children":2745},{"class":157,"line":207},[2746],{"type":10,"tag":155,"props":2747,"children":2748},{"style":173},[2749],{"type":15,"value":2750}," VkBool32 queryResultStatusSupport;\n",{"type":10,"tag":155,"props":2752,"children":2753},{"class":157,"line":216},[2754],{"type":10,"tag":155,"props":2755,"children":2756},{"style":173},[2757],{"type":15,"value":2758},"} VkQueueFamilyQueryResultStatusPropertiesKHR;\n",{"type":10,"tag":11,"props":2760,"children":2761},{},[2762,2764,2770,2771,2777,2779,2784,2785,2790],{"type":15,"value":2763},"Queries also work slightly differently within a video coding scope due to the special behavior of video coding operations. Instead of a query being bound to the scope determined by the corresponding ",{"type":10,"tag":151,"props":2765,"children":2767},{"className":2766},[],[2768],{"type":15,"value":2769},"vkCmdBeginQuery",{"type":15,"value":521},{"type":10,"tag":151,"props":2772,"children":2774},{"className":2773},[],[2775],{"type":15,"value":2776},"vkCmdEndQuery",{"type":15,"value":2778}," calls, in case of video coding each video coding operation consumes its own query slot. Thus if a command issues multiple video coding operations, then those may consume multiple subsequent query slots within the query pool. However, as no new commands are introduced by this extension to start queries with multiple activatable query slots, currently only a single video coding operation is allowed between a ",{"type":10,"tag":151,"props":2780,"children":2782},{"className":2781},[],[2783],{"type":15,"value":2769},{"type":15,"value":521},{"type":10,"tag":151,"props":2786,"children":2788},{"className":2787},[],[2789],{"type":15,"value":2776},{"type":15,"value":2791}," call.",{"type":10,"tag":11,"props":2793,"children":2794},{},[2795],{"type":15,"value":2796},"An unsuccessfully completed video coding operation may also have an effect on subsequently executed video coding operations against the same video session. In particular, if a video coding operation requests the setup (activation) of a DPB slot with a reference picture and that video coding operation completes unsuccessfully, then the corresponding DPB slot will end up having an invalid picture reference. This will cause subsequent video coding operations using reference pictures associated with that DPB slot to produce unexpected results, and may even cause such dependent video coding operations themselves to complete unsuccessfully in response to the invalid input data.",{"type":10,"tag":11,"props":2798,"children":2799},{},[2800],{"type":15,"value":2801},"Thus applications have to make sure that they use queries to determine the completion status of video coding operations in order to be able to detect if outputs may contain undefined data and potentially drop those, depending on the particular use case.",{"type":10,"tag":11,"props":2803,"children":2804},{},[2805,2807,2812,2814,2820],{"type":15,"value":2806},"The mechanisms introduced by the new query type are designed to be generic. While video coding scopes only allow using ",{"type":10,"tag":151,"props":2808,"children":2810},{"className":2809},[],[2811],{"type":15,"value":2698},{"type":15,"value":2813}," queries (at least without layered extensions introducing further video-compatible query types), the new ",{"type":10,"tag":151,"props":2815,"children":2817},{"className":2816},[],[2818],{"type":15,"value":2819},"VK_QUERY_RESULT_WITH_STATUS_BIT_KHR",{"type":15,"value":2821}," bit can also be used with other query types, replacing the traditional boolean availability information with an enumeration based status value:",{"type":10,"tag":143,"props":2823,"children":2825},{"className":145,"code":2824,"language":147,"meta":148,"style":148},"typedef enum VkQueryResultStatusKHR {\n VK_QUERY_RESULT_STATUS_ERROR_KHR = -1,\n VK_QUERY_RESULT_STATUS_NOT_READY_KHR = 0,\n VK_QUERY_RESULT_STATUS_COMPLETE_KHR = 1,\n VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR = 0x7FFFFFFF\n} VkQueryResultStatusKHR;\n",[2826],{"type":10,"tag":151,"props":2827,"children":2828},{"__ignoreMap":148},[2829,2846,2874,2895,2916,2938],{"type":10,"tag":155,"props":2830,"children":2831},{"class":157,"line":158},[2832,2836,2841],{"type":10,"tag":155,"props":2833,"children":2834},{"style":162},[2835],{"type":15,"value":165},{"type":10,"tag":155,"props":2837,"children":2838},{"style":162},[2839],{"type":15,"value":2840}," enum",{"type":10,"tag":155,"props":2842,"children":2843},{"style":173},[2844],{"type":15,"value":2845}," VkQueryResultStatusKHR {\n",{"type":10,"tag":155,"props":2847,"children":2848},{"class":157,"line":179},[2849,2854,2859,2864,2870],{"type":10,"tag":155,"props":2850,"children":2851},{"style":173},[2852],{"type":15,"value":2853}," VK_QUERY_RESULT_STATUS_ERROR_KHR ",{"type":10,"tag":155,"props":2855,"children":2856},{"style":162},[2857],{"type":15,"value":2858},"=",{"type":10,"tag":155,"props":2860,"children":2861},{"style":162},[2862],{"type":15,"value":2863}," -",{"type":10,"tag":155,"props":2865,"children":2867},{"style":2866},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[2868],{"type":15,"value":2869},"1",{"type":10,"tag":155,"props":2871,"children":2872},{"style":173},[2873],{"type":15,"value":685},{"type":10,"tag":155,"props":2875,"children":2876},{"class":157,"line":188},[2877,2882,2886,2891],{"type":10,"tag":155,"props":2878,"children":2879},{"style":173},[2880],{"type":15,"value":2881}," VK_QUERY_RESULT_STATUS_NOT_READY_KHR ",{"type":10,"tag":155,"props":2883,"children":2884},{"style":162},[2885],{"type":15,"value":2858},{"type":10,"tag":155,"props":2887,"children":2888},{"style":2866},[2889],{"type":15,"value":2890}," 0",{"type":10,"tag":155,"props":2892,"children":2893},{"style":173},[2894],{"type":15,"value":685},{"type":10,"tag":155,"props":2896,"children":2897},{"class":157,"line":207},[2898,2903,2907,2912],{"type":10,"tag":155,"props":2899,"children":2900},{"style":173},[2901],{"type":15,"value":2902}," VK_QUERY_RESULT_STATUS_COMPLETE_KHR ",{"type":10,"tag":155,"props":2904,"children":2905},{"style":162},[2906],{"type":15,"value":2858},{"type":10,"tag":155,"props":2908,"children":2909},{"style":2866},[2910],{"type":15,"value":2911}," 1",{"type":10,"tag":155,"props":2913,"children":2914},{"style":173},[2915],{"type":15,"value":685},{"type":10,"tag":155,"props":2917,"children":2918},{"class":157,"line":216},[2919,2924,2928,2933],{"type":10,"tag":155,"props":2920,"children":2921},{"style":173},[2922],{"type":15,"value":2923}," VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR ",{"type":10,"tag":155,"props":2925,"children":2926},{"style":162},[2927],{"type":15,"value":2858},{"type":10,"tag":155,"props":2929,"children":2930},{"style":162},[2931],{"type":15,"value":2932}," 0x",{"type":10,"tag":155,"props":2934,"children":2935},{"style":2866},[2936],{"type":15,"value":2937},"7FFFFFFF\n",{"type":10,"tag":155,"props":2939,"children":2940},{"class":157,"line":225},[2941],{"type":10,"tag":155,"props":2942,"children":2943},{"style":173},[2944],{"type":15,"value":2945},"} VkQueryResultStatusKHR;\n",{"type":10,"tag":11,"props":2947,"children":2948},{},[2949],{"type":15,"value":2950},"In general, when retrieving the result status of a query, negative values indicate some sort of failure (unsuccessful completion of operations) and positive values indicate success.",{"type":10,"tag":115,"props":2952,"children":2954},{"id":2953},"_device_memory_management",[2955],{"type":15,"value":2956},"Device Memory Management",{"type":10,"tag":11,"props":2958,"children":2959},{},[2960],{"type":15,"value":2961},"In this extension the application has complete control over how and when system resources are used. This extension provides the following tools to enable optimal usage of device and host memory resources:",{"type":10,"tag":29,"props":2963,"children":2964},{},[2965,2970,2975,2980],{"type":10,"tag":33,"props":2966,"children":2967},{},[2968],{"type":15,"value":2969},"The application can manage the number of allocated output and input pictures, and can dynamically grow or shrink the DPB holding the reference pictures, based on the changing video content requirements.",{"type":10,"tag":33,"props":2971,"children":2972},{},[2973],{"type":15,"value":2974},"Individual video picture resources can be shared across different contexts, e.g. reference pictures can be shared between video decoding and encoding workloads, and the output of a video decode operation can be used as an input to a video encode operation.",{"type":10,"tag":33,"props":2976,"children":2977},{},[2978],{"type":15,"value":2979},"The images backing the video picture resources can also be used in other non-video-related operations, e.g. video decode operations may directly output to presentable swapchain images, or to images that can be subsequently sampled by graphics operations, subject to appropriate implementation capabilities.",{"type":10,"tag":33,"props":2981,"children":2982},{},[2983],{"type":15,"value":2984},"The application can also use sparse memory bindings for the images backing the video picture resources. The use of sparse memory bindings allows the application to unbind the device memory backing of the images when the corresponding DPB slot is not in active use.",{"type":10,"tag":11,"props":2986,"children":2987},{},[2988],{"type":15,"value":2989},"These general Vulkan capabilities enable this extension to provide seamless and efficient integration across different types of workloads in a \"zero-copy\" fashion and minimal synchronization overhead.",{"type":10,"tag":115,"props":2991,"children":2993},{"id":2992},"_resource_creation",[2994],{"type":15,"value":2995},"Resource Creation",{"type":10,"tag":11,"props":2997,"children":2998},{},[2999],{"type":15,"value":3000},"This extension stores video picture resources in image objects. As the device memory requirements of video picture resources may be specific to the video profile used, when creating images with any video-specific usage the application has to provide information about the video profiles the image will be used with. As a single image may be reused across video sessions using different video profiles (e.g. to use the decoded output picture as an input picture to subsequent encode operations), the following new structure is introduced to provide a list of video profiles:",{"type":10,"tag":143,"props":3002,"children":3004},{"className":145,"code":3003,"language":147,"meta":148,"style":148},"typedef struct VkVideoProfileListInfoKHR {\n VkStructureType sType;\n const void* pNext;\n uint32_t profileCount;\n const VkVideoProfileInfoKHR* pProfiles;\n} VkVideoProfileListInfoKHR;\n",[3005],{"type":10,"tag":151,"props":3006,"children":3007},{"__ignoreMap":148},[3008,3024,3031,3046,3058,3078],{"type":10,"tag":155,"props":3009,"children":3010},{"class":157,"line":158},[3011,3015,3019],{"type":10,"tag":155,"props":3012,"children":3013},{"style":162},[3014],{"type":15,"value":165},{"type":10,"tag":155,"props":3016,"children":3017},{"style":162},[3018],{"type":15,"value":170},{"type":10,"tag":155,"props":3020,"children":3021},{"style":173},[3022],{"type":15,"value":3023}," VkVideoProfileListInfoKHR {\n",{"type":10,"tag":155,"props":3025,"children":3026},{"class":157,"line":179},[3027],{"type":10,"tag":155,"props":3028,"children":3029},{"style":173},[3030],{"type":15,"value":794},{"type":10,"tag":155,"props":3032,"children":3033},{"class":157,"line":188},[3034,3038,3042],{"type":10,"tag":155,"props":3035,"children":3036},{"style":162},[3037],{"type":15,"value":194},{"type":10,"tag":155,"props":3039,"children":3040},{"style":162},[3041],{"type":15,"value":199},{"type":10,"tag":155,"props":3043,"children":3044},{"style":173},[3045],{"type":15,"value":810},{"type":10,"tag":155,"props":3047,"children":3048},{"class":157,"line":207},[3049,3053],{"type":10,"tag":155,"props":3050,"children":3051},{"style":162},[3052],{"type":15,"value":451},{"type":10,"tag":155,"props":3054,"children":3055},{"style":173},[3056],{"type":15,"value":3057}," profileCount;\n",{"type":10,"tag":155,"props":3059,"children":3060},{"class":157,"line":216},[3061,3065,3069,3073],{"type":10,"tag":155,"props":3062,"children":3063},{"style":162},[3064],{"type":15,"value":194},{"type":10,"tag":155,"props":3066,"children":3067},{"style":173},[3068],{"type":15,"value":842},{"type":10,"tag":155,"props":3070,"children":3071},{"style":162},[3072],{"type":15,"value":702},{"type":10,"tag":155,"props":3074,"children":3075},{"style":173},[3076],{"type":15,"value":3077}," pProfiles;\n",{"type":10,"tag":155,"props":3079,"children":3080},{"class":157,"line":225},[3081],{"type":10,"tag":155,"props":3082,"children":3083},{"style":173},[3084],{"type":15,"value":3085},"} VkVideoProfileListInfoKHR;\n",{"type":10,"tag":11,"props":3087,"children":3088},{},[3089],{"type":15,"value":3090},"As multiple profiles are expected to be specified only in video transcoding use cases, the list can include at most one video decode profile and one or more video encode profiles.",{"type":10,"tag":11,"props":3092,"children":3093},{},[3094,3096,3101,3103,3109,3111,3117],{"type":15,"value":3095},"When an instance of this structure is included in the ",{"type":10,"tag":151,"props":3097,"children":3099},{"className":3098},[],[3100],{"type":15,"value":260},{"type":15,"value":3102}," chain of ",{"type":10,"tag":151,"props":3104,"children":3106},{"className":3105},[],[3107],{"type":15,"value":3108},"VkImageCreateInfo",{"type":15,"value":3110}," to a ",{"type":10,"tag":151,"props":3112,"children":3114},{"className":3113},[],[3115],{"type":15,"value":3116},"vkCreateImage",{"type":15,"value":3118}," call, the created image will be usable in video coding operations recorded against video sessions using any of the specified video profiles.",{"type":10,"tag":11,"props":3120,"children":3121},{},[3122,3124,3129,3130,3136,3138,3144],{"type":15,"value":3123},"Similarly, buffers used as the backing store for video bitstreams have to be created with the ",{"type":10,"tag":151,"props":3125,"children":3127},{"className":3126},[],[3128],{"type":15,"value":260},{"type":15,"value":3102},{"type":10,"tag":151,"props":3131,"children":3133},{"className":3132},[],[3134],{"type":15,"value":3135},"VkBufferCreateInfo",{"type":15,"value":3137}," including a profile list structure when calling ",{"type":10,"tag":151,"props":3139,"children":3141},{"className":3140},[],[3142],{"type":15,"value":3143},"vkCreateBuffer",{"type":15,"value":3145}," in order to make the resulting buffer compatible with video sessions using any of the specified video profiles.",{"type":10,"tag":11,"props":3147,"children":3148},{},[3149,3151,3156,3158,3164,3166,3171,3172,3178,3180,3185,3187,3193],{"type":15,"value":3150},"Query pools are also video-profile-specific. In particular, in order to create a ",{"type":10,"tag":151,"props":3152,"children":3154},{"className":3153},[],[3155],{"type":15,"value":2698},{"type":15,"value":3157}," query pool compatible with a particular video profile, the application has to include an instance of the ",{"type":10,"tag":151,"props":3159,"children":3161},{"className":3160},[],[3162],{"type":15,"value":3163},"VkVideoProfileInfoKHR",{"type":15,"value":3165}," structure in the ",{"type":10,"tag":151,"props":3167,"children":3169},{"className":3168},[],[3170],{"type":15,"value":260},{"type":15,"value":3102},{"type":10,"tag":151,"props":3173,"children":3175},{"className":3174},[],[3176],{"type":15,"value":3177},"VkQueryPoolCreateInfo",{"type":15,"value":3179},". Unlike buffers and images, query pools are not reusable across video sessions using different video profiles, hence the used structure is ",{"type":10,"tag":151,"props":3181,"children":3183},{"className":3182},[],[3184],{"type":15,"value":3163},{"type":15,"value":3186}," instead of ",{"type":10,"tag":151,"props":3188,"children":3190},{"className":3189},[],[3191],{"type":15,"value":3192},"VkVideoProfileListInfoKHR",{"type":15,"value":3194},".",{"type":10,"tag":115,"props":3196,"children":3198},{"id":3197},"_protected_content_support",[3199],{"type":15,"value":3200},"Protected Content Support",{"type":10,"tag":11,"props":3202,"children":3203},{},[3204,3206,3212],{"type":15,"value":3205},"This extension also enables support of video coding operations using protected content. Whether a particular implementation supports coding protected content is indicated by the ",{"type":10,"tag":151,"props":3207,"children":3209},{"className":3208},[],[3210],{"type":15,"value":3211},"VK_VIDEO_CAPABILITY_PROTECTED_CONTENT_BIT_KHR",{"type":15,"value":3213}," capability flag.",{"type":10,"tag":11,"props":3215,"children":3216},{},[3217],{"type":15,"value":3218},"Just like in all other Vulkan operations using protected content, the resources participating in those must either all be protected or unprotected. This applies to the command buffer (and the command pool it is allocated from), to the queue the command buffer is submitted to, to the buffers and images used within those command buffers, as well as to the video session objects used for video coding.",{"type":10,"tag":11,"props":3220,"children":3221},{},[3222,3224,3229,3231,3237],{"type":15,"value":3223},"If the ",{"type":10,"tag":151,"props":3225,"children":3227},{"className":3226},[],[3228],{"type":15,"value":3211},{"type":15,"value":3230}," capability flag is supported, the application can create protected-capable video sessions using the ",{"type":10,"tag":151,"props":3232,"children":3234},{"className":3233},[],[3235],{"type":15,"value":3236},"VK_VIDEO_SESSION_CREATE_PROTECTED_CONTENT_BIT_KHR",{"type":15,"value":3238}," flag.",{"type":10,"tag":115,"props":3240,"children":3242},{"id":3241},"_capabilities",[3243],{"type":15,"value":3244},"Capabilities",{"type":10,"tag":11,"props":3246,"children":3247},{},[3248],{"type":15,"value":3249},"The generic capabilities of the implementation for a given video profile can be queried using the following new command:",{"type":10,"tag":143,"props":3251,"children":3253},{"className":145,"code":3252,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceVideoCapabilitiesKHR(\n VkPhysicalDevice physicalDevice,\n const VkVideoProfileInfoKHR* pVideoProfile,\n VkVideoCapabilitiesKHR* pCapabilities);\n",[3254],{"type":10,"tag":151,"props":3255,"children":3256},{"__ignoreMap":148},[3257,3273,3290,3314],{"type":10,"tag":155,"props":3258,"children":3259},{"class":157,"line":158},[3260,3264,3269],{"type":10,"tag":155,"props":3261,"children":3262},{"style":173},[3263],{"type":15,"value":655},{"type":10,"tag":155,"props":3265,"children":3266},{"style":658},[3267],{"type":15,"value":3268},"vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":10,"tag":155,"props":3270,"children":3271},{"style":173},[3272],{"type":15,"value":666},{"type":10,"tag":155,"props":3274,"children":3275},{"class":157,"line":179},[3276,3281,3286],{"type":10,"tag":155,"props":3277,"children":3278},{"style":173},[3279],{"type":15,"value":3280}," VkPhysicalDevice ",{"type":10,"tag":155,"props":3282,"children":3283},{"style":677},[3284],{"type":15,"value":3285},"physicalDevice",{"type":10,"tag":155,"props":3287,"children":3288},{"style":173},[3289],{"type":15,"value":685},{"type":10,"tag":155,"props":3291,"children":3292},{"class":157,"line":188},[3293,3297,3301,3305,3310],{"type":10,"tag":155,"props":3294,"children":3295},{"style":162},[3296],{"type":15,"value":194},{"type":10,"tag":155,"props":3298,"children":3299},{"style":173},[3300],{"type":15,"value":842},{"type":10,"tag":155,"props":3302,"children":3303},{"style":162},[3304],{"type":15,"value":702},{"type":10,"tag":155,"props":3306,"children":3307},{"style":677},[3308],{"type":15,"value":3309}," pVideoProfile",{"type":10,"tag":155,"props":3311,"children":3312},{"style":173},[3313],{"type":15,"value":685},{"type":10,"tag":155,"props":3315,"children":3316},{"class":157,"line":207},[3317,3322,3326,3331],{"type":10,"tag":155,"props":3318,"children":3319},{"style":173},[3320],{"type":15,"value":3321}," VkVideoCapabilitiesKHR",{"type":10,"tag":155,"props":3323,"children":3324},{"style":162},[3325],{"type":15,"value":702},{"type":10,"tag":155,"props":3327,"children":3328},{"style":677},[3329],{"type":15,"value":3330}," pCapabilities",{"type":10,"tag":155,"props":3332,"children":3333},{"style":173},[3334],{"type":15,"value":758},{"type":10,"tag":11,"props":3336,"children":3337},{},[3338],{"type":15,"value":3339},"The output structure contains only common capabilities that are relevant for all video profiles:",{"type":10,"tag":143,"props":3341,"children":3343},{"className":145,"code":3342,"language":147,"meta":148,"style":148},"typedef struct VkVideoCapabilitiesKHR {\n VkStructureType sType;\n void* pNext;\n VkVideoCapabilityFlagsKHR flags;\n VkDeviceSize minBitstreamBufferOffsetAlignment;\n VkDeviceSize minBitstreamBufferSizeAlignment;\n VkExtent2D pictureAccessGranularity;\n VkExtent2D minCodedExtent;\n VkExtent2D maxCodedExtent;\n uint32_t maxDpbSlots;\n uint32_t maxActiveReferencePictures;\n VkExtensionProperties stdHeaderVersion;\n} VkVideoCapabilitiesKHR;\n",[3344],{"type":10,"tag":151,"props":3345,"children":3346},{"__ignoreMap":148},[3347,3363,3371,3383,3391,3399,3407,3415,3423,3431,3443,3455,3463],{"type":10,"tag":155,"props":3348,"children":3349},{"class":157,"line":158},[3350,3354,3358],{"type":10,"tag":155,"props":3351,"children":3352},{"style":162},[3353],{"type":15,"value":165},{"type":10,"tag":155,"props":3355,"children":3356},{"style":162},[3357],{"type":15,"value":170},{"type":10,"tag":155,"props":3359,"children":3360},{"style":173},[3361],{"type":15,"value":3362}," VkVideoCapabilitiesKHR {\n",{"type":10,"tag":155,"props":3364,"children":3365},{"class":157,"line":179},[3366],{"type":10,"tag":155,"props":3367,"children":3368},{"style":173},[3369],{"type":15,"value":3370}," VkStructureType sType;\n",{"type":10,"tag":155,"props":3372,"children":3373},{"class":157,"line":188},[3374,3378],{"type":10,"tag":155,"props":3375,"children":3376},{"style":162},[3377],{"type":15,"value":335},{"type":10,"tag":155,"props":3379,"children":3380},{"style":173},[3381],{"type":15,"value":3382}," pNext;\n",{"type":10,"tag":155,"props":3384,"children":3385},{"class":157,"line":207},[3386],{"type":10,"tag":155,"props":3387,"children":3388},{"style":173},[3389],{"type":15,"value":3390}," VkVideoCapabilityFlagsKHR flags;\n",{"type":10,"tag":155,"props":3392,"children":3393},{"class":157,"line":216},[3394],{"type":10,"tag":155,"props":3395,"children":3396},{"style":173},[3397],{"type":15,"value":3398}," VkDeviceSize minBitstreamBufferOffsetAlignment;\n",{"type":10,"tag":155,"props":3400,"children":3401},{"class":157,"line":225},[3402],{"type":10,"tag":155,"props":3403,"children":3404},{"style":173},[3405],{"type":15,"value":3406}," VkDeviceSize minBitstreamBufferSizeAlignment;\n",{"type":10,"tag":155,"props":3408,"children":3409},{"class":157,"line":234},[3410],{"type":10,"tag":155,"props":3411,"children":3412},{"style":173},[3413],{"type":15,"value":3414}," VkExtent2D pictureAccessGranularity;\n",{"type":10,"tag":155,"props":3416,"children":3417},{"class":157,"line":243},[3418],{"type":10,"tag":155,"props":3419,"children":3420},{"style":173},[3421],{"type":15,"value":3422}," VkExtent2D minCodedExtent;\n",{"type":10,"tag":155,"props":3424,"children":3425},{"class":157,"line":870},[3426],{"type":10,"tag":155,"props":3427,"children":3428},{"style":173},[3429],{"type":15,"value":3430}," VkExtent2D maxCodedExtent;\n",{"type":10,"tag":155,"props":3432,"children":3433},{"class":157,"line":879},[3434,3438],{"type":10,"tag":155,"props":3435,"children":3436},{"style":162},[3437],{"type":15,"value":451},{"type":10,"tag":155,"props":3439,"children":3440},{"style":173},[3441],{"type":15,"value":3442}," maxDpbSlots;\n",{"type":10,"tag":155,"props":3444,"children":3445},{"class":157,"line":892},[3446,3450],{"type":10,"tag":155,"props":3447,"children":3448},{"style":162},[3449],{"type":15,"value":451},{"type":10,"tag":155,"props":3451,"children":3452},{"style":173},[3453],{"type":15,"value":3454}," maxActiveReferencePictures;\n",{"type":10,"tag":155,"props":3456,"children":3457},{"class":157,"line":905},[3458],{"type":10,"tag":155,"props":3459,"children":3460},{"style":173},[3461],{"type":15,"value":3462}," VkExtensionProperties stdHeaderVersion;\n",{"type":10,"tag":155,"props":3464,"children":3465},{"class":157,"line":927},[3466],{"type":10,"tag":155,"props":3467,"children":3468},{"style":173},[3469],{"type":15,"value":3470},"} VkVideoCapabilitiesKHR;\n",{"type":10,"tag":11,"props":3472,"children":3473},{},[3474],{"type":15,"value":3475},"In particular, it contains information about the following:",{"type":10,"tag":29,"props":3477,"children":3478},{},[3479,3484,3489,3494,3499],{"type":10,"tag":33,"props":3480,"children":3481},{},[3482],{"type":15,"value":3483},"Buffer offset and (range) size requirements of the video bitstream buffer ranges",{"type":10,"tag":33,"props":3485,"children":3486},{},[3487],{"type":15,"value":3488},"Access granularity of video picture resources",{"type":10,"tag":33,"props":3490,"children":3491},{},[3492],{"type":15,"value":3493},"Minimum and maximum size of coded pictures",{"type":10,"tag":33,"props":3495,"children":3496},{},[3497],{"type":15,"value":3498},"Maximum number of DPB slots and active reference pictures",{"type":10,"tag":33,"props":3500,"children":3501},{},[3502],{"type":15,"value":3503},"Name and maximum supported version of the codec-specific video std headers",{"type":10,"tag":11,"props":3505,"children":3506},{},[3507],{"type":15,"value":3508},"While these capabilities are generic, each video profile may have its own set of capabilities. In addition, layered extensions will include additional capabilities specific to the type of video coding operation and video compression standard.",{"type":10,"tag":11,"props":3510,"children":3511},{},[3512],{"type":15,"value":3513},"The picture access granularity is something that the application has to particularly pay attention to. Video coding hardware can often access memory only at a particular granularity (block size) that may span multiple rows or columns of the picture data. This means that when a video coding operation writes data to a video picture resource it is possible that texels outside of the effective extents of the picture will also get modified. Writes to such padding texels will result in undefined texel values, thus the application has to make sure not to assume any particular values in these \"shoulder\" areas. This is especially important when the application chooses to reuse the same video picture resources to process video frames larger than the resource was previously used with. To avoid reading undefined values in such cases, applications should clear the image subresources used as video picture resources when the resolution of the video content changes, or otherwise ensure that these padding texels contain well-defined data (e.g. by writing to them) before being read from.",{"type":10,"tag":11,"props":3515,"children":3516},{},[3517],{"type":15,"value":3518},"Besides the global capabilities of a video profile, the set of image formats usable with video coding operations is also specific to each video profile. The following new query enables the application to enumerate the list and properties of the image formats supported by a given set of video profiles:",{"type":10,"tag":143,"props":3520,"children":3522},{"className":145,"code":3521,"language":147,"meta":148,"style":148},"VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceVideoFormatPropertiesKHR(\n VkPhysicalDevice physicalDevice,\n const VkPhysicalDeviceVideoFormatInfoKHR* pVideoFormatInfo,\n uint32_t* pVideoFormatPropertyCount,\n VkVideoFormatPropertiesKHR* pVideoFormatProperties);\n",[3523],{"type":10,"tag":151,"props":3524,"children":3525},{"__ignoreMap":148},[3526,3542,3557,3582,3598],{"type":10,"tag":155,"props":3527,"children":3528},{"class":157,"line":158},[3529,3533,3538],{"type":10,"tag":155,"props":3530,"children":3531},{"style":173},[3532],{"type":15,"value":655},{"type":10,"tag":155,"props":3534,"children":3535},{"style":658},[3536],{"type":15,"value":3537},"vkGetPhysicalDeviceVideoFormatPropertiesKHR",{"type":10,"tag":155,"props":3539,"children":3540},{"style":173},[3541],{"type":15,"value":666},{"type":10,"tag":155,"props":3543,"children":3544},{"class":157,"line":179},[3545,3549,3553],{"type":10,"tag":155,"props":3546,"children":3547},{"style":173},[3548],{"type":15,"value":3280},{"type":10,"tag":155,"props":3550,"children":3551},{"style":677},[3552],{"type":15,"value":3285},{"type":10,"tag":155,"props":3554,"children":3555},{"style":173},[3556],{"type":15,"value":685},{"type":10,"tag":155,"props":3558,"children":3559},{"class":157,"line":188},[3560,3564,3569,3573,3578],{"type":10,"tag":155,"props":3561,"children":3562},{"style":162},[3563],{"type":15,"value":194},{"type":10,"tag":155,"props":3565,"children":3566},{"style":173},[3567],{"type":15,"value":3568}," VkPhysicalDeviceVideoFormatInfoKHR",{"type":10,"tag":155,"props":3570,"children":3571},{"style":162},[3572],{"type":15,"value":702},{"type":10,"tag":155,"props":3574,"children":3575},{"style":677},[3576],{"type":15,"value":3577}," pVideoFormatInfo",{"type":10,"tag":155,"props":3579,"children":3580},{"style":173},[3581],{"type":15,"value":685},{"type":10,"tag":155,"props":3583,"children":3584},{"class":157,"line":207},[3585,3589,3594],{"type":10,"tag":155,"props":3586,"children":3587},{"style":162},[3588],{"type":15,"value":1134},{"type":10,"tag":155,"props":3590,"children":3591},{"style":677},[3592],{"type":15,"value":3593}," pVideoFormatPropertyCount",{"type":10,"tag":155,"props":3595,"children":3596},{"style":173},[3597],{"type":15,"value":685},{"type":10,"tag":155,"props":3599,"children":3600},{"class":157,"line":216},[3601,3606,3610,3615],{"type":10,"tag":155,"props":3602,"children":3603},{"style":173},[3604],{"type":15,"value":3605}," VkVideoFormatPropertiesKHR",{"type":10,"tag":155,"props":3607,"children":3608},{"style":162},[3609],{"type":15,"value":702},{"type":10,"tag":155,"props":3611,"children":3612},{"style":677},[3613],{"type":15,"value":3614}," pVideoFormatProperties",{"type":10,"tag":155,"props":3616,"children":3617},{"style":173},[3618],{"type":15,"value":758},{"type":10,"tag":11,"props":3620,"children":3621},{},[3622,3624,3629,3631,3636],{"type":15,"value":3623},"The input to this query includes the needed image usage flags, which typically include some video-specific usage flags, and the list of video profiles provided through a ",{"type":10,"tag":151,"props":3625,"children":3627},{"className":3626},[],[3628],{"type":15,"value":3192},{"type":15,"value":3630}," structure included in the ",{"type":10,"tag":151,"props":3632,"children":3634},{"className":3633},[],[3635],{"type":15,"value":260},{"type":15,"value":3637}," of the following new structure:",{"type":10,"tag":143,"props":3639,"children":3641},{"className":145,"code":3640,"language":147,"meta":148,"style":148},"typedef struct VkPhysicalDeviceVideoFormatInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkImageUsageFlags imageUsage;\n} VkPhysicalDeviceVideoFormatInfoKHR;\n",[3642],{"type":10,"tag":151,"props":3643,"children":3644},{"__ignoreMap":148},[3645,3661,3669,3685,3693],{"type":10,"tag":155,"props":3646,"children":3647},{"class":157,"line":158},[3648,3652,3656],{"type":10,"tag":155,"props":3649,"children":3650},{"style":162},[3651],{"type":15,"value":165},{"type":10,"tag":155,"props":3653,"children":3654},{"style":162},[3655],{"type":15,"value":170},{"type":10,"tag":155,"props":3657,"children":3658},{"style":173},[3659],{"type":15,"value":3660}," VkPhysicalDeviceVideoFormatInfoKHR {\n",{"type":10,"tag":155,"props":3662,"children":3663},{"class":157,"line":179},[3664],{"type":10,"tag":155,"props":3665,"children":3666},{"style":173},[3667],{"type":15,"value":3668}," VkStructureType sType;\n",{"type":10,"tag":155,"props":3670,"children":3671},{"class":157,"line":188},[3672,3676,3680],{"type":10,"tag":155,"props":3673,"children":3674},{"style":162},[3675],{"type":15,"value":194},{"type":10,"tag":155,"props":3677,"children":3678},{"style":162},[3679],{"type":15,"value":199},{"type":10,"tag":155,"props":3681,"children":3682},{"style":173},[3683],{"type":15,"value":3684}," pNext;\n",{"type":10,"tag":155,"props":3686,"children":3687},{"class":157,"line":207},[3688],{"type":10,"tag":155,"props":3689,"children":3690},{"style":173},[3691],{"type":15,"value":3692}," VkImageUsageFlags imageUsage;\n",{"type":10,"tag":155,"props":3694,"children":3695},{"class":157,"line":216},[3696],{"type":10,"tag":155,"props":3697,"children":3698},{"style":173},[3699],{"type":15,"value":3700},"} VkPhysicalDeviceVideoFormatInfoKHR;\n",{"type":10,"tag":11,"props":3702,"children":3703},{},[3704],{"type":15,"value":3705},"The query returns the following new output structure:",{"type":10,"tag":143,"props":3707,"children":3709},{"className":145,"code":3708,"language":147,"meta":148,"style":148},"typedef struct VkVideoFormatPropertiesKHR {\n VkStructureType sType;\n void* pNext;\n VkFormat format;\n VkComponentMapping componentMapping;\n VkImageCreateFlags imageCreateFlags;\n VkImageType imageType;\n VkImageTiling imageTiling;\n VkImageUsageFlags imageUsageFlags;\n} VkVideoFormatPropertiesKHR;\n",[3710],{"type":10,"tag":151,"props":3711,"children":3712},{"__ignoreMap":148},[3713,3729,3737,3749,3757,3765,3773,3781,3789,3797],{"type":10,"tag":155,"props":3714,"children":3715},{"class":157,"line":158},[3716,3720,3724],{"type":10,"tag":155,"props":3717,"children":3718},{"style":162},[3719],{"type":15,"value":165},{"type":10,"tag":155,"props":3721,"children":3722},{"style":162},[3723],{"type":15,"value":170},{"type":10,"tag":155,"props":3725,"children":3726},{"style":173},[3727],{"type":15,"value":3728}," VkVideoFormatPropertiesKHR {\n",{"type":10,"tag":155,"props":3730,"children":3731},{"class":157,"line":179},[3732],{"type":10,"tag":155,"props":3733,"children":3734},{"style":173},[3735],{"type":15,"value":3736}," VkStructureType sType;\n",{"type":10,"tag":155,"props":3738,"children":3739},{"class":157,"line":188},[3740,3744],{"type":10,"tag":155,"props":3741,"children":3742},{"style":162},[3743],{"type":15,"value":335},{"type":10,"tag":155,"props":3745,"children":3746},{"style":173},[3747],{"type":15,"value":3748}," pNext;\n",{"type":10,"tag":155,"props":3750,"children":3751},{"class":157,"line":207},[3752],{"type":10,"tag":155,"props":3753,"children":3754},{"style":173},[3755],{"type":15,"value":3756}," VkFormat format;\n",{"type":10,"tag":155,"props":3758,"children":3759},{"class":157,"line":216},[3760],{"type":10,"tag":155,"props":3761,"children":3762},{"style":173},[3763],{"type":15,"value":3764}," VkComponentMapping componentMapping;\n",{"type":10,"tag":155,"props":3766,"children":3767},{"class":157,"line":225},[3768],{"type":10,"tag":155,"props":3769,"children":3770},{"style":173},[3771],{"type":15,"value":3772}," VkImageCreateFlags imageCreateFlags;\n",{"type":10,"tag":155,"props":3774,"children":3775},{"class":157,"line":234},[3776],{"type":10,"tag":155,"props":3777,"children":3778},{"style":173},[3779],{"type":15,"value":3780}," VkImageType imageType;\n",{"type":10,"tag":155,"props":3782,"children":3783},{"class":157,"line":243},[3784],{"type":10,"tag":155,"props":3785,"children":3786},{"style":173},[3787],{"type":15,"value":3788}," VkImageTiling imageTiling;\n",{"type":10,"tag":155,"props":3790,"children":3791},{"class":157,"line":870},[3792],{"type":10,"tag":155,"props":3793,"children":3794},{"style":173},[3795],{"type":15,"value":3796}," VkImageUsageFlags imageUsageFlags;\n",{"type":10,"tag":155,"props":3798,"children":3799},{"class":157,"line":879},[3800],{"type":10,"tag":155,"props":3801,"children":3802},{"style":173},[3803],{"type":15,"value":3804},"} VkVideoFormatPropertiesKHR;\n",{"type":10,"tag":11,"props":3806,"children":3807},{},[3808,3810,3816,3818,3824,3826,3831],{"type":15,"value":3809},"Alongside the format and the supported image creation values/flags, ",{"type":10,"tag":151,"props":3811,"children":3813},{"className":3812},[],[3814],{"type":15,"value":3815},"componentMapping",{"type":15,"value":3817}," indicates how the video coding operations interpret the individual components of video picture resources using this format. For example, if the implementation produces video decode output with the ",{"type":10,"tag":151,"props":3819,"children":3821},{"className":3820},[],[3822],{"type":15,"value":3823},"VK_FORMAT_G8_B8R8_2PLANE_420_UNORM",{"type":15,"value":3825}," format where the blue and red chrominance channels are swapped then ",{"type":10,"tag":151,"props":3827,"children":3829},{"className":3828},[],[3830],{"type":15,"value":3815},{"type":15,"value":3832}," will have the following values:",{"type":10,"tag":143,"props":3834,"children":3836},{"className":145,"code":3835,"language":147,"meta":148,"style":148},"components.r = VK_COMPONENT_SWIZZLE_B; // Cb component\ncomponents.g = VK_COMPONENT_SWIZZLE_IDENTITY; // Y component\ncomponents.b = VK_COMPONENT_SWIZZLE_R; // Cr component\ncomponents.a = VK_COMPONENT_SWIZZLE_IDENTITY; // unused, defaults to 1.0\n",[3837],{"type":10,"tag":151,"props":3838,"children":3839},{"__ignoreMap":148},[3840,3863,3885,3907],{"type":10,"tag":155,"props":3841,"children":3842},{"class":157,"line":158},[3843,3848,3852,3857],{"type":10,"tag":155,"props":3844,"children":3845},{"style":173},[3846],{"type":15,"value":3847},"components.r ",{"type":10,"tag":155,"props":3849,"children":3850},{"style":162},[3851],{"type":15,"value":2858},{"type":10,"tag":155,"props":3853,"children":3854},{"style":173},[3855],{"type":15,"value":3856}," VK_COMPONENT_SWIZZLE_B;",{"type":10,"tag":155,"props":3858,"children":3860},{"style":3859},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[3861],{"type":15,"value":3862}," // Cb component\n",{"type":10,"tag":155,"props":3864,"children":3865},{"class":157,"line":179},[3866,3871,3875,3880],{"type":10,"tag":155,"props":3867,"children":3868},{"style":173},[3869],{"type":15,"value":3870},"components.g ",{"type":10,"tag":155,"props":3872,"children":3873},{"style":162},[3874],{"type":15,"value":2858},{"type":10,"tag":155,"props":3876,"children":3877},{"style":173},[3878],{"type":15,"value":3879}," VK_COMPONENT_SWIZZLE_IDENTITY;",{"type":10,"tag":155,"props":3881,"children":3882},{"style":3859},[3883],{"type":15,"value":3884}," // Y component\n",{"type":10,"tag":155,"props":3886,"children":3887},{"class":157,"line":188},[3888,3893,3897,3902],{"type":10,"tag":155,"props":3889,"children":3890},{"style":173},[3891],{"type":15,"value":3892},"components.b ",{"type":10,"tag":155,"props":3894,"children":3895},{"style":162},[3896],{"type":15,"value":2858},{"type":10,"tag":155,"props":3898,"children":3899},{"style":173},[3900],{"type":15,"value":3901}," VK_COMPONENT_SWIZZLE_R;",{"type":10,"tag":155,"props":3903,"children":3904},{"style":3859},[3905],{"type":15,"value":3906}," // Cr component\n",{"type":10,"tag":155,"props":3908,"children":3909},{"class":157,"line":207},[3910,3915,3919,3923],{"type":10,"tag":155,"props":3911,"children":3912},{"style":173},[3913],{"type":15,"value":3914},"components.a ",{"type":10,"tag":155,"props":3916,"children":3917},{"style":162},[3918],{"type":15,"value":2858},{"type":10,"tag":155,"props":3920,"children":3921},{"style":173},[3922],{"type":15,"value":3879},{"type":10,"tag":155,"props":3924,"children":3925},{"style":3859},[3926],{"type":15,"value":3927}," // unused, defaults to 1.0\n",{"type":10,"tag":11,"props":3929,"children":3930},{},[3931,3933,3939],{"type":15,"value":3932},"The query may return multiple ",{"type":10,"tag":151,"props":3934,"children":3936},{"className":3935},[],[3937],{"type":15,"value":3938},"VkVideoFormatPropertiesKHR",{"type":15,"value":3940}," entries with the same format, but otherwise different values for other members (e.g. with different image type or image tiling). In addition, a different set of entries may be returned depending on the input image usage flags specified, even for the same set of video profiles, for example, based on whether input, output, or DPB usage is requested.",{"type":10,"tag":11,"props":3942,"children":3943},{},[3944],{"type":15,"value":3945},"The application can select the parameters from a returned entry and use compatible parameters when creating images to be used as video picture resources with any of the video profiles provided in the input list.",{"type":10,"tag":17,"props":3947,"children":3949},{"id":3948},"_examples",[3950],{"type":15,"value":3951},"Examples",{"type":10,"tag":115,"props":3953,"children":3955},{"id":3954},"_select_queue_family_with_support_for_a_given_video_codec_operation_and_result_status_queries",[3956],{"type":15,"value":3957},"Select queue family with support for a given video codec operation and result status queries",{"type":10,"tag":143,"props":3959,"children":3961},{"className":145,"code":3960,"language":147,"meta":148,"style":148},"VkVideoCodecOperationFlagBitsKHR neededVideoCodecOp = ...\nuint32_t queueFamilyIndex;\nuint32_t queueFamilyCount;\n\nvkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyCount, NULL);\n\nVkQueueFamilyProperties2* props = calloc(queueFamilyCount,\n sizeof(VkQueueFamilyProperties2));\nVkQueueFamilyVideoPropertiesKHR* videoProps = calloc(queueFamilyCount,\n sizeof(VkQueueFamilyVideoPropertiesKHR));\nVkQueueFamilyQueryResultStatusPropertiesKHR* queryResultStatusProps = calloc(queueFamilyCount,\n sizeof(VkQueueFamilyQueryResultStatusPropertiesKHR));\n\nfor (queueFamilyIndex = 0; queueFamilyIndex \u003C queueFamilyCount; ++queueFamilyIndex) {\n props[queueFamilyIndex].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2;\n props[queueFamilyIndex].pNext = &videoProps[queueFamilyIndex];\n\n videoProps[queueFamilyIndex].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR;\n videoProps[queueFamilyIndex].pNext = &queryResultStatusProps[queueFamilyIndex];\n\n queryResultStatusProps[queueFamilyIndex].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_QUERY_RESULT_STATUS_PROPERTIES_KHR;\n}\n\nvkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyCount, props);\n\nfor (queueFamilyIndex = 0; queueFamilyIndex \u003C queueFamilyCount; ++queueFamilyIndex) {\n if ((videoProps[queueFamilyIndex].videoCodecOperations & neededVideoCodecOp) != 0 &&\n (queryResultStatusProps[queueFamilyIndex].queryResultStatusSupport == VK_TRUE)) {\n break;\n }\n}\n\nif (queueFamilyIndex \u003C queueFamilyCount) {\n // Found appropriate queue family\n ...\n} else {\n // Did not find a queue family with the needed capabilities\n ...\n}\n",[3962],{"type":10,"tag":151,"props":3963,"children":3964},{"__ignoreMap":148},[3965,3982,3995,4007,4016,4053,4060,4091,4104,4133,4145,4174,4186,4193,4240,4263,4295,4303,4325,4354,4362,4384,4393,4401,4426,4434,4474,4520,4548,4562,4571,4579,4587,4609,4618,4627,4646,4655,4663],{"type":10,"tag":155,"props":3966,"children":3967},{"class":157,"line":158},[3968,3973,3977],{"type":10,"tag":155,"props":3969,"children":3970},{"style":173},[3971],{"type":15,"value":3972},"VkVideoCodecOperationFlagBitsKHR neededVideoCodecOp ",{"type":10,"tag":155,"props":3974,"children":3975},{"style":162},[3976],{"type":15,"value":2858},{"type":10,"tag":155,"props":3978,"children":3979},{"style":173},[3980],{"type":15,"value":3981}," ...\n",{"type":10,"tag":155,"props":3983,"children":3984},{"class":157,"line":179},[3985,3990],{"type":10,"tag":155,"props":3986,"children":3987},{"style":162},[3988],{"type":15,"value":3989},"uint32_t",{"type":10,"tag":155,"props":3991,"children":3992},{"style":173},[3993],{"type":15,"value":3994}," queueFamilyIndex;\n",{"type":10,"tag":155,"props":3996,"children":3997},{"class":157,"line":188},[3998,4002],{"type":10,"tag":155,"props":3999,"children":4000},{"style":162},[4001],{"type":15,"value":3989},{"type":10,"tag":155,"props":4003,"children":4004},{"style":173},[4005],{"type":15,"value":4006}," queueFamilyCount;\n",{"type":10,"tag":155,"props":4008,"children":4009},{"class":157,"line":207},[4010],{"type":10,"tag":155,"props":4011,"children":4013},{"emptyLinePlaceholder":4012},true,[4014],{"type":15,"value":4015},"\n",{"type":10,"tag":155,"props":4017,"children":4018},{"class":157,"line":216},[4019,4024,4029,4034,4039,4044,4049],{"type":10,"tag":155,"props":4020,"children":4021},{"style":658},[4022],{"type":15,"value":4023},"vkGetPhysicalDeviceQueueFamilyProperties2",{"type":10,"tag":155,"props":4025,"children":4026},{"style":173},[4027],{"type":15,"value":4028},"(physicalDevice, ",{"type":10,"tag":155,"props":4030,"children":4031},{"style":162},[4032],{"type":15,"value":4033},"&",{"type":10,"tag":155,"props":4035,"children":4036},{"style":677},[4037],{"type":15,"value":4038},"queueFamilyCount",{"type":10,"tag":155,"props":4040,"children":4041},{"style":173},[4042],{"type":15,"value":4043},", ",{"type":10,"tag":155,"props":4045,"children":4046},{"style":2866},[4047],{"type":15,"value":4048},"NULL",{"type":10,"tag":155,"props":4050,"children":4051},{"style":173},[4052],{"type":15,"value":758},{"type":10,"tag":155,"props":4054,"children":4055},{"class":157,"line":225},[4056],{"type":10,"tag":155,"props":4057,"children":4058},{"emptyLinePlaceholder":4012},[4059],{"type":15,"value":4015},{"type":10,"tag":155,"props":4061,"children":4062},{"class":157,"line":234},[4063,4068,4072,4077,4081,4086],{"type":10,"tag":155,"props":4064,"children":4065},{"style":173},[4066],{"type":15,"value":4067},"VkQueueFamilyProperties2",{"type":10,"tag":155,"props":4069,"children":4070},{"style":162},[4071],{"type":15,"value":702},{"type":10,"tag":155,"props":4073,"children":4074},{"style":173},[4075],{"type":15,"value":4076}," props ",{"type":10,"tag":155,"props":4078,"children":4079},{"style":162},[4080],{"type":15,"value":2858},{"type":10,"tag":155,"props":4082,"children":4083},{"style":658},[4084],{"type":15,"value":4085}," calloc",{"type":10,"tag":155,"props":4087,"children":4088},{"style":173},[4089],{"type":15,"value":4090},"(queueFamilyCount,\n",{"type":10,"tag":155,"props":4092,"children":4093},{"class":157,"line":243},[4094,4099],{"type":10,"tag":155,"props":4095,"children":4096},{"style":162},[4097],{"type":15,"value":4098}," sizeof",{"type":10,"tag":155,"props":4100,"children":4101},{"style":173},[4102],{"type":15,"value":4103},"(VkQueueFamilyProperties2));\n",{"type":10,"tag":155,"props":4105,"children":4106},{"class":157,"line":870},[4107,4112,4116,4121,4125,4129],{"type":10,"tag":155,"props":4108,"children":4109},{"style":173},[4110],{"type":15,"value":4111},"VkQueueFamilyVideoPropertiesKHR",{"type":10,"tag":155,"props":4113,"children":4114},{"style":162},[4115],{"type":15,"value":702},{"type":10,"tag":155,"props":4117,"children":4118},{"style":173},[4119],{"type":15,"value":4120}," videoProps ",{"type":10,"tag":155,"props":4122,"children":4123},{"style":162},[4124],{"type":15,"value":2858},{"type":10,"tag":155,"props":4126,"children":4127},{"style":658},[4128],{"type":15,"value":4085},{"type":10,"tag":155,"props":4130,"children":4131},{"style":173},[4132],{"type":15,"value":4090},{"type":10,"tag":155,"props":4134,"children":4135},{"class":157,"line":879},[4136,4140],{"type":10,"tag":155,"props":4137,"children":4138},{"style":162},[4139],{"type":15,"value":4098},{"type":10,"tag":155,"props":4141,"children":4142},{"style":173},[4143],{"type":15,"value":4144},"(VkQueueFamilyVideoPropertiesKHR));\n",{"type":10,"tag":155,"props":4146,"children":4147},{"class":157,"line":892},[4148,4153,4157,4162,4166,4170],{"type":10,"tag":155,"props":4149,"children":4150},{"style":173},[4151],{"type":15,"value":4152},"VkQueueFamilyQueryResultStatusPropertiesKHR",{"type":10,"tag":155,"props":4154,"children":4155},{"style":162},[4156],{"type":15,"value":702},{"type":10,"tag":155,"props":4158,"children":4159},{"style":173},[4160],{"type":15,"value":4161}," queryResultStatusProps ",{"type":10,"tag":155,"props":4163,"children":4164},{"style":162},[4165],{"type":15,"value":2858},{"type":10,"tag":155,"props":4167,"children":4168},{"style":658},[4169],{"type":15,"value":4085},{"type":10,"tag":155,"props":4171,"children":4172},{"style":173},[4173],{"type":15,"value":4090},{"type":10,"tag":155,"props":4175,"children":4176},{"class":157,"line":905},[4177,4181],{"type":10,"tag":155,"props":4178,"children":4179},{"style":162},[4180],{"type":15,"value":4098},{"type":10,"tag":155,"props":4182,"children":4183},{"style":173},[4184],{"type":15,"value":4185},"(VkQueueFamilyQueryResultStatusPropertiesKHR));\n",{"type":10,"tag":155,"props":4187,"children":4188},{"class":157,"line":927},[4189],{"type":10,"tag":155,"props":4190,"children":4191},{"emptyLinePlaceholder":4012},[4192],{"type":15,"value":4015},{"type":10,"tag":155,"props":4194,"children":4196},{"class":157,"line":4195},14,[4197,4202,4207,4211,4215,4220,4225,4230,4235],{"type":10,"tag":155,"props":4198,"children":4199},{"style":162},[4200],{"type":15,"value":4201},"for",{"type":10,"tag":155,"props":4203,"children":4204},{"style":173},[4205],{"type":15,"value":4206}," (queueFamilyIndex ",{"type":10,"tag":155,"props":4208,"children":4209},{"style":162},[4210],{"type":15,"value":2858},{"type":10,"tag":155,"props":4212,"children":4213},{"style":2866},[4214],{"type":15,"value":2890},{"type":10,"tag":155,"props":4216,"children":4217},{"style":173},[4218],{"type":15,"value":4219},"; queueFamilyIndex ",{"type":10,"tag":155,"props":4221,"children":4222},{"style":162},[4223],{"type":15,"value":4224},"\u003C",{"type":10,"tag":155,"props":4226,"children":4227},{"style":173},[4228],{"type":15,"value":4229}," queueFamilyCount; ",{"type":10,"tag":155,"props":4231,"children":4232},{"style":162},[4233],{"type":15,"value":4234},"++",{"type":10,"tag":155,"props":4236,"children":4237},{"style":173},[4238],{"type":15,"value":4239},"queueFamilyIndex) {\n",{"type":10,"tag":155,"props":4241,"children":4243},{"class":157,"line":4242},15,[4244,4249,4254,4258],{"type":10,"tag":155,"props":4245,"children":4246},{"style":677},[4247],{"type":15,"value":4248}," props",{"type":10,"tag":155,"props":4250,"children":4251},{"style":173},[4252],{"type":15,"value":4253},"[queueFamilyIndex].sType ",{"type":10,"tag":155,"props":4255,"children":4256},{"style":162},[4257],{"type":15,"value":2858},{"type":10,"tag":155,"props":4259,"children":4260},{"style":173},[4261],{"type":15,"value":4262}," VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2;\n",{"type":10,"tag":155,"props":4264,"children":4266},{"class":157,"line":4265},16,[4267,4271,4276,4280,4285,4290],{"type":10,"tag":155,"props":4268,"children":4269},{"style":677},[4270],{"type":15,"value":4248},{"type":10,"tag":155,"props":4272,"children":4273},{"style":173},[4274],{"type":15,"value":4275},"[queueFamilyIndex].pNext ",{"type":10,"tag":155,"props":4277,"children":4278},{"style":162},[4279],{"type":15,"value":2858},{"type":10,"tag":155,"props":4281,"children":4282},{"style":162},[4283],{"type":15,"value":4284}," &",{"type":10,"tag":155,"props":4286,"children":4287},{"style":677},[4288],{"type":15,"value":4289},"videoProps",{"type":10,"tag":155,"props":4291,"children":4292},{"style":173},[4293],{"type":15,"value":4294},"[queueFamilyIndex];\n",{"type":10,"tag":155,"props":4296,"children":4298},{"class":157,"line":4297},17,[4299],{"type":10,"tag":155,"props":4300,"children":4301},{"emptyLinePlaceholder":4012},[4302],{"type":15,"value":4015},{"type":10,"tag":155,"props":4304,"children":4306},{"class":157,"line":4305},18,[4307,4312,4316,4320],{"type":10,"tag":155,"props":4308,"children":4309},{"style":677},[4310],{"type":15,"value":4311}," videoProps",{"type":10,"tag":155,"props":4313,"children":4314},{"style":173},[4315],{"type":15,"value":4253},{"type":10,"tag":155,"props":4317,"children":4318},{"style":162},[4319],{"type":15,"value":2858},{"type":10,"tag":155,"props":4321,"children":4322},{"style":173},[4323],{"type":15,"value":4324}," VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR;\n",{"type":10,"tag":155,"props":4326,"children":4328},{"class":157,"line":4327},19,[4329,4333,4337,4341,4345,4350],{"type":10,"tag":155,"props":4330,"children":4331},{"style":677},[4332],{"type":15,"value":4311},{"type":10,"tag":155,"props":4334,"children":4335},{"style":173},[4336],{"type":15,"value":4275},{"type":10,"tag":155,"props":4338,"children":4339},{"style":162},[4340],{"type":15,"value":2858},{"type":10,"tag":155,"props":4342,"children":4343},{"style":162},[4344],{"type":15,"value":4284},{"type":10,"tag":155,"props":4346,"children":4347},{"style":677},[4348],{"type":15,"value":4349},"queryResultStatusProps",{"type":10,"tag":155,"props":4351,"children":4352},{"style":173},[4353],{"type":15,"value":4294},{"type":10,"tag":155,"props":4355,"children":4357},{"class":157,"line":4356},20,[4358],{"type":10,"tag":155,"props":4359,"children":4360},{"emptyLinePlaceholder":4012},[4361],{"type":15,"value":4015},{"type":10,"tag":155,"props":4363,"children":4365},{"class":157,"line":4364},21,[4366,4371,4375,4379],{"type":10,"tag":155,"props":4367,"children":4368},{"style":677},[4369],{"type":15,"value":4370}," queryResultStatusProps",{"type":10,"tag":155,"props":4372,"children":4373},{"style":173},[4374],{"type":15,"value":4253},{"type":10,"tag":155,"props":4376,"children":4377},{"style":162},[4378],{"type":15,"value":2858},{"type":10,"tag":155,"props":4380,"children":4381},{"style":173},[4382],{"type":15,"value":4383}," VK_STRUCTURE_TYPE_QUEUE_FAMILY_QUERY_RESULT_STATUS_PROPERTIES_KHR;\n",{"type":10,"tag":155,"props":4385,"children":4387},{"class":157,"line":4386},22,[4388],{"type":10,"tag":155,"props":4389,"children":4390},{"style":173},[4391],{"type":15,"value":4392},"}\n",{"type":10,"tag":155,"props":4394,"children":4396},{"class":157,"line":4395},23,[4397],{"type":10,"tag":155,"props":4398,"children":4399},{"emptyLinePlaceholder":4012},[4400],{"type":15,"value":4015},{"type":10,"tag":155,"props":4402,"children":4404},{"class":157,"line":4403},24,[4405,4409,4413,4417,4421],{"type":10,"tag":155,"props":4406,"children":4407},{"style":658},[4408],{"type":15,"value":4023},{"type":10,"tag":155,"props":4410,"children":4411},{"style":173},[4412],{"type":15,"value":4028},{"type":10,"tag":155,"props":4414,"children":4415},{"style":162},[4416],{"type":15,"value":4033},{"type":10,"tag":155,"props":4418,"children":4419},{"style":677},[4420],{"type":15,"value":4038},{"type":10,"tag":155,"props":4422,"children":4423},{"style":173},[4424],{"type":15,"value":4425},", props);\n",{"type":10,"tag":155,"props":4427,"children":4429},{"class":157,"line":4428},25,[4430],{"type":10,"tag":155,"props":4431,"children":4432},{"emptyLinePlaceholder":4012},[4433],{"type":15,"value":4015},{"type":10,"tag":155,"props":4435,"children":4437},{"class":157,"line":4436},26,[4438,4442,4446,4450,4454,4458,4462,4466,4470],{"type":10,"tag":155,"props":4439,"children":4440},{"style":162},[4441],{"type":15,"value":4201},{"type":10,"tag":155,"props":4443,"children":4444},{"style":173},[4445],{"type":15,"value":4206},{"type":10,"tag":155,"props":4447,"children":4448},{"style":162},[4449],{"type":15,"value":2858},{"type":10,"tag":155,"props":4451,"children":4452},{"style":2866},[4453],{"type":15,"value":2890},{"type":10,"tag":155,"props":4455,"children":4456},{"style":173},[4457],{"type":15,"value":4219},{"type":10,"tag":155,"props":4459,"children":4460},{"style":162},[4461],{"type":15,"value":4224},{"type":10,"tag":155,"props":4463,"children":4464},{"style":173},[4465],{"type":15,"value":4229},{"type":10,"tag":155,"props":4467,"children":4468},{"style":162},[4469],{"type":15,"value":4234},{"type":10,"tag":155,"props":4471,"children":4472},{"style":173},[4473],{"type":15,"value":4239},{"type":10,"tag":155,"props":4475,"children":4477},{"class":157,"line":4476},27,[4478,4483,4488,4492,4497,4501,4506,4511,4515],{"type":10,"tag":155,"props":4479,"children":4480},{"style":162},[4481],{"type":15,"value":4482}," if",{"type":10,"tag":155,"props":4484,"children":4485},{"style":173},[4486],{"type":15,"value":4487}," ((",{"type":10,"tag":155,"props":4489,"children":4490},{"style":677},[4491],{"type":15,"value":4289},{"type":10,"tag":155,"props":4493,"children":4494},{"style":173},[4495],{"type":15,"value":4496},"[queueFamilyIndex].videoCodecOperations ",{"type":10,"tag":155,"props":4498,"children":4499},{"style":162},[4500],{"type":15,"value":4033},{"type":10,"tag":155,"props":4502,"children":4503},{"style":173},[4504],{"type":15,"value":4505}," neededVideoCodecOp) ",{"type":10,"tag":155,"props":4507,"children":4508},{"style":162},[4509],{"type":15,"value":4510},"!=",{"type":10,"tag":155,"props":4512,"children":4513},{"style":2866},[4514],{"type":15,"value":2890},{"type":10,"tag":155,"props":4516,"children":4517},{"style":162},[4518],{"type":15,"value":4519}," &&\n",{"type":10,"tag":155,"props":4521,"children":4523},{"class":157,"line":4522},28,[4524,4529,4533,4538,4543],{"type":10,"tag":155,"props":4525,"children":4526},{"style":173},[4527],{"type":15,"value":4528}," (",{"type":10,"tag":155,"props":4530,"children":4531},{"style":677},[4532],{"type":15,"value":4349},{"type":10,"tag":155,"props":4534,"children":4535},{"style":173},[4536],{"type":15,"value":4537},"[queueFamilyIndex].queryResultStatusSupport ",{"type":10,"tag":155,"props":4539,"children":4540},{"style":162},[4541],{"type":15,"value":4542},"==",{"type":10,"tag":155,"props":4544,"children":4545},{"style":173},[4546],{"type":15,"value":4547}," VK_TRUE)) {\n",{"type":10,"tag":155,"props":4549,"children":4551},{"class":157,"line":4550},29,[4552,4557],{"type":10,"tag":155,"props":4553,"children":4554},{"style":162},[4555],{"type":15,"value":4556}," break",{"type":10,"tag":155,"props":4558,"children":4559},{"style":173},[4560],{"type":15,"value":4561},";\n",{"type":10,"tag":155,"props":4563,"children":4565},{"class":157,"line":4564},30,[4566],{"type":10,"tag":155,"props":4567,"children":4568},{"style":173},[4569],{"type":15,"value":4570}," }\n",{"type":10,"tag":155,"props":4572,"children":4574},{"class":157,"line":4573},31,[4575],{"type":10,"tag":155,"props":4576,"children":4577},{"style":173},[4578],{"type":15,"value":4392},{"type":10,"tag":155,"props":4580,"children":4582},{"class":157,"line":4581},32,[4583],{"type":10,"tag":155,"props":4584,"children":4585},{"emptyLinePlaceholder":4012},[4586],{"type":15,"value":4015},{"type":10,"tag":155,"props":4588,"children":4590},{"class":157,"line":4589},33,[4591,4596,4600,4604],{"type":10,"tag":155,"props":4592,"children":4593},{"style":162},[4594],{"type":15,"value":4595},"if",{"type":10,"tag":155,"props":4597,"children":4598},{"style":173},[4599],{"type":15,"value":4206},{"type":10,"tag":155,"props":4601,"children":4602},{"style":162},[4603],{"type":15,"value":4224},{"type":10,"tag":155,"props":4605,"children":4606},{"style":173},[4607],{"type":15,"value":4608}," queueFamilyCount) {\n",{"type":10,"tag":155,"props":4610,"children":4612},{"class":157,"line":4611},34,[4613],{"type":10,"tag":155,"props":4614,"children":4615},{"style":3859},[4616],{"type":15,"value":4617}," // Found appropriate queue family\n",{"type":10,"tag":155,"props":4619,"children":4621},{"class":157,"line":4620},35,[4622],{"type":10,"tag":155,"props":4623,"children":4624},{"style":173},[4625],{"type":15,"value":4626}," ...\n",{"type":10,"tag":155,"props":4628,"children":4630},{"class":157,"line":4629},36,[4631,4636,4641],{"type":10,"tag":155,"props":4632,"children":4633},{"style":173},[4634],{"type":15,"value":4635},"} ",{"type":10,"tag":155,"props":4637,"children":4638},{"style":162},[4639],{"type":15,"value":4640},"else",{"type":10,"tag":155,"props":4642,"children":4643},{"style":173},[4644],{"type":15,"value":4645}," {\n",{"type":10,"tag":155,"props":4647,"children":4649},{"class":157,"line":4648},37,[4650],{"type":10,"tag":155,"props":4651,"children":4652},{"style":3859},[4653],{"type":15,"value":4654}," // Did not find a queue family with the needed capabilities\n",{"type":10,"tag":155,"props":4656,"children":4658},{"class":157,"line":4657},38,[4659],{"type":10,"tag":155,"props":4660,"children":4661},{"style":173},[4662],{"type":15,"value":4626},{"type":10,"tag":155,"props":4664,"children":4666},{"class":157,"line":4665},39,[4667],{"type":10,"tag":155,"props":4668,"children":4669},{"style":173},[4670],{"type":15,"value":4392},{"type":10,"tag":115,"props":4672,"children":4674},{"id":4673},"_check_support_and_query_the_capabilities_for_a_video_profile",[4675],{"type":15,"value":4676},"Check support and query the capabilities for a video profile",{"type":10,"tag":143,"props":4678,"children":4680},{"className":145,"code":4679,"language":147,"meta":148,"style":148},"VkResult result;\n\nVkVideoProfileInfoKHR profileInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR,\n .pNext = ... // pointer to additional profile information structures specific to the codec and use case\n .videoCodecOperation = ... // used video codec operation\n .chromaSubsampling = VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR,\n .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,\n .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR\n};\n\nVkVideoCapabilitiesKHR capabilities = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR,\n .pNext = ... // pointer to additional capability structures specific to the type of video coding operation and codec\n};\n\nresult = vkGetPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, &profileInfo, &capabilities);\n\nif (result == VK_SUCCESS) {\n // Profile is supported, check additional capabilities\n ...\n} else {\n // Profile is not supported, result provides additional information about why\n ...\n}\n",[4681],{"type":10,"tag":151,"props":4682,"children":4683},{"__ignoreMap":148},[4684,4692,4699,4715,4732,4754,4775,4792,4809,4826,4834,4841,4857,4873,4893,4900,4907,4954,4961,4982,4990,4997,5012,5020,5027],{"type":10,"tag":155,"props":4685,"children":4686},{"class":157,"line":158},[4687],{"type":10,"tag":155,"props":4688,"children":4689},{"style":173},[4690],{"type":15,"value":4691},"VkResult result;\n",{"type":10,"tag":155,"props":4693,"children":4694},{"class":157,"line":179},[4695],{"type":10,"tag":155,"props":4696,"children":4697},{"emptyLinePlaceholder":4012},[4698],{"type":15,"value":4015},{"type":10,"tag":155,"props":4700,"children":4701},{"class":157,"line":188},[4702,4707,4711],{"type":10,"tag":155,"props":4703,"children":4704},{"style":173},[4705],{"type":15,"value":4706},"VkVideoProfileInfoKHR profileInfo ",{"type":10,"tag":155,"props":4708,"children":4709},{"style":162},[4710],{"type":15,"value":2858},{"type":10,"tag":155,"props":4712,"children":4713},{"style":173},[4714],{"type":15,"value":4645},{"type":10,"tag":155,"props":4716,"children":4717},{"class":157,"line":207},[4718,4723,4727],{"type":10,"tag":155,"props":4719,"children":4720},{"style":173},[4721],{"type":15,"value":4722}," .sType ",{"type":10,"tag":155,"props":4724,"children":4725},{"style":162},[4726],{"type":15,"value":2858},{"type":10,"tag":155,"props":4728,"children":4729},{"style":173},[4730],{"type":15,"value":4731}," VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR,\n",{"type":10,"tag":155,"props":4733,"children":4734},{"class":157,"line":216},[4735,4740,4744,4749],{"type":10,"tag":155,"props":4736,"children":4737},{"style":173},[4738],{"type":15,"value":4739}," .pNext ",{"type":10,"tag":155,"props":4741,"children":4742},{"style":162},[4743],{"type":15,"value":2858},{"type":10,"tag":155,"props":4745,"children":4746},{"style":173},[4747],{"type":15,"value":4748}," ...",{"type":10,"tag":155,"props":4750,"children":4751},{"style":3859},[4752],{"type":15,"value":4753}," // pointer to additional profile information structures specific to the codec and use case\n",{"type":10,"tag":155,"props":4755,"children":4756},{"class":157,"line":225},[4757,4762,4766,4770],{"type":10,"tag":155,"props":4758,"children":4759},{"style":173},[4760],{"type":15,"value":4761}," .videoCodecOperation ",{"type":10,"tag":155,"props":4763,"children":4764},{"style":162},[4765],{"type":15,"value":2858},{"type":10,"tag":155,"props":4767,"children":4768},{"style":173},[4769],{"type":15,"value":4748},{"type":10,"tag":155,"props":4771,"children":4772},{"style":3859},[4773],{"type":15,"value":4774}," // used video codec operation\n",{"type":10,"tag":155,"props":4776,"children":4777},{"class":157,"line":234},[4778,4783,4787],{"type":10,"tag":155,"props":4779,"children":4780},{"style":173},[4781],{"type":15,"value":4782}," .chromaSubsampling ",{"type":10,"tag":155,"props":4784,"children":4785},{"style":162},[4786],{"type":15,"value":2858},{"type":10,"tag":155,"props":4788,"children":4789},{"style":173},[4790],{"type":15,"value":4791}," VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR,\n",{"type":10,"tag":155,"props":4793,"children":4794},{"class":157,"line":243},[4795,4800,4804],{"type":10,"tag":155,"props":4796,"children":4797},{"style":173},[4798],{"type":15,"value":4799}," .lumaBitDepth ",{"type":10,"tag":155,"props":4801,"children":4802},{"style":162},[4803],{"type":15,"value":2858},{"type":10,"tag":155,"props":4805,"children":4806},{"style":173},[4807],{"type":15,"value":4808}," VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,\n",{"type":10,"tag":155,"props":4810,"children":4811},{"class":157,"line":870},[4812,4817,4821],{"type":10,"tag":155,"props":4813,"children":4814},{"style":173},[4815],{"type":15,"value":4816}," .chromaBitDepth ",{"type":10,"tag":155,"props":4818,"children":4819},{"style":162},[4820],{"type":15,"value":2858},{"type":10,"tag":155,"props":4822,"children":4823},{"style":173},[4824],{"type":15,"value":4825}," VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR\n",{"type":10,"tag":155,"props":4827,"children":4828},{"class":157,"line":879},[4829],{"type":10,"tag":155,"props":4830,"children":4831},{"style":173},[4832],{"type":15,"value":4833},"};\n",{"type":10,"tag":155,"props":4835,"children":4836},{"class":157,"line":892},[4837],{"type":10,"tag":155,"props":4838,"children":4839},{"emptyLinePlaceholder":4012},[4840],{"type":15,"value":4015},{"type":10,"tag":155,"props":4842,"children":4843},{"class":157,"line":905},[4844,4849,4853],{"type":10,"tag":155,"props":4845,"children":4846},{"style":173},[4847],{"type":15,"value":4848},"VkVideoCapabilitiesKHR capabilities ",{"type":10,"tag":155,"props":4850,"children":4851},{"style":162},[4852],{"type":15,"value":2858},{"type":10,"tag":155,"props":4854,"children":4855},{"style":173},[4856],{"type":15,"value":4645},{"type":10,"tag":155,"props":4858,"children":4859},{"class":157,"line":927},[4860,4864,4868],{"type":10,"tag":155,"props":4861,"children":4862},{"style":173},[4863],{"type":15,"value":4722},{"type":10,"tag":155,"props":4865,"children":4866},{"style":162},[4867],{"type":15,"value":2858},{"type":10,"tag":155,"props":4869,"children":4870},{"style":173},[4871],{"type":15,"value":4872}," VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR,\n",{"type":10,"tag":155,"props":4874,"children":4875},{"class":157,"line":4195},[4876,4880,4884,4888],{"type":10,"tag":155,"props":4877,"children":4878},{"style":173},[4879],{"type":15,"value":4739},{"type":10,"tag":155,"props":4881,"children":4882},{"style":162},[4883],{"type":15,"value":2858},{"type":10,"tag":155,"props":4885,"children":4886},{"style":173},[4887],{"type":15,"value":4748},{"type":10,"tag":155,"props":4889,"children":4890},{"style":3859},[4891],{"type":15,"value":4892}," // pointer to additional capability structures specific to the type of video coding operation and codec\n",{"type":10,"tag":155,"props":4894,"children":4895},{"class":157,"line":4242},[4896],{"type":10,"tag":155,"props":4897,"children":4898},{"style":173},[4899],{"type":15,"value":4833},{"type":10,"tag":155,"props":4901,"children":4902},{"class":157,"line":4265},[4903],{"type":10,"tag":155,"props":4904,"children":4905},{"emptyLinePlaceholder":4012},[4906],{"type":15,"value":4015},{"type":10,"tag":155,"props":4908,"children":4909},{"class":157,"line":4297},[4910,4915,4919,4924,4928,4932,4937,4941,4945,4950],{"type":10,"tag":155,"props":4911,"children":4912},{"style":173},[4913],{"type":15,"value":4914},"result ",{"type":10,"tag":155,"props":4916,"children":4917},{"style":162},[4918],{"type":15,"value":2858},{"type":10,"tag":155,"props":4920,"children":4921},{"style":658},[4922],{"type":15,"value":4923}," vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":10,"tag":155,"props":4925,"children":4926},{"style":173},[4927],{"type":15,"value":4028},{"type":10,"tag":155,"props":4929,"children":4930},{"style":162},[4931],{"type":15,"value":4033},{"type":10,"tag":155,"props":4933,"children":4934},{"style":677},[4935],{"type":15,"value":4936},"profileInfo",{"type":10,"tag":155,"props":4938,"children":4939},{"style":173},[4940],{"type":15,"value":4043},{"type":10,"tag":155,"props":4942,"children":4943},{"style":162},[4944],{"type":15,"value":4033},{"type":10,"tag":155,"props":4946,"children":4947},{"style":677},[4948],{"type":15,"value":4949},"capabilities",{"type":10,"tag":155,"props":4951,"children":4952},{"style":173},[4953],{"type":15,"value":758},{"type":10,"tag":155,"props":4955,"children":4956},{"class":157,"line":4305},[4957],{"type":10,"tag":155,"props":4958,"children":4959},{"emptyLinePlaceholder":4012},[4960],{"type":15,"value":4015},{"type":10,"tag":155,"props":4962,"children":4963},{"class":157,"line":4327},[4964,4968,4973,4977],{"type":10,"tag":155,"props":4965,"children":4966},{"style":162},[4967],{"type":15,"value":4595},{"type":10,"tag":155,"props":4969,"children":4970},{"style":173},[4971],{"type":15,"value":4972}," (result ",{"type":10,"tag":155,"props":4974,"children":4975},{"style":162},[4976],{"type":15,"value":4542},{"type":10,"tag":155,"props":4978,"children":4979},{"style":173},[4980],{"type":15,"value":4981}," VK_SUCCESS) {\n",{"type":10,"tag":155,"props":4983,"children":4984},{"class":157,"line":4356},[4985],{"type":10,"tag":155,"props":4986,"children":4987},{"style":3859},[4988],{"type":15,"value":4989}," // Profile is supported, check additional capabilities\n",{"type":10,"tag":155,"props":4991,"children":4992},{"class":157,"line":4364},[4993],{"type":10,"tag":155,"props":4994,"children":4995},{"style":173},[4996],{"type":15,"value":4626},{"type":10,"tag":155,"props":4998,"children":4999},{"class":157,"line":4386},[5000,5004,5008],{"type":10,"tag":155,"props":5001,"children":5002},{"style":173},[5003],{"type":15,"value":4635},{"type":10,"tag":155,"props":5005,"children":5006},{"style":162},[5007],{"type":15,"value":4640},{"type":10,"tag":155,"props":5009,"children":5010},{"style":173},[5011],{"type":15,"value":4645},{"type":10,"tag":155,"props":5013,"children":5014},{"class":157,"line":4395},[5015],{"type":10,"tag":155,"props":5016,"children":5017},{"style":3859},[5018],{"type":15,"value":5019}," // Profile is not supported, result provides additional information about why\n",{"type":10,"tag":155,"props":5021,"children":5022},{"class":157,"line":4403},[5023],{"type":10,"tag":155,"props":5024,"children":5025},{"style":173},[5026],{"type":15,"value":4626},{"type":10,"tag":155,"props":5028,"children":5029},{"class":157,"line":4428},[5030],{"type":10,"tag":155,"props":5031,"children":5032},{"style":173},[5033],{"type":15,"value":4392},{"type":10,"tag":115,"props":5035,"children":5037},{"id":5036},"_enumerate_supported_formats_for_a_video_profile_with_a_given_usage",[5038],{"type":15,"value":5039},"Enumerate supported formats for a video profile with a given usage",{"type":10,"tag":143,"props":5041,"children":5043},{"className":145,"code":5042,"language":147,"meta":148,"style":148},"uint32_t formatCount;\n\nVkVideoProfileInfoKHR profileInfo = {\n ...\n};\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = 1,\n .pProfiles = &profileInfo\n};\n// NOTE: Add any additional profiles to the list for e.g. video transcoding use cases\n\nVkPhysicalDeviceVideoFormatInfoKHR formatInfo = {\n .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR,\n .pNext = &profileListInfo,\n .imageUsage = ... // expected image usage, e.g. DPB, input, or output\n};\n\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL);\n\nVkVideoFormatPropertiesKHR* formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));\n\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n formatProps[i].sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;\n}\n\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);\n\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n // Find format and image creation capabilities best suited for the use case\n ...\n}\n",[5044],{"type":10,"tag":151,"props":5045,"children":5046},{"__ignoreMap":148},[5047,5059,5066,5081,5088,5095,5102,5118,5134,5154,5174,5195,5202,5210,5217,5233,5249,5269,5290,5297,5304,5349,5356,5395,5402,5454,5476,5483,5490,5526,5533,5580,5588,5595],{"type":10,"tag":155,"props":5048,"children":5049},{"class":157,"line":158},[5050,5054],{"type":10,"tag":155,"props":5051,"children":5052},{"style":162},[5053],{"type":15,"value":3989},{"type":10,"tag":155,"props":5055,"children":5056},{"style":173},[5057],{"type":15,"value":5058}," formatCount;\n",{"type":10,"tag":155,"props":5060,"children":5061},{"class":157,"line":179},[5062],{"type":10,"tag":155,"props":5063,"children":5064},{"emptyLinePlaceholder":4012},[5065],{"type":15,"value":4015},{"type":10,"tag":155,"props":5067,"children":5068},{"class":157,"line":188},[5069,5073,5077],{"type":10,"tag":155,"props":5070,"children":5071},{"style":173},[5072],{"type":15,"value":4706},{"type":10,"tag":155,"props":5074,"children":5075},{"style":162},[5076],{"type":15,"value":2858},{"type":10,"tag":155,"props":5078,"children":5079},{"style":173},[5080],{"type":15,"value":4645},{"type":10,"tag":155,"props":5082,"children":5083},{"class":157,"line":207},[5084],{"type":10,"tag":155,"props":5085,"children":5086},{"style":173},[5087],{"type":15,"value":4626},{"type":10,"tag":155,"props":5089,"children":5090},{"class":157,"line":216},[5091],{"type":10,"tag":155,"props":5092,"children":5093},{"style":173},[5094],{"type":15,"value":4833},{"type":10,"tag":155,"props":5096,"children":5097},{"class":157,"line":225},[5098],{"type":10,"tag":155,"props":5099,"children":5100},{"emptyLinePlaceholder":4012},[5101],{"type":15,"value":4015},{"type":10,"tag":155,"props":5103,"children":5104},{"class":157,"line":234},[5105,5110,5114],{"type":10,"tag":155,"props":5106,"children":5107},{"style":173},[5108],{"type":15,"value":5109},"VkVideoProfileListInfoKHR profileListInfo ",{"type":10,"tag":155,"props":5111,"children":5112},{"style":162},[5113],{"type":15,"value":2858},{"type":10,"tag":155,"props":5115,"children":5116},{"style":173},[5117],{"type":15,"value":4645},{"type":10,"tag":155,"props":5119,"children":5120},{"class":157,"line":243},[5121,5125,5129],{"type":10,"tag":155,"props":5122,"children":5123},{"style":173},[5124],{"type":15,"value":4722},{"type":10,"tag":155,"props":5126,"children":5127},{"style":162},[5128],{"type":15,"value":2858},{"type":10,"tag":155,"props":5130,"children":5131},{"style":173},[5132],{"type":15,"value":5133}," VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n",{"type":10,"tag":155,"props":5135,"children":5136},{"class":157,"line":870},[5137,5141,5145,5150],{"type":10,"tag":155,"props":5138,"children":5139},{"style":173},[5140],{"type":15,"value":4739},{"type":10,"tag":155,"props":5142,"children":5143},{"style":162},[5144],{"type":15,"value":2858},{"type":10,"tag":155,"props":5146,"children":5147},{"style":2866},[5148],{"type":15,"value":5149}," NULL",{"type":10,"tag":155,"props":5151,"children":5152},{"style":173},[5153],{"type":15,"value":685},{"type":10,"tag":155,"props":5155,"children":5156},{"class":157,"line":879},[5157,5162,5166,5170],{"type":10,"tag":155,"props":5158,"children":5159},{"style":173},[5160],{"type":15,"value":5161}," .profileCount ",{"type":10,"tag":155,"props":5163,"children":5164},{"style":162},[5165],{"type":15,"value":2858},{"type":10,"tag":155,"props":5167,"children":5168},{"style":2866},[5169],{"type":15,"value":2911},{"type":10,"tag":155,"props":5171,"children":5172},{"style":173},[5173],{"type":15,"value":685},{"type":10,"tag":155,"props":5175,"children":5176},{"class":157,"line":892},[5177,5182,5186,5190],{"type":10,"tag":155,"props":5178,"children":5179},{"style":173},[5180],{"type":15,"value":5181}," .pProfiles ",{"type":10,"tag":155,"props":5183,"children":5184},{"style":162},[5185],{"type":15,"value":2858},{"type":10,"tag":155,"props":5187,"children":5188},{"style":162},[5189],{"type":15,"value":4284},{"type":10,"tag":155,"props":5191,"children":5192},{"style":173},[5193],{"type":15,"value":5194},"profileInfo\n",{"type":10,"tag":155,"props":5196,"children":5197},{"class":157,"line":905},[5198],{"type":10,"tag":155,"props":5199,"children":5200},{"style":173},[5201],{"type":15,"value":4833},{"type":10,"tag":155,"props":5203,"children":5204},{"class":157,"line":927},[5205],{"type":10,"tag":155,"props":5206,"children":5207},{"style":3859},[5208],{"type":15,"value":5209},"// NOTE: Add any additional profiles to the list for e.g. video transcoding use cases\n",{"type":10,"tag":155,"props":5211,"children":5212},{"class":157,"line":4195},[5213],{"type":10,"tag":155,"props":5214,"children":5215},{"emptyLinePlaceholder":4012},[5216],{"type":15,"value":4015},{"type":10,"tag":155,"props":5218,"children":5219},{"class":157,"line":4242},[5220,5225,5229],{"type":10,"tag":155,"props":5221,"children":5222},{"style":173},[5223],{"type":15,"value":5224},"VkPhysicalDeviceVideoFormatInfoKHR formatInfo ",{"type":10,"tag":155,"props":5226,"children":5227},{"style":162},[5228],{"type":15,"value":2858},{"type":10,"tag":155,"props":5230,"children":5231},{"style":173},[5232],{"type":15,"value":4645},{"type":10,"tag":155,"props":5234,"children":5235},{"class":157,"line":4265},[5236,5240,5244],{"type":10,"tag":155,"props":5237,"children":5238},{"style":173},[5239],{"type":15,"value":4722},{"type":10,"tag":155,"props":5241,"children":5242},{"style":162},[5243],{"type":15,"value":2858},{"type":10,"tag":155,"props":5245,"children":5246},{"style":173},[5247],{"type":15,"value":5248}," VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR,\n",{"type":10,"tag":155,"props":5250,"children":5251},{"class":157,"line":4297},[5252,5256,5260,5264],{"type":10,"tag":155,"props":5253,"children":5254},{"style":173},[5255],{"type":15,"value":4739},{"type":10,"tag":155,"props":5257,"children":5258},{"style":162},[5259],{"type":15,"value":2858},{"type":10,"tag":155,"props":5261,"children":5262},{"style":162},[5263],{"type":15,"value":4284},{"type":10,"tag":155,"props":5265,"children":5266},{"style":173},[5267],{"type":15,"value":5268},"profileListInfo,\n",{"type":10,"tag":155,"props":5270,"children":5271},{"class":157,"line":4305},[5272,5277,5281,5285],{"type":10,"tag":155,"props":5273,"children":5274},{"style":173},[5275],{"type":15,"value":5276}," .imageUsage ",{"type":10,"tag":155,"props":5278,"children":5279},{"style":162},[5280],{"type":15,"value":2858},{"type":10,"tag":155,"props":5282,"children":5283},{"style":173},[5284],{"type":15,"value":4748},{"type":10,"tag":155,"props":5286,"children":5287},{"style":3859},[5288],{"type":15,"value":5289}," // expected image usage, e.g. DPB, input, or output\n",{"type":10,"tag":155,"props":5291,"children":5292},{"class":157,"line":4327},[5293],{"type":10,"tag":155,"props":5294,"children":5295},{"style":173},[5296],{"type":15,"value":4833},{"type":10,"tag":155,"props":5298,"children":5299},{"class":157,"line":4356},[5300],{"type":10,"tag":155,"props":5301,"children":5302},{"emptyLinePlaceholder":4012},[5303],{"type":15,"value":4015},{"type":10,"tag":155,"props":5305,"children":5306},{"class":157,"line":4364},[5307,5311,5315,5319,5324,5328,5332,5337,5341,5345],{"type":10,"tag":155,"props":5308,"children":5309},{"style":658},[5310],{"type":15,"value":3537},{"type":10,"tag":155,"props":5312,"children":5313},{"style":173},[5314],{"type":15,"value":4028},{"type":10,"tag":155,"props":5316,"children":5317},{"style":162},[5318],{"type":15,"value":4033},{"type":10,"tag":155,"props":5320,"children":5321},{"style":677},[5322],{"type":15,"value":5323},"formatInfo",{"type":10,"tag":155,"props":5325,"children":5326},{"style":173},[5327],{"type":15,"value":4043},{"type":10,"tag":155,"props":5329,"children":5330},{"style":162},[5331],{"type":15,"value":4033},{"type":10,"tag":155,"props":5333,"children":5334},{"style":677},[5335],{"type":15,"value":5336},"formatCount",{"type":10,"tag":155,"props":5338,"children":5339},{"style":173},[5340],{"type":15,"value":4043},{"type":10,"tag":155,"props":5342,"children":5343},{"style":2866},[5344],{"type":15,"value":4048},{"type":10,"tag":155,"props":5346,"children":5347},{"style":173},[5348],{"type":15,"value":758},{"type":10,"tag":155,"props":5350,"children":5351},{"class":157,"line":4386},[5352],{"type":10,"tag":155,"props":5353,"children":5354},{"emptyLinePlaceholder":4012},[5355],{"type":15,"value":4015},{"type":10,"tag":155,"props":5357,"children":5358},{"class":157,"line":4395},[5359,5363,5367,5372,5376,5380,5385,5390],{"type":10,"tag":155,"props":5360,"children":5361},{"style":173},[5362],{"type":15,"value":3938},{"type":10,"tag":155,"props":5364,"children":5365},{"style":162},[5366],{"type":15,"value":702},{"type":10,"tag":155,"props":5368,"children":5369},{"style":173},[5370],{"type":15,"value":5371}," formatProps ",{"type":10,"tag":155,"props":5373,"children":5374},{"style":162},[5375],{"type":15,"value":2858},{"type":10,"tag":155,"props":5377,"children":5378},{"style":658},[5379],{"type":15,"value":4085},{"type":10,"tag":155,"props":5381,"children":5382},{"style":173},[5383],{"type":15,"value":5384},"(formatCount, ",{"type":10,"tag":155,"props":5386,"children":5387},{"style":162},[5388],{"type":15,"value":5389},"sizeof",{"type":10,"tag":155,"props":5391,"children":5392},{"style":173},[5393],{"type":15,"value":5394},"(VkVideoFormatPropertiesKHR));\n",{"type":10,"tag":155,"props":5396,"children":5397},{"class":157,"line":4403},[5398],{"type":10,"tag":155,"props":5399,"children":5400},{"emptyLinePlaceholder":4012},[5401],{"type":15,"value":4015},{"type":10,"tag":155,"props":5403,"children":5404},{"class":157,"line":4428},[5405,5409,5414,5418,5423,5427,5431,5436,5440,5445,5449],{"type":10,"tag":155,"props":5406,"children":5407},{"style":162},[5408],{"type":15,"value":4201},{"type":10,"tag":155,"props":5410,"children":5411},{"style":173},[5412],{"type":15,"value":5413}," (",{"type":10,"tag":155,"props":5415,"children":5416},{"style":162},[5417],{"type":15,"value":3989},{"type":10,"tag":155,"props":5419,"children":5420},{"style":173},[5421],{"type":15,"value":5422}," i ",{"type":10,"tag":155,"props":5424,"children":5425},{"style":162},[5426],{"type":15,"value":2858},{"type":10,"tag":155,"props":5428,"children":5429},{"style":2866},[5430],{"type":15,"value":2890},{"type":10,"tag":155,"props":5432,"children":5433},{"style":173},[5434],{"type":15,"value":5435},"; i ",{"type":10,"tag":155,"props":5437,"children":5438},{"style":162},[5439],{"type":15,"value":4224},{"type":10,"tag":155,"props":5441,"children":5442},{"style":173},[5443],{"type":15,"value":5444}," formatCount; ",{"type":10,"tag":155,"props":5446,"children":5447},{"style":162},[5448],{"type":15,"value":4234},{"type":10,"tag":155,"props":5450,"children":5451},{"style":173},[5452],{"type":15,"value":5453},"i) {\n",{"type":10,"tag":155,"props":5455,"children":5456},{"class":157,"line":4436},[5457,5462,5467,5471],{"type":10,"tag":155,"props":5458,"children":5459},{"style":677},[5460],{"type":15,"value":5461}," formatProps",{"type":10,"tag":155,"props":5463,"children":5464},{"style":173},[5465],{"type":15,"value":5466},"[i].sType ",{"type":10,"tag":155,"props":5468,"children":5469},{"style":162},[5470],{"type":15,"value":2858},{"type":10,"tag":155,"props":5472,"children":5473},{"style":173},[5474],{"type":15,"value":5475}," VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;\n",{"type":10,"tag":155,"props":5477,"children":5478},{"class":157,"line":4476},[5479],{"type":10,"tag":155,"props":5480,"children":5481},{"style":173},[5482],{"type":15,"value":4392},{"type":10,"tag":155,"props":5484,"children":5485},{"class":157,"line":4522},[5486],{"type":10,"tag":155,"props":5487,"children":5488},{"emptyLinePlaceholder":4012},[5489],{"type":15,"value":4015},{"type":10,"tag":155,"props":5491,"children":5492},{"class":157,"line":4550},[5493,5497,5501,5505,5509,5513,5517,5521],{"type":10,"tag":155,"props":5494,"children":5495},{"style":658},[5496],{"type":15,"value":3537},{"type":10,"tag":155,"props":5498,"children":5499},{"style":173},[5500],{"type":15,"value":4028},{"type":10,"tag":155,"props":5502,"children":5503},{"style":162},[5504],{"type":15,"value":4033},{"type":10,"tag":155,"props":5506,"children":5507},{"style":677},[5508],{"type":15,"value":5323},{"type":10,"tag":155,"props":5510,"children":5511},{"style":173},[5512],{"type":15,"value":4043},{"type":10,"tag":155,"props":5514,"children":5515},{"style":162},[5516],{"type":15,"value":4033},{"type":10,"tag":155,"props":5518,"children":5519},{"style":677},[5520],{"type":15,"value":5336},{"type":10,"tag":155,"props":5522,"children":5523},{"style":173},[5524],{"type":15,"value":5525},", formatProps);\n",{"type":10,"tag":155,"props":5527,"children":5528},{"class":157,"line":4564},[5529],{"type":10,"tag":155,"props":5530,"children":5531},{"emptyLinePlaceholder":4012},[5532],{"type":15,"value":4015},{"type":10,"tag":155,"props":5534,"children":5535},{"class":157,"line":4573},[5536,5540,5544,5548,5552,5556,5560,5564,5568,5572,5576],{"type":10,"tag":155,"props":5537,"children":5538},{"style":162},[5539],{"type":15,"value":4201},{"type":10,"tag":155,"props":5541,"children":5542},{"style":173},[5543],{"type":15,"value":5413},{"type":10,"tag":155,"props":5545,"children":5546},{"style":162},[5547],{"type":15,"value":3989},{"type":10,"tag":155,"props":5549,"children":5550},{"style":173},[5551],{"type":15,"value":5422},{"type":10,"tag":155,"props":5553,"children":5554},{"style":162},[5555],{"type":15,"value":2858},{"type":10,"tag":155,"props":5557,"children":5558},{"style":2866},[5559],{"type":15,"value":2890},{"type":10,"tag":155,"props":5561,"children":5562},{"style":173},[5563],{"type":15,"value":5435},{"type":10,"tag":155,"props":5565,"children":5566},{"style":162},[5567],{"type":15,"value":4224},{"type":10,"tag":155,"props":5569,"children":5570},{"style":173},[5571],{"type":15,"value":5444},{"type":10,"tag":155,"props":5573,"children":5574},{"style":162},[5575],{"type":15,"value":4234},{"type":10,"tag":155,"props":5577,"children":5578},{"style":173},[5579],{"type":15,"value":5453},{"type":10,"tag":155,"props":5581,"children":5582},{"class":157,"line":4581},[5583],{"type":10,"tag":155,"props":5584,"children":5585},{"style":3859},[5586],{"type":15,"value":5587}," // Find format and image creation capabilities best suited for the use case\n",{"type":10,"tag":155,"props":5589,"children":5590},{"class":157,"line":4589},[5591],{"type":10,"tag":155,"props":5592,"children":5593},{"style":173},[5594],{"type":15,"value":4626},{"type":10,"tag":155,"props":5596,"children":5597},{"class":157,"line":4611},[5598],{"type":10,"tag":155,"props":5599,"children":5600},{"style":173},[5601],{"type":15,"value":4392},{"type":10,"tag":115,"props":5603,"children":5605},{"id":5604},"_create_video_session_for_a_video_profile",[5606],{"type":15,"value":5607},"Create video session for a video profile",{"type":10,"tag":143,"props":5609,"children":5611},{"className":145,"code":5610,"language":147,"meta":148,"style":148},"VkVideoSessionKHR videoSession = VK_NULL_HANDLE;\n\nVkVideoSessionCreateInfoKHR createInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_SESSION_CREATE_INFO_KHR,\n .pNext = NULL,\n .queueFamilyIndex = ... // index of queue family that supports the video codec operation\n .flags = 0,\n .pVideoProfile = ... // pointer to video profile information structure chain\n .pictureFormat = ... // image format to use for input/output pictures\n .maxCodedExtent = ... // maximum extent of coded pictures supported by the session\n .referencePictureFormat = ... // image format to use for reference pictures (if used)\n .maxDpbSlots = ... // DPB slot capacity to use (if needed)\n .maxActiveReferencePictures = ... // maximum number of reference pictures used by any operation (if needed)\n .pStdHeaderVersion = ... // pointer to the video std header information (typically the same as reported in the capabilities)\n};\n\nvkCreateVideoSessionKHR(device, &createInfo, NULL, &videoSession);\n",[5612],{"type":10,"tag":151,"props":5613,"children":5614},{"__ignoreMap":148},[5615,5632,5639,5655,5671,5690,5711,5731,5752,5773,5794,5815,5836,5857,5878,5885,5892],{"type":10,"tag":155,"props":5616,"children":5617},{"class":157,"line":158},[5618,5623,5627],{"type":10,"tag":155,"props":5619,"children":5620},{"style":173},[5621],{"type":15,"value":5622},"VkVideoSessionKHR videoSession ",{"type":10,"tag":155,"props":5624,"children":5625},{"style":162},[5626],{"type":15,"value":2858},{"type":10,"tag":155,"props":5628,"children":5629},{"style":173},[5630],{"type":15,"value":5631}," VK_NULL_HANDLE;\n",{"type":10,"tag":155,"props":5633,"children":5634},{"class":157,"line":179},[5635],{"type":10,"tag":155,"props":5636,"children":5637},{"emptyLinePlaceholder":4012},[5638],{"type":15,"value":4015},{"type":10,"tag":155,"props":5640,"children":5641},{"class":157,"line":188},[5642,5647,5651],{"type":10,"tag":155,"props":5643,"children":5644},{"style":173},[5645],{"type":15,"value":5646},"VkVideoSessionCreateInfoKHR createInfo ",{"type":10,"tag":155,"props":5648,"children":5649},{"style":162},[5650],{"type":15,"value":2858},{"type":10,"tag":155,"props":5652,"children":5653},{"style":173},[5654],{"type":15,"value":4645},{"type":10,"tag":155,"props":5656,"children":5657},{"class":157,"line":207},[5658,5662,5666],{"type":10,"tag":155,"props":5659,"children":5660},{"style":173},[5661],{"type":15,"value":4722},{"type":10,"tag":155,"props":5663,"children":5664},{"style":162},[5665],{"type":15,"value":2858},{"type":10,"tag":155,"props":5667,"children":5668},{"style":173},[5669],{"type":15,"value":5670}," VK_STRUCTURE_TYPE_VIDEO_SESSION_CREATE_INFO_KHR,\n",{"type":10,"tag":155,"props":5672,"children":5673},{"class":157,"line":216},[5674,5678,5682,5686],{"type":10,"tag":155,"props":5675,"children":5676},{"style":173},[5677],{"type":15,"value":4739},{"type":10,"tag":155,"props":5679,"children":5680},{"style":162},[5681],{"type":15,"value":2858},{"type":10,"tag":155,"props":5683,"children":5684},{"style":2866},[5685],{"type":15,"value":5149},{"type":10,"tag":155,"props":5687,"children":5688},{"style":173},[5689],{"type":15,"value":685},{"type":10,"tag":155,"props":5691,"children":5692},{"class":157,"line":225},[5693,5698,5702,5706],{"type":10,"tag":155,"props":5694,"children":5695},{"style":173},[5696],{"type":15,"value":5697}," .queueFamilyIndex ",{"type":10,"tag":155,"props":5699,"children":5700},{"style":162},[5701],{"type":15,"value":2858},{"type":10,"tag":155,"props":5703,"children":5704},{"style":173},[5705],{"type":15,"value":4748},{"type":10,"tag":155,"props":5707,"children":5708},{"style":3859},[5709],{"type":15,"value":5710}," // index of queue family that supports the video codec operation\n",{"type":10,"tag":155,"props":5712,"children":5713},{"class":157,"line":234},[5714,5719,5723,5727],{"type":10,"tag":155,"props":5715,"children":5716},{"style":173},[5717],{"type":15,"value":5718}," .flags ",{"type":10,"tag":155,"props":5720,"children":5721},{"style":162},[5722],{"type":15,"value":2858},{"type":10,"tag":155,"props":5724,"children":5725},{"style":2866},[5726],{"type":15,"value":2890},{"type":10,"tag":155,"props":5728,"children":5729},{"style":173},[5730],{"type":15,"value":685},{"type":10,"tag":155,"props":5732,"children":5733},{"class":157,"line":243},[5734,5739,5743,5747],{"type":10,"tag":155,"props":5735,"children":5736},{"style":173},[5737],{"type":15,"value":5738}," .pVideoProfile ",{"type":10,"tag":155,"props":5740,"children":5741},{"style":162},[5742],{"type":15,"value":2858},{"type":10,"tag":155,"props":5744,"children":5745},{"style":173},[5746],{"type":15,"value":4748},{"type":10,"tag":155,"props":5748,"children":5749},{"style":3859},[5750],{"type":15,"value":5751}," // pointer to video profile information structure chain\n",{"type":10,"tag":155,"props":5753,"children":5754},{"class":157,"line":870},[5755,5760,5764,5768],{"type":10,"tag":155,"props":5756,"children":5757},{"style":173},[5758],{"type":15,"value":5759}," .pictureFormat ",{"type":10,"tag":155,"props":5761,"children":5762},{"style":162},[5763],{"type":15,"value":2858},{"type":10,"tag":155,"props":5765,"children":5766},{"style":173},[5767],{"type":15,"value":4748},{"type":10,"tag":155,"props":5769,"children":5770},{"style":3859},[5771],{"type":15,"value":5772}," // image format to use for input/output pictures\n",{"type":10,"tag":155,"props":5774,"children":5775},{"class":157,"line":879},[5776,5781,5785,5789],{"type":10,"tag":155,"props":5777,"children":5778},{"style":173},[5779],{"type":15,"value":5780}," .maxCodedExtent ",{"type":10,"tag":155,"props":5782,"children":5783},{"style":162},[5784],{"type":15,"value":2858},{"type":10,"tag":155,"props":5786,"children":5787},{"style":173},[5788],{"type":15,"value":4748},{"type":10,"tag":155,"props":5790,"children":5791},{"style":3859},[5792],{"type":15,"value":5793}," // maximum extent of coded pictures supported by the session\n",{"type":10,"tag":155,"props":5795,"children":5796},{"class":157,"line":892},[5797,5802,5806,5810],{"type":10,"tag":155,"props":5798,"children":5799},{"style":173},[5800],{"type":15,"value":5801}," .referencePictureFormat ",{"type":10,"tag":155,"props":5803,"children":5804},{"style":162},[5805],{"type":15,"value":2858},{"type":10,"tag":155,"props":5807,"children":5808},{"style":173},[5809],{"type":15,"value":4748},{"type":10,"tag":155,"props":5811,"children":5812},{"style":3859},[5813],{"type":15,"value":5814}," // image format to use for reference pictures (if used)\n",{"type":10,"tag":155,"props":5816,"children":5817},{"class":157,"line":905},[5818,5823,5827,5831],{"type":10,"tag":155,"props":5819,"children":5820},{"style":173},[5821],{"type":15,"value":5822}," .maxDpbSlots ",{"type":10,"tag":155,"props":5824,"children":5825},{"style":162},[5826],{"type":15,"value":2858},{"type":10,"tag":155,"props":5828,"children":5829},{"style":173},[5830],{"type":15,"value":4748},{"type":10,"tag":155,"props":5832,"children":5833},{"style":3859},[5834],{"type":15,"value":5835}," // DPB slot capacity to use (if needed)\n",{"type":10,"tag":155,"props":5837,"children":5838},{"class":157,"line":927},[5839,5844,5848,5852],{"type":10,"tag":155,"props":5840,"children":5841},{"style":173},[5842],{"type":15,"value":5843}," .maxActiveReferencePictures ",{"type":10,"tag":155,"props":5845,"children":5846},{"style":162},[5847],{"type":15,"value":2858},{"type":10,"tag":155,"props":5849,"children":5850},{"style":173},[5851],{"type":15,"value":4748},{"type":10,"tag":155,"props":5853,"children":5854},{"style":3859},[5855],{"type":15,"value":5856}," // maximum number of reference pictures used by any operation (if needed)\n",{"type":10,"tag":155,"props":5858,"children":5859},{"class":157,"line":4195},[5860,5865,5869,5873],{"type":10,"tag":155,"props":5861,"children":5862},{"style":173},[5863],{"type":15,"value":5864}," .pStdHeaderVersion ",{"type":10,"tag":155,"props":5866,"children":5867},{"style":162},[5868],{"type":15,"value":2858},{"type":10,"tag":155,"props":5870,"children":5871},{"style":173},[5872],{"type":15,"value":4748},{"type":10,"tag":155,"props":5874,"children":5875},{"style":3859},[5876],{"type":15,"value":5877}," // pointer to the video std header information (typically the same as reported in the capabilities)\n",{"type":10,"tag":155,"props":5879,"children":5880},{"class":157,"line":4242},[5881],{"type":10,"tag":155,"props":5882,"children":5883},{"style":173},[5884],{"type":15,"value":4833},{"type":10,"tag":155,"props":5886,"children":5887},{"class":157,"line":4265},[5888],{"type":10,"tag":155,"props":5889,"children":5890},{"emptyLinePlaceholder":4012},[5891],{"type":15,"value":4015},{"type":10,"tag":155,"props":5893,"children":5894},{"class":157,"line":4297},[5895,5899,5904,5908,5913,5917,5921,5925,5929,5933],{"type":10,"tag":155,"props":5896,"children":5897},{"style":658},[5898],{"type":15,"value":661},{"type":10,"tag":155,"props":5900,"children":5901},{"style":173},[5902],{"type":15,"value":5903},"(device, ",{"type":10,"tag":155,"props":5905,"children":5906},{"style":162},[5907],{"type":15,"value":4033},{"type":10,"tag":155,"props":5909,"children":5910},{"style":677},[5911],{"type":15,"value":5912},"createInfo",{"type":10,"tag":155,"props":5914,"children":5915},{"style":173},[5916],{"type":15,"value":4043},{"type":10,"tag":155,"props":5918,"children":5919},{"style":2866},[5920],{"type":15,"value":4048},{"type":10,"tag":155,"props":5922,"children":5923},{"style":173},[5924],{"type":15,"value":4043},{"type":10,"tag":155,"props":5926,"children":5927},{"style":162},[5928],{"type":15,"value":4033},{"type":10,"tag":155,"props":5930,"children":5931},{"style":677},[5932],{"type":15,"value":1122},{"type":10,"tag":155,"props":5934,"children":5935},{"style":173},[5936],{"type":15,"value":758},{"type":10,"tag":115,"props":5938,"children":5940},{"id":5939},"_query_memory_requirements_and_bind_memory_to_a_video_session",[5941],{"type":15,"value":5942},"Query memory requirements and bind memory to a video session",{"type":10,"tag":143,"props":5944,"children":5946},{"className":145,"code":5945,"language":147,"meta":148,"style":148},"uint32_t memReqCount;\n\nvkGetVideoSessionMemoryRequirementsKHR(device, videoSession, &memReqCount, NULL);\n\nVkVideoSessionMemoryRequirementsKHR* memReqs = calloc(memReqCount, sizeof(VkVideoSessionMemoryRequirementsKHR));\n\nfor (uint32_t i = 0; i \u003C memReqCount; ++i) {\n memReqs[i].sType = VK_STRUCTURE_TYPE_VIDEO_SESSION_MEMORY_REQUIREMENTS_KHR;\n}\n\nvkGetVideoSessionMemoryRequirementsKHR(device, videoSession, &memReqCount, memReqs);\n\nfor (uint32_t i = 0; i \u003C memReqCount; ++i) {\n // Allocate memory compatible with the given memory binding\n VkDeviceMemory memory = ...\n\n // Bind the memory to the memory binding\n VkBindVideoSessionMemoryInfoKHR bindInfo = {\n .sType = VK_STRUCTURE_TYPE_BIND_VIDEO_SESSION_MEMORY_INFO_KHR,\n .pNext = NULL,\n .memoryBindIndex = memReqs[i].memoryBindIndex,\n .memory = ... // memory object to bind\n .memoryOffset = ... // offset to bind\n .memorySize = ... // size to bind\n };\n\n vkBindVideoSessionMemoryKHR(device, videoSession, 1, &bindInfo);\n}\n// NOTE: Alternatively, all memory bindings can be bound with a single call\n",[5947],{"type":10,"tag":151,"props":5948,"children":5949},{"__ignoreMap":148},[5950,5962,5969,6002,6009,6048,6055,6103,6124,6131,6138,6162,6169,6216,6224,6240,6247,6255,6271,6288,6308,6330,6351,6372,6393,6401,6408,6437,6444],{"type":10,"tag":155,"props":5951,"children":5952},{"class":157,"line":158},[5953,5957],{"type":10,"tag":155,"props":5954,"children":5955},{"style":162},[5956],{"type":15,"value":3989},{"type":10,"tag":155,"props":5958,"children":5959},{"style":173},[5960],{"type":15,"value":5961}," memReqCount;\n",{"type":10,"tag":155,"props":5963,"children":5964},{"class":157,"line":179},[5965],{"type":10,"tag":155,"props":5966,"children":5967},{"emptyLinePlaceholder":4012},[5968],{"type":15,"value":4015},{"type":10,"tag":155,"props":5970,"children":5971},{"class":157,"line":188},[5972,5976,5981,5985,5990,5994,5998],{"type":10,"tag":155,"props":5973,"children":5974},{"style":658},[5975],{"type":15,"value":1090},{"type":10,"tag":155,"props":5977,"children":5978},{"style":173},[5979],{"type":15,"value":5980},"(device, videoSession, ",{"type":10,"tag":155,"props":5982,"children":5983},{"style":162},[5984],{"type":15,"value":4033},{"type":10,"tag":155,"props":5986,"children":5987},{"style":677},[5988],{"type":15,"value":5989},"memReqCount",{"type":10,"tag":155,"props":5991,"children":5992},{"style":173},[5993],{"type":15,"value":4043},{"type":10,"tag":155,"props":5995,"children":5996},{"style":2866},[5997],{"type":15,"value":4048},{"type":10,"tag":155,"props":5999,"children":6000},{"style":173},[6001],{"type":15,"value":758},{"type":10,"tag":155,"props":6003,"children":6004},{"class":157,"line":207},[6005],{"type":10,"tag":155,"props":6006,"children":6007},{"emptyLinePlaceholder":4012},[6008],{"type":15,"value":4015},{"type":10,"tag":155,"props":6010,"children":6011},{"class":157,"line":216},[6012,6017,6021,6026,6030,6034,6039,6043],{"type":10,"tag":155,"props":6013,"children":6014},{"style":173},[6015],{"type":15,"value":6016},"VkVideoSessionMemoryRequirementsKHR",{"type":10,"tag":155,"props":6018,"children":6019},{"style":162},[6020],{"type":15,"value":702},{"type":10,"tag":155,"props":6022,"children":6023},{"style":173},[6024],{"type":15,"value":6025}," memReqs ",{"type":10,"tag":155,"props":6027,"children":6028},{"style":162},[6029],{"type":15,"value":2858},{"type":10,"tag":155,"props":6031,"children":6032},{"style":658},[6033],{"type":15,"value":4085},{"type":10,"tag":155,"props":6035,"children":6036},{"style":173},[6037],{"type":15,"value":6038},"(memReqCount, ",{"type":10,"tag":155,"props":6040,"children":6041},{"style":162},[6042],{"type":15,"value":5389},{"type":10,"tag":155,"props":6044,"children":6045},{"style":173},[6046],{"type":15,"value":6047},"(VkVideoSessionMemoryRequirementsKHR));\n",{"type":10,"tag":155,"props":6049,"children":6050},{"class":157,"line":225},[6051],{"type":10,"tag":155,"props":6052,"children":6053},{"emptyLinePlaceholder":4012},[6054],{"type":15,"value":4015},{"type":10,"tag":155,"props":6056,"children":6057},{"class":157,"line":234},[6058,6062,6066,6070,6074,6078,6082,6086,6090,6095,6099],{"type":10,"tag":155,"props":6059,"children":6060},{"style":162},[6061],{"type":15,"value":4201},{"type":10,"tag":155,"props":6063,"children":6064},{"style":173},[6065],{"type":15,"value":5413},{"type":10,"tag":155,"props":6067,"children":6068},{"style":162},[6069],{"type":15,"value":3989},{"type":10,"tag":155,"props":6071,"children":6072},{"style":173},[6073],{"type":15,"value":5422},{"type":10,"tag":155,"props":6075,"children":6076},{"style":162},[6077],{"type":15,"value":2858},{"type":10,"tag":155,"props":6079,"children":6080},{"style":2866},[6081],{"type":15,"value":2890},{"type":10,"tag":155,"props":6083,"children":6084},{"style":173},[6085],{"type":15,"value":5435},{"type":10,"tag":155,"props":6087,"children":6088},{"style":162},[6089],{"type":15,"value":4224},{"type":10,"tag":155,"props":6091,"children":6092},{"style":173},[6093],{"type":15,"value":6094}," memReqCount; ",{"type":10,"tag":155,"props":6096,"children":6097},{"style":162},[6098],{"type":15,"value":4234},{"type":10,"tag":155,"props":6100,"children":6101},{"style":173},[6102],{"type":15,"value":5453},{"type":10,"tag":155,"props":6104,"children":6105},{"class":157,"line":243},[6106,6111,6115,6119],{"type":10,"tag":155,"props":6107,"children":6108},{"style":677},[6109],{"type":15,"value":6110}," memReqs",{"type":10,"tag":155,"props":6112,"children":6113},{"style":173},[6114],{"type":15,"value":5466},{"type":10,"tag":155,"props":6116,"children":6117},{"style":162},[6118],{"type":15,"value":2858},{"type":10,"tag":155,"props":6120,"children":6121},{"style":173},[6122],{"type":15,"value":6123}," VK_STRUCTURE_TYPE_VIDEO_SESSION_MEMORY_REQUIREMENTS_KHR;\n",{"type":10,"tag":155,"props":6125,"children":6126},{"class":157,"line":870},[6127],{"type":10,"tag":155,"props":6128,"children":6129},{"style":173},[6130],{"type":15,"value":4392},{"type":10,"tag":155,"props":6132,"children":6133},{"class":157,"line":879},[6134],{"type":10,"tag":155,"props":6135,"children":6136},{"emptyLinePlaceholder":4012},[6137],{"type":15,"value":4015},{"type":10,"tag":155,"props":6139,"children":6140},{"class":157,"line":892},[6141,6145,6149,6153,6157],{"type":10,"tag":155,"props":6142,"children":6143},{"style":658},[6144],{"type":15,"value":1090},{"type":10,"tag":155,"props":6146,"children":6147},{"style":173},[6148],{"type":15,"value":5980},{"type":10,"tag":155,"props":6150,"children":6151},{"style":162},[6152],{"type":15,"value":4033},{"type":10,"tag":155,"props":6154,"children":6155},{"style":677},[6156],{"type":15,"value":5989},{"type":10,"tag":155,"props":6158,"children":6159},{"style":173},[6160],{"type":15,"value":6161},", memReqs);\n",{"type":10,"tag":155,"props":6163,"children":6164},{"class":157,"line":905},[6165],{"type":10,"tag":155,"props":6166,"children":6167},{"emptyLinePlaceholder":4012},[6168],{"type":15,"value":4015},{"type":10,"tag":155,"props":6170,"children":6171},{"class":157,"line":927},[6172,6176,6180,6184,6188,6192,6196,6200,6204,6208,6212],{"type":10,"tag":155,"props":6173,"children":6174},{"style":162},[6175],{"type":15,"value":4201},{"type":10,"tag":155,"props":6177,"children":6178},{"style":173},[6179],{"type":15,"value":5413},{"type":10,"tag":155,"props":6181,"children":6182},{"style":162},[6183],{"type":15,"value":3989},{"type":10,"tag":155,"props":6185,"children":6186},{"style":173},[6187],{"type":15,"value":5422},{"type":10,"tag":155,"props":6189,"children":6190},{"style":162},[6191],{"type":15,"value":2858},{"type":10,"tag":155,"props":6193,"children":6194},{"style":2866},[6195],{"type":15,"value":2890},{"type":10,"tag":155,"props":6197,"children":6198},{"style":173},[6199],{"type":15,"value":5435},{"type":10,"tag":155,"props":6201,"children":6202},{"style":162},[6203],{"type":15,"value":4224},{"type":10,"tag":155,"props":6205,"children":6206},{"style":173},[6207],{"type":15,"value":6094},{"type":10,"tag":155,"props":6209,"children":6210},{"style":162},[6211],{"type":15,"value":4234},{"type":10,"tag":155,"props":6213,"children":6214},{"style":173},[6215],{"type":15,"value":5453},{"type":10,"tag":155,"props":6217,"children":6218},{"class":157,"line":4195},[6219],{"type":10,"tag":155,"props":6220,"children":6221},{"style":3859},[6222],{"type":15,"value":6223}," // Allocate memory compatible with the given memory binding\n",{"type":10,"tag":155,"props":6225,"children":6226},{"class":157,"line":4242},[6227,6232,6236],{"type":10,"tag":155,"props":6228,"children":6229},{"style":173},[6230],{"type":15,"value":6231}," VkDeviceMemory memory ",{"type":10,"tag":155,"props":6233,"children":6234},{"style":162},[6235],{"type":15,"value":2858},{"type":10,"tag":155,"props":6237,"children":6238},{"style":173},[6239],{"type":15,"value":3981},{"type":10,"tag":155,"props":6241,"children":6242},{"class":157,"line":4265},[6243],{"type":10,"tag":155,"props":6244,"children":6245},{"emptyLinePlaceholder":4012},[6246],{"type":15,"value":4015},{"type":10,"tag":155,"props":6248,"children":6249},{"class":157,"line":4297},[6250],{"type":10,"tag":155,"props":6251,"children":6252},{"style":3859},[6253],{"type":15,"value":6254}," // Bind the memory to the memory binding\n",{"type":10,"tag":155,"props":6256,"children":6257},{"class":157,"line":4305},[6258,6263,6267],{"type":10,"tag":155,"props":6259,"children":6260},{"style":173},[6261],{"type":15,"value":6262}," VkBindVideoSessionMemoryInfoKHR bindInfo ",{"type":10,"tag":155,"props":6264,"children":6265},{"style":162},[6266],{"type":15,"value":2858},{"type":10,"tag":155,"props":6268,"children":6269},{"style":173},[6270],{"type":15,"value":4645},{"type":10,"tag":155,"props":6272,"children":6273},{"class":157,"line":4327},[6274,6279,6283],{"type":10,"tag":155,"props":6275,"children":6276},{"style":173},[6277],{"type":15,"value":6278}," .sType ",{"type":10,"tag":155,"props":6280,"children":6281},{"style":162},[6282],{"type":15,"value":2858},{"type":10,"tag":155,"props":6284,"children":6285},{"style":173},[6286],{"type":15,"value":6287}," VK_STRUCTURE_TYPE_BIND_VIDEO_SESSION_MEMORY_INFO_KHR,\n",{"type":10,"tag":155,"props":6289,"children":6290},{"class":157,"line":4356},[6291,6296,6300,6304],{"type":10,"tag":155,"props":6292,"children":6293},{"style":173},[6294],{"type":15,"value":6295}," .pNext ",{"type":10,"tag":155,"props":6297,"children":6298},{"style":162},[6299],{"type":15,"value":2858},{"type":10,"tag":155,"props":6301,"children":6302},{"style":2866},[6303],{"type":15,"value":5149},{"type":10,"tag":155,"props":6305,"children":6306},{"style":173},[6307],{"type":15,"value":685},{"type":10,"tag":155,"props":6309,"children":6310},{"class":157,"line":4364},[6311,6316,6320,6325],{"type":10,"tag":155,"props":6312,"children":6313},{"style":173},[6314],{"type":15,"value":6315}," .memoryBindIndex ",{"type":10,"tag":155,"props":6317,"children":6318},{"style":162},[6319],{"type":15,"value":2858},{"type":10,"tag":155,"props":6321,"children":6322},{"style":677},[6323],{"type":15,"value":6324}," memReqs",{"type":10,"tag":155,"props":6326,"children":6327},{"style":173},[6328],{"type":15,"value":6329},"[i].memoryBindIndex,\n",{"type":10,"tag":155,"props":6331,"children":6332},{"class":157,"line":4386},[6333,6338,6342,6346],{"type":10,"tag":155,"props":6334,"children":6335},{"style":173},[6336],{"type":15,"value":6337}," .memory ",{"type":10,"tag":155,"props":6339,"children":6340},{"style":162},[6341],{"type":15,"value":2858},{"type":10,"tag":155,"props":6343,"children":6344},{"style":173},[6345],{"type":15,"value":4748},{"type":10,"tag":155,"props":6347,"children":6348},{"style":3859},[6349],{"type":15,"value":6350}," // memory object to bind\n",{"type":10,"tag":155,"props":6352,"children":6353},{"class":157,"line":4395},[6354,6359,6363,6367],{"type":10,"tag":155,"props":6355,"children":6356},{"style":173},[6357],{"type":15,"value":6358}," .memoryOffset ",{"type":10,"tag":155,"props":6360,"children":6361},{"style":162},[6362],{"type":15,"value":2858},{"type":10,"tag":155,"props":6364,"children":6365},{"style":173},[6366],{"type":15,"value":4748},{"type":10,"tag":155,"props":6368,"children":6369},{"style":3859},[6370],{"type":15,"value":6371}," // offset to bind\n",{"type":10,"tag":155,"props":6373,"children":6374},{"class":157,"line":4403},[6375,6380,6384,6388],{"type":10,"tag":155,"props":6376,"children":6377},{"style":173},[6378],{"type":15,"value":6379}," .memorySize ",{"type":10,"tag":155,"props":6381,"children":6382},{"style":162},[6383],{"type":15,"value":2858},{"type":10,"tag":155,"props":6385,"children":6386},{"style":173},[6387],{"type":15,"value":4748},{"type":10,"tag":155,"props":6389,"children":6390},{"style":3859},[6391],{"type":15,"value":6392}," // size to bind\n",{"type":10,"tag":155,"props":6394,"children":6395},{"class":157,"line":4428},[6396],{"type":10,"tag":155,"props":6397,"children":6398},{"style":173},[6399],{"type":15,"value":6400}," };\n",{"type":10,"tag":155,"props":6402,"children":6403},{"class":157,"line":4436},[6404],{"type":10,"tag":155,"props":6405,"children":6406},{"emptyLinePlaceholder":4012},[6407],{"type":15,"value":4015},{"type":10,"tag":155,"props":6409,"children":6410},{"class":157,"line":4476},[6411,6416,6420,6424,6428,6432],{"type":10,"tag":155,"props":6412,"children":6413},{"style":658},[6414],{"type":15,"value":6415}," vkBindVideoSessionMemoryKHR",{"type":10,"tag":155,"props":6417,"children":6418},{"style":173},[6419],{"type":15,"value":5980},{"type":10,"tag":155,"props":6421,"children":6422},{"style":2866},[6423],{"type":15,"value":2869},{"type":10,"tag":155,"props":6425,"children":6426},{"style":173},[6427],{"type":15,"value":4043},{"type":10,"tag":155,"props":6429,"children":6430},{"style":162},[6431],{"type":15,"value":4033},{"type":10,"tag":155,"props":6433,"children":6434},{"style":173},[6435],{"type":15,"value":6436},"bindInfo);\n",{"type":10,"tag":155,"props":6438,"children":6439},{"class":157,"line":4522},[6440],{"type":10,"tag":155,"props":6441,"children":6442},{"style":173},[6443],{"type":15,"value":4392},{"type":10,"tag":155,"props":6445,"children":6446},{"class":157,"line":4550},[6447],{"type":10,"tag":155,"props":6448,"children":6449},{"style":3859},[6450],{"type":15,"value":6451},"// NOTE: Alternatively, all memory bindings can be bound with a single call\n",{"type":10,"tag":115,"props":6453,"children":6455},{"id":6454},"_create_and_update_video_session_parameters_objects",[6456],{"type":15,"value":6457},"Create and update video session parameters objects",{"type":10,"tag":143,"props":6459,"children":6461},{"className":145,"code":6460,"language":147,"meta":148,"style":148},"VkVideoSessionParametersKHR videoSessionParams = VK_NULL_HANDLE;\n\nVkVideoSessionParametersCreateInfoKHR createInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_CREATE_INFO_KHR,\n .pNext = ... // pointer to codec-specific parameters creation information\n .flags = 0,\n .videoSessionParametersTemplate = ... // template to use or VK_NULL_HANDLE\n .videoSession = videoSession\n};\n\nvkCreateVideoSessionParametersKHR(device, &createInfo, NULL, &videoSessionParams);\n\n...\n\nVkVideoSessionParametersUpdateInfoKHR updateInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_UPDATE_INFO_KHR,\n .pNext = ... // pointer to codec-specific parameters update information\n .updateSequenceCount = 1 // incremented for each subsequent update\n};\n\nvkUpdateVideoSessionParametersKHR(device, &videoSessionParams, &updateInfo);\n",[6462],{"type":10,"tag":151,"props":6463,"children":6464},{"__ignoreMap":148},[6465,6481,6488,6504,6520,6540,6559,6580,6597,6604,6611,6655,6662,6670,6677,6693,6709,6729,6750,6757,6764],{"type":10,"tag":155,"props":6466,"children":6467},{"class":157,"line":158},[6468,6473,6477],{"type":10,"tag":155,"props":6469,"children":6470},{"style":173},[6471],{"type":15,"value":6472},"VkVideoSessionParametersKHR videoSessionParams ",{"type":10,"tag":155,"props":6474,"children":6475},{"style":162},[6476],{"type":15,"value":2858},{"type":10,"tag":155,"props":6478,"children":6479},{"style":173},[6480],{"type":15,"value":5631},{"type":10,"tag":155,"props":6482,"children":6483},{"class":157,"line":179},[6484],{"type":10,"tag":155,"props":6485,"children":6486},{"emptyLinePlaceholder":4012},[6487],{"type":15,"value":4015},{"type":10,"tag":155,"props":6489,"children":6490},{"class":157,"line":188},[6491,6496,6500],{"type":10,"tag":155,"props":6492,"children":6493},{"style":173},[6494],{"type":15,"value":6495},"VkVideoSessionParametersCreateInfoKHR createInfo ",{"type":10,"tag":155,"props":6497,"children":6498},{"style":162},[6499],{"type":15,"value":2858},{"type":10,"tag":155,"props":6501,"children":6502},{"style":173},[6503],{"type":15,"value":4645},{"type":10,"tag":155,"props":6505,"children":6506},{"class":157,"line":207},[6507,6511,6515],{"type":10,"tag":155,"props":6508,"children":6509},{"style":173},[6510],{"type":15,"value":4722},{"type":10,"tag":155,"props":6512,"children":6513},{"style":162},[6514],{"type":15,"value":2858},{"type":10,"tag":155,"props":6516,"children":6517},{"style":173},[6518],{"type":15,"value":6519}," VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_CREATE_INFO_KHR,\n",{"type":10,"tag":155,"props":6521,"children":6522},{"class":157,"line":216},[6523,6527,6531,6535],{"type":10,"tag":155,"props":6524,"children":6525},{"style":173},[6526],{"type":15,"value":4739},{"type":10,"tag":155,"props":6528,"children":6529},{"style":162},[6530],{"type":15,"value":2858},{"type":10,"tag":155,"props":6532,"children":6533},{"style":173},[6534],{"type":15,"value":4748},{"type":10,"tag":155,"props":6536,"children":6537},{"style":3859},[6538],{"type":15,"value":6539}," // pointer to codec-specific parameters creation information\n",{"type":10,"tag":155,"props":6541,"children":6542},{"class":157,"line":225},[6543,6547,6551,6555],{"type":10,"tag":155,"props":6544,"children":6545},{"style":173},[6546],{"type":15,"value":5718},{"type":10,"tag":155,"props":6548,"children":6549},{"style":162},[6550],{"type":15,"value":2858},{"type":10,"tag":155,"props":6552,"children":6553},{"style":2866},[6554],{"type":15,"value":2890},{"type":10,"tag":155,"props":6556,"children":6557},{"style":173},[6558],{"type":15,"value":685},{"type":10,"tag":155,"props":6560,"children":6561},{"class":157,"line":234},[6562,6567,6571,6575],{"type":10,"tag":155,"props":6563,"children":6564},{"style":173},[6565],{"type":15,"value":6566}," .videoSessionParametersTemplate ",{"type":10,"tag":155,"props":6568,"children":6569},{"style":162},[6570],{"type":15,"value":2858},{"type":10,"tag":155,"props":6572,"children":6573},{"style":173},[6574],{"type":15,"value":4748},{"type":10,"tag":155,"props":6576,"children":6577},{"style":3859},[6578],{"type":15,"value":6579}," // template to use or VK_NULL_HANDLE\n",{"type":10,"tag":155,"props":6581,"children":6582},{"class":157,"line":243},[6583,6588,6592],{"type":10,"tag":155,"props":6584,"children":6585},{"style":173},[6586],{"type":15,"value":6587}," .videoSession ",{"type":10,"tag":155,"props":6589,"children":6590},{"style":162},[6591],{"type":15,"value":2858},{"type":10,"tag":155,"props":6593,"children":6594},{"style":173},[6595],{"type":15,"value":6596}," videoSession\n",{"type":10,"tag":155,"props":6598,"children":6599},{"class":157,"line":870},[6600],{"type":10,"tag":155,"props":6601,"children":6602},{"style":173},[6603],{"type":15,"value":4833},{"type":10,"tag":155,"props":6605,"children":6606},{"class":157,"line":879},[6607],{"type":10,"tag":155,"props":6608,"children":6609},{"emptyLinePlaceholder":4012},[6610],{"type":15,"value":4015},{"type":10,"tag":155,"props":6612,"children":6613},{"class":157,"line":892},[6614,6618,6622,6626,6630,6634,6638,6642,6646,6651],{"type":10,"tag":155,"props":6615,"children":6616},{"style":658},[6617],{"type":15,"value":1594},{"type":10,"tag":155,"props":6619,"children":6620},{"style":173},[6621],{"type":15,"value":5903},{"type":10,"tag":155,"props":6623,"children":6624},{"style":162},[6625],{"type":15,"value":4033},{"type":10,"tag":155,"props":6627,"children":6628},{"style":677},[6629],{"type":15,"value":5912},{"type":10,"tag":155,"props":6631,"children":6632},{"style":173},[6633],{"type":15,"value":4043},{"type":10,"tag":155,"props":6635,"children":6636},{"style":2866},[6637],{"type":15,"value":4048},{"type":10,"tag":155,"props":6639,"children":6640},{"style":173},[6641],{"type":15,"value":4043},{"type":10,"tag":155,"props":6643,"children":6644},{"style":162},[6645],{"type":15,"value":4033},{"type":10,"tag":155,"props":6647,"children":6648},{"style":677},[6649],{"type":15,"value":6650},"videoSessionParams",{"type":10,"tag":155,"props":6652,"children":6653},{"style":173},[6654],{"type":15,"value":758},{"type":10,"tag":155,"props":6656,"children":6657},{"class":157,"line":905},[6658],{"type":10,"tag":155,"props":6659,"children":6660},{"emptyLinePlaceholder":4012},[6661],{"type":15,"value":4015},{"type":10,"tag":155,"props":6663,"children":6664},{"class":157,"line":927},[6665],{"type":10,"tag":155,"props":6666,"children":6667},{"style":173},[6668],{"type":15,"value":6669},"...\n",{"type":10,"tag":155,"props":6671,"children":6672},{"class":157,"line":4195},[6673],{"type":10,"tag":155,"props":6674,"children":6675},{"emptyLinePlaceholder":4012},[6676],{"type":15,"value":4015},{"type":10,"tag":155,"props":6678,"children":6679},{"class":157,"line":4242},[6680,6685,6689],{"type":10,"tag":155,"props":6681,"children":6682},{"style":173},[6683],{"type":15,"value":6684},"VkVideoSessionParametersUpdateInfoKHR updateInfo ",{"type":10,"tag":155,"props":6686,"children":6687},{"style":162},[6688],{"type":15,"value":2858},{"type":10,"tag":155,"props":6690,"children":6691},{"style":173},[6692],{"type":15,"value":4645},{"type":10,"tag":155,"props":6694,"children":6695},{"class":157,"line":4265},[6696,6700,6704],{"type":10,"tag":155,"props":6697,"children":6698},{"style":173},[6699],{"type":15,"value":4722},{"type":10,"tag":155,"props":6701,"children":6702},{"style":162},[6703],{"type":15,"value":2858},{"type":10,"tag":155,"props":6705,"children":6706},{"style":173},[6707],{"type":15,"value":6708}," VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_UPDATE_INFO_KHR,\n",{"type":10,"tag":155,"props":6710,"children":6711},{"class":157,"line":4297},[6712,6716,6720,6724],{"type":10,"tag":155,"props":6713,"children":6714},{"style":173},[6715],{"type":15,"value":4739},{"type":10,"tag":155,"props":6717,"children":6718},{"style":162},[6719],{"type":15,"value":2858},{"type":10,"tag":155,"props":6721,"children":6722},{"style":173},[6723],{"type":15,"value":4748},{"type":10,"tag":155,"props":6725,"children":6726},{"style":3859},[6727],{"type":15,"value":6728}," // pointer to codec-specific parameters update information\n",{"type":10,"tag":155,"props":6730,"children":6731},{"class":157,"line":4305},[6732,6737,6741,6745],{"type":10,"tag":155,"props":6733,"children":6734},{"style":173},[6735],{"type":15,"value":6736}," .updateSequenceCount ",{"type":10,"tag":155,"props":6738,"children":6739},{"style":162},[6740],{"type":15,"value":2858},{"type":10,"tag":155,"props":6742,"children":6743},{"style":2866},[6744],{"type":15,"value":2911},{"type":10,"tag":155,"props":6746,"children":6747},{"style":3859},[6748],{"type":15,"value":6749}," // incremented for each subsequent update\n",{"type":10,"tag":155,"props":6751,"children":6752},{"class":157,"line":4327},[6753],{"type":10,"tag":155,"props":6754,"children":6755},{"style":173},[6756],{"type":15,"value":4833},{"type":10,"tag":155,"props":6758,"children":6759},{"class":157,"line":4356},[6760],{"type":10,"tag":155,"props":6761,"children":6762},{"emptyLinePlaceholder":4012},[6763],{"type":15,"value":4015},{"type":10,"tag":155,"props":6765,"children":6766},{"class":157,"line":4364},[6767,6771,6775,6779,6783,6787,6791,6796],{"type":10,"tag":155,"props":6768,"children":6769},{"style":658},[6770],{"type":15,"value":1803},{"type":10,"tag":155,"props":6772,"children":6773},{"style":173},[6774],{"type":15,"value":5903},{"type":10,"tag":155,"props":6776,"children":6777},{"style":162},[6778],{"type":15,"value":4033},{"type":10,"tag":155,"props":6780,"children":6781},{"style":677},[6782],{"type":15,"value":6650},{"type":10,"tag":155,"props":6784,"children":6785},{"style":173},[6786],{"type":15,"value":4043},{"type":10,"tag":155,"props":6788,"children":6789},{"style":162},[6790],{"type":15,"value":4033},{"type":10,"tag":155,"props":6792,"children":6793},{"style":677},[6794],{"type":15,"value":6795},"updateInfo",{"type":10,"tag":155,"props":6797,"children":6798},{"style":173},[6799],{"type":15,"value":758},{"type":10,"tag":115,"props":6801,"children":6803},{"id":6802},"_create_bitstream_buffer",[6804],{"type":15,"value":6805},"Create bitstream buffer",{"type":10,"tag":143,"props":6807,"children":6809},{"className":145,"code":6808,"language":147,"meta":148,"style":148},"VkBuffer buffer = VK_NULL_HANDLE;\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = ... // number of video profiles to use the bitstream buffer with\n .pProfiles = ... // pointer to an array of video profile information structure chains\n};\n\nVkBufferCreateInfo createInfo = {\n .sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO,\n .pNext = &profileListInfo,\n ... // buffer creation parameters including one or more video-specific usage flags\n};\n\nvkCreateBuffer(device, &createInfo, NULL, &buffer);\n",[6810],{"type":10,"tag":151,"props":6811,"children":6812},{"__ignoreMap":148},[6813,6829,6836,6851,6866,6885,6905,6925,6932,6939,6955,6971,6990,7003,7010,7017],{"type":10,"tag":155,"props":6814,"children":6815},{"class":157,"line":158},[6816,6821,6825],{"type":10,"tag":155,"props":6817,"children":6818},{"style":173},[6819],{"type":15,"value":6820},"VkBuffer buffer ",{"type":10,"tag":155,"props":6822,"children":6823},{"style":162},[6824],{"type":15,"value":2858},{"type":10,"tag":155,"props":6826,"children":6827},{"style":173},[6828],{"type":15,"value":5631},{"type":10,"tag":155,"props":6830,"children":6831},{"class":157,"line":179},[6832],{"type":10,"tag":155,"props":6833,"children":6834},{"emptyLinePlaceholder":4012},[6835],{"type":15,"value":4015},{"type":10,"tag":155,"props":6837,"children":6838},{"class":157,"line":188},[6839,6843,6847],{"type":10,"tag":155,"props":6840,"children":6841},{"style":173},[6842],{"type":15,"value":5109},{"type":10,"tag":155,"props":6844,"children":6845},{"style":162},[6846],{"type":15,"value":2858},{"type":10,"tag":155,"props":6848,"children":6849},{"style":173},[6850],{"type":15,"value":4645},{"type":10,"tag":155,"props":6852,"children":6853},{"class":157,"line":207},[6854,6858,6862],{"type":10,"tag":155,"props":6855,"children":6856},{"style":173},[6857],{"type":15,"value":4722},{"type":10,"tag":155,"props":6859,"children":6860},{"style":162},[6861],{"type":15,"value":2858},{"type":10,"tag":155,"props":6863,"children":6864},{"style":173},[6865],{"type":15,"value":5133},{"type":10,"tag":155,"props":6867,"children":6868},{"class":157,"line":216},[6869,6873,6877,6881],{"type":10,"tag":155,"props":6870,"children":6871},{"style":173},[6872],{"type":15,"value":4739},{"type":10,"tag":155,"props":6874,"children":6875},{"style":162},[6876],{"type":15,"value":2858},{"type":10,"tag":155,"props":6878,"children":6879},{"style":2866},[6880],{"type":15,"value":5149},{"type":10,"tag":155,"props":6882,"children":6883},{"style":173},[6884],{"type":15,"value":685},{"type":10,"tag":155,"props":6886,"children":6887},{"class":157,"line":225},[6888,6892,6896,6900],{"type":10,"tag":155,"props":6889,"children":6890},{"style":173},[6891],{"type":15,"value":5161},{"type":10,"tag":155,"props":6893,"children":6894},{"style":162},[6895],{"type":15,"value":2858},{"type":10,"tag":155,"props":6897,"children":6898},{"style":173},[6899],{"type":15,"value":4748},{"type":10,"tag":155,"props":6901,"children":6902},{"style":3859},[6903],{"type":15,"value":6904}," // number of video profiles to use the bitstream buffer with\n",{"type":10,"tag":155,"props":6906,"children":6907},{"class":157,"line":234},[6908,6912,6916,6920],{"type":10,"tag":155,"props":6909,"children":6910},{"style":173},[6911],{"type":15,"value":5181},{"type":10,"tag":155,"props":6913,"children":6914},{"style":162},[6915],{"type":15,"value":2858},{"type":10,"tag":155,"props":6917,"children":6918},{"style":173},[6919],{"type":15,"value":4748},{"type":10,"tag":155,"props":6921,"children":6922},{"style":3859},[6923],{"type":15,"value":6924}," // pointer to an array of video profile information structure chains\n",{"type":10,"tag":155,"props":6926,"children":6927},{"class":157,"line":243},[6928],{"type":10,"tag":155,"props":6929,"children":6930},{"style":173},[6931],{"type":15,"value":4833},{"type":10,"tag":155,"props":6933,"children":6934},{"class":157,"line":870},[6935],{"type":10,"tag":155,"props":6936,"children":6937},{"emptyLinePlaceholder":4012},[6938],{"type":15,"value":4015},{"type":10,"tag":155,"props":6940,"children":6941},{"class":157,"line":879},[6942,6947,6951],{"type":10,"tag":155,"props":6943,"children":6944},{"style":173},[6945],{"type":15,"value":6946},"VkBufferCreateInfo createInfo ",{"type":10,"tag":155,"props":6948,"children":6949},{"style":162},[6950],{"type":15,"value":2858},{"type":10,"tag":155,"props":6952,"children":6953},{"style":173},[6954],{"type":15,"value":4645},{"type":10,"tag":155,"props":6956,"children":6957},{"class":157,"line":892},[6958,6962,6966],{"type":10,"tag":155,"props":6959,"children":6960},{"style":173},[6961],{"type":15,"value":4722},{"type":10,"tag":155,"props":6963,"children":6964},{"style":162},[6965],{"type":15,"value":2858},{"type":10,"tag":155,"props":6967,"children":6968},{"style":173},[6969],{"type":15,"value":6970}," VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO,\n",{"type":10,"tag":155,"props":6972,"children":6973},{"class":157,"line":905},[6974,6978,6982,6986],{"type":10,"tag":155,"props":6975,"children":6976},{"style":173},[6977],{"type":15,"value":4739},{"type":10,"tag":155,"props":6979,"children":6980},{"style":162},[6981],{"type":15,"value":2858},{"type":10,"tag":155,"props":6983,"children":6984},{"style":162},[6985],{"type":15,"value":4284},{"type":10,"tag":155,"props":6987,"children":6988},{"style":173},[6989],{"type":15,"value":5268},{"type":10,"tag":155,"props":6991,"children":6992},{"class":157,"line":927},[6993,6998],{"type":10,"tag":155,"props":6994,"children":6995},{"style":173},[6996],{"type":15,"value":6997}," ...",{"type":10,"tag":155,"props":6999,"children":7000},{"style":3859},[7001],{"type":15,"value":7002}," // buffer creation parameters including one or more video-specific usage flags\n",{"type":10,"tag":155,"props":7004,"children":7005},{"class":157,"line":4195},[7006],{"type":10,"tag":155,"props":7007,"children":7008},{"style":173},[7009],{"type":15,"value":4833},{"type":10,"tag":155,"props":7011,"children":7012},{"class":157,"line":4242},[7013],{"type":10,"tag":155,"props":7014,"children":7015},{"emptyLinePlaceholder":4012},[7016],{"type":15,"value":4015},{"type":10,"tag":155,"props":7018,"children":7019},{"class":157,"line":4265},[7020,7024,7028,7032,7036,7040,7044,7048,7052,7057],{"type":10,"tag":155,"props":7021,"children":7022},{"style":658},[7023],{"type":15,"value":3143},{"type":10,"tag":155,"props":7025,"children":7026},{"style":173},[7027],{"type":15,"value":5903},{"type":10,"tag":155,"props":7029,"children":7030},{"style":162},[7031],{"type":15,"value":4033},{"type":10,"tag":155,"props":7033,"children":7034},{"style":677},[7035],{"type":15,"value":5912},{"type":10,"tag":155,"props":7037,"children":7038},{"style":173},[7039],{"type":15,"value":4043},{"type":10,"tag":155,"props":7041,"children":7042},{"style":2866},[7043],{"type":15,"value":4048},{"type":10,"tag":155,"props":7045,"children":7046},{"style":173},[7047],{"type":15,"value":4043},{"type":10,"tag":155,"props":7049,"children":7050},{"style":162},[7051],{"type":15,"value":4033},{"type":10,"tag":155,"props":7053,"children":7054},{"style":677},[7055],{"type":15,"value":7056},"buffer",{"type":10,"tag":155,"props":7058,"children":7059},{"style":173},[7060],{"type":15,"value":758},{"type":10,"tag":115,"props":7062,"children":7064},{"id":7063},"_create_image_and_image_view_backing_video_picture_resources",[7065],{"type":15,"value":7066},"Create image and image view backing video picture resources",{"type":10,"tag":143,"props":7068,"children":7070},{"className":145,"code":7069,"language":147,"meta":148,"style":148},"VkImage image = VK_NULL_HANDLE;\nVkImageView imageView = VK_NULL_HANDLE;\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = ... // number of video profiles to use the image with\n .pProfiles = ... // pointer to an array of video profile information structure chains\n};\n\nVkImageCreateInfo imageCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,\n .pNext = &profileListInfo,\n ... // image creation parameters including one or more video-specific usage flags\n};\n\nvkCreateImage(device, &imageCreateInfo, NULL, &image);\n\nVkImageViewUsageCreateInfo imageViewUsageInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO,\n .pNext = NULL,\n .usage = // video-specific usage flags\n};\n\nVkImageViewCreateInfo imageViewCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,\n .pNext = &imageViewUsageInfo,\n .flags = 0,\n .image = image,\n .viewType = ... // image view type (only 2D or 2D_ARRAY is supported)\n ... // other image view creation parameters\n};\n\nvkCreateImageView(device, &imageViewCreateInfo, NULL, &imageView);\n",[7071],{"type":10,"tag":151,"props":7072,"children":7073},{"__ignoreMap":148},[7074,7090,7106,7113,7128,7143,7162,7182,7201,7208,7215,7231,7247,7266,7278,7285,7292,7337,7344,7360,7376,7395,7412,7419,7426,7442,7458,7478,7497,7514,7535,7547,7554,7561],{"type":10,"tag":155,"props":7075,"children":7076},{"class":157,"line":158},[7077,7082,7086],{"type":10,"tag":155,"props":7078,"children":7079},{"style":173},[7080],{"type":15,"value":7081},"VkImage image ",{"type":10,"tag":155,"props":7083,"children":7084},{"style":162},[7085],{"type":15,"value":2858},{"type":10,"tag":155,"props":7087,"children":7088},{"style":173},[7089],{"type":15,"value":5631},{"type":10,"tag":155,"props":7091,"children":7092},{"class":157,"line":179},[7093,7098,7102],{"type":10,"tag":155,"props":7094,"children":7095},{"style":173},[7096],{"type":15,"value":7097},"VkImageView imageView ",{"type":10,"tag":155,"props":7099,"children":7100},{"style":162},[7101],{"type":15,"value":2858},{"type":10,"tag":155,"props":7103,"children":7104},{"style":173},[7105],{"type":15,"value":5631},{"type":10,"tag":155,"props":7107,"children":7108},{"class":157,"line":188},[7109],{"type":10,"tag":155,"props":7110,"children":7111},{"emptyLinePlaceholder":4012},[7112],{"type":15,"value":4015},{"type":10,"tag":155,"props":7114,"children":7115},{"class":157,"line":207},[7116,7120,7124],{"type":10,"tag":155,"props":7117,"children":7118},{"style":173},[7119],{"type":15,"value":5109},{"type":10,"tag":155,"props":7121,"children":7122},{"style":162},[7123],{"type":15,"value":2858},{"type":10,"tag":155,"props":7125,"children":7126},{"style":173},[7127],{"type":15,"value":4645},{"type":10,"tag":155,"props":7129,"children":7130},{"class":157,"line":216},[7131,7135,7139],{"type":10,"tag":155,"props":7132,"children":7133},{"style":173},[7134],{"type":15,"value":4722},{"type":10,"tag":155,"props":7136,"children":7137},{"style":162},[7138],{"type":15,"value":2858},{"type":10,"tag":155,"props":7140,"children":7141},{"style":173},[7142],{"type":15,"value":5133},{"type":10,"tag":155,"props":7144,"children":7145},{"class":157,"line":225},[7146,7150,7154,7158],{"type":10,"tag":155,"props":7147,"children":7148},{"style":173},[7149],{"type":15,"value":4739},{"type":10,"tag":155,"props":7151,"children":7152},{"style":162},[7153],{"type":15,"value":2858},{"type":10,"tag":155,"props":7155,"children":7156},{"style":2866},[7157],{"type":15,"value":5149},{"type":10,"tag":155,"props":7159,"children":7160},{"style":173},[7161],{"type":15,"value":685},{"type":10,"tag":155,"props":7163,"children":7164},{"class":157,"line":234},[7165,7169,7173,7177],{"type":10,"tag":155,"props":7166,"children":7167},{"style":173},[7168],{"type":15,"value":5161},{"type":10,"tag":155,"props":7170,"children":7171},{"style":162},[7172],{"type":15,"value":2858},{"type":10,"tag":155,"props":7174,"children":7175},{"style":173},[7176],{"type":15,"value":4748},{"type":10,"tag":155,"props":7178,"children":7179},{"style":3859},[7180],{"type":15,"value":7181}," // number of video profiles to use the image with\n",{"type":10,"tag":155,"props":7183,"children":7184},{"class":157,"line":243},[7185,7189,7193,7197],{"type":10,"tag":155,"props":7186,"children":7187},{"style":173},[7188],{"type":15,"value":5181},{"type":10,"tag":155,"props":7190,"children":7191},{"style":162},[7192],{"type":15,"value":2858},{"type":10,"tag":155,"props":7194,"children":7195},{"style":173},[7196],{"type":15,"value":4748},{"type":10,"tag":155,"props":7198,"children":7199},{"style":3859},[7200],{"type":15,"value":6924},{"type":10,"tag":155,"props":7202,"children":7203},{"class":157,"line":870},[7204],{"type":10,"tag":155,"props":7205,"children":7206},{"style":173},[7207],{"type":15,"value":4833},{"type":10,"tag":155,"props":7209,"children":7210},{"class":157,"line":879},[7211],{"type":10,"tag":155,"props":7212,"children":7213},{"emptyLinePlaceholder":4012},[7214],{"type":15,"value":4015},{"type":10,"tag":155,"props":7216,"children":7217},{"class":157,"line":892},[7218,7223,7227],{"type":10,"tag":155,"props":7219,"children":7220},{"style":173},[7221],{"type":15,"value":7222},"VkImageCreateInfo imageCreateInfo ",{"type":10,"tag":155,"props":7224,"children":7225},{"style":162},[7226],{"type":15,"value":2858},{"type":10,"tag":155,"props":7228,"children":7229},{"style":173},[7230],{"type":15,"value":4645},{"type":10,"tag":155,"props":7232,"children":7233},{"class":157,"line":905},[7234,7238,7242],{"type":10,"tag":155,"props":7235,"children":7236},{"style":173},[7237],{"type":15,"value":4722},{"type":10,"tag":155,"props":7239,"children":7240},{"style":162},[7241],{"type":15,"value":2858},{"type":10,"tag":155,"props":7243,"children":7244},{"style":173},[7245],{"type":15,"value":7246}," VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,\n",{"type":10,"tag":155,"props":7248,"children":7249},{"class":157,"line":927},[7250,7254,7258,7262],{"type":10,"tag":155,"props":7251,"children":7252},{"style":173},[7253],{"type":15,"value":4739},{"type":10,"tag":155,"props":7255,"children":7256},{"style":162},[7257],{"type":15,"value":2858},{"type":10,"tag":155,"props":7259,"children":7260},{"style":162},[7261],{"type":15,"value":4284},{"type":10,"tag":155,"props":7263,"children":7264},{"style":173},[7265],{"type":15,"value":5268},{"type":10,"tag":155,"props":7267,"children":7268},{"class":157,"line":4195},[7269,7273],{"type":10,"tag":155,"props":7270,"children":7271},{"style":173},[7272],{"type":15,"value":6997},{"type":10,"tag":155,"props":7274,"children":7275},{"style":3859},[7276],{"type":15,"value":7277}," // image creation parameters including one or more video-specific usage flags\n",{"type":10,"tag":155,"props":7279,"children":7280},{"class":157,"line":4242},[7281],{"type":10,"tag":155,"props":7282,"children":7283},{"style":173},[7284],{"type":15,"value":4833},{"type":10,"tag":155,"props":7286,"children":7287},{"class":157,"line":4265},[7288],{"type":10,"tag":155,"props":7289,"children":7290},{"emptyLinePlaceholder":4012},[7291],{"type":15,"value":4015},{"type":10,"tag":155,"props":7293,"children":7294},{"class":157,"line":4297},[7295,7299,7303,7307,7312,7316,7320,7324,7328,7333],{"type":10,"tag":155,"props":7296,"children":7297},{"style":658},[7298],{"type":15,"value":3116},{"type":10,"tag":155,"props":7300,"children":7301},{"style":173},[7302],{"type":15,"value":5903},{"type":10,"tag":155,"props":7304,"children":7305},{"style":162},[7306],{"type":15,"value":4033},{"type":10,"tag":155,"props":7308,"children":7309},{"style":677},[7310],{"type":15,"value":7311},"imageCreateInfo",{"type":10,"tag":155,"props":7313,"children":7314},{"style":173},[7315],{"type":15,"value":4043},{"type":10,"tag":155,"props":7317,"children":7318},{"style":2866},[7319],{"type":15,"value":4048},{"type":10,"tag":155,"props":7321,"children":7322},{"style":173},[7323],{"type":15,"value":4043},{"type":10,"tag":155,"props":7325,"children":7326},{"style":162},[7327],{"type":15,"value":4033},{"type":10,"tag":155,"props":7329,"children":7330},{"style":677},[7331],{"type":15,"value":7332},"image",{"type":10,"tag":155,"props":7334,"children":7335},{"style":173},[7336],{"type":15,"value":758},{"type":10,"tag":155,"props":7338,"children":7339},{"class":157,"line":4305},[7340],{"type":10,"tag":155,"props":7341,"children":7342},{"emptyLinePlaceholder":4012},[7343],{"type":15,"value":4015},{"type":10,"tag":155,"props":7345,"children":7346},{"class":157,"line":4327},[7347,7352,7356],{"type":10,"tag":155,"props":7348,"children":7349},{"style":173},[7350],{"type":15,"value":7351},"VkImageViewUsageCreateInfo imageViewUsageInfo ",{"type":10,"tag":155,"props":7353,"children":7354},{"style":162},[7355],{"type":15,"value":2858},{"type":10,"tag":155,"props":7357,"children":7358},{"style":173},[7359],{"type":15,"value":4645},{"type":10,"tag":155,"props":7361,"children":7362},{"class":157,"line":4356},[7363,7367,7371],{"type":10,"tag":155,"props":7364,"children":7365},{"style":173},[7366],{"type":15,"value":4722},{"type":10,"tag":155,"props":7368,"children":7369},{"style":162},[7370],{"type":15,"value":2858},{"type":10,"tag":155,"props":7372,"children":7373},{"style":173},[7374],{"type":15,"value":7375}," VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO,\n",{"type":10,"tag":155,"props":7377,"children":7378},{"class":157,"line":4364},[7379,7383,7387,7391],{"type":10,"tag":155,"props":7380,"children":7381},{"style":173},[7382],{"type":15,"value":4739},{"type":10,"tag":155,"props":7384,"children":7385},{"style":162},[7386],{"type":15,"value":2858},{"type":10,"tag":155,"props":7388,"children":7389},{"style":2866},[7390],{"type":15,"value":5149},{"type":10,"tag":155,"props":7392,"children":7393},{"style":173},[7394],{"type":15,"value":685},{"type":10,"tag":155,"props":7396,"children":7397},{"class":157,"line":4386},[7398,7403,7407],{"type":10,"tag":155,"props":7399,"children":7400},{"style":173},[7401],{"type":15,"value":7402}," .usage ",{"type":10,"tag":155,"props":7404,"children":7405},{"style":162},[7406],{"type":15,"value":2858},{"type":10,"tag":155,"props":7408,"children":7409},{"style":3859},[7410],{"type":15,"value":7411}," // video-specific usage flags\n",{"type":10,"tag":155,"props":7413,"children":7414},{"class":157,"line":4395},[7415],{"type":10,"tag":155,"props":7416,"children":7417},{"style":173},[7418],{"type":15,"value":4833},{"type":10,"tag":155,"props":7420,"children":7421},{"class":157,"line":4403},[7422],{"type":10,"tag":155,"props":7423,"children":7424},{"emptyLinePlaceholder":4012},[7425],{"type":15,"value":4015},{"type":10,"tag":155,"props":7427,"children":7428},{"class":157,"line":4428},[7429,7434,7438],{"type":10,"tag":155,"props":7430,"children":7431},{"style":173},[7432],{"type":15,"value":7433},"VkImageViewCreateInfo imageViewCreateInfo ",{"type":10,"tag":155,"props":7435,"children":7436},{"style":162},[7437],{"type":15,"value":2858},{"type":10,"tag":155,"props":7439,"children":7440},{"style":173},[7441],{"type":15,"value":4645},{"type":10,"tag":155,"props":7443,"children":7444},{"class":157,"line":4436},[7445,7449,7453],{"type":10,"tag":155,"props":7446,"children":7447},{"style":173},[7448],{"type":15,"value":4722},{"type":10,"tag":155,"props":7450,"children":7451},{"style":162},[7452],{"type":15,"value":2858},{"type":10,"tag":155,"props":7454,"children":7455},{"style":173},[7456],{"type":15,"value":7457}," VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,\n",{"type":10,"tag":155,"props":7459,"children":7460},{"class":157,"line":4476},[7461,7465,7469,7473],{"type":10,"tag":155,"props":7462,"children":7463},{"style":173},[7464],{"type":15,"value":4739},{"type":10,"tag":155,"props":7466,"children":7467},{"style":162},[7468],{"type":15,"value":2858},{"type":10,"tag":155,"props":7470,"children":7471},{"style":162},[7472],{"type":15,"value":4284},{"type":10,"tag":155,"props":7474,"children":7475},{"style":173},[7476],{"type":15,"value":7477},"imageViewUsageInfo,\n",{"type":10,"tag":155,"props":7479,"children":7480},{"class":157,"line":4522},[7481,7485,7489,7493],{"type":10,"tag":155,"props":7482,"children":7483},{"style":173},[7484],{"type":15,"value":5718},{"type":10,"tag":155,"props":7486,"children":7487},{"style":162},[7488],{"type":15,"value":2858},{"type":10,"tag":155,"props":7490,"children":7491},{"style":2866},[7492],{"type":15,"value":2890},{"type":10,"tag":155,"props":7494,"children":7495},{"style":173},[7496],{"type":15,"value":685},{"type":10,"tag":155,"props":7498,"children":7499},{"class":157,"line":4550},[7500,7505,7509],{"type":10,"tag":155,"props":7501,"children":7502},{"style":173},[7503],{"type":15,"value":7504}," .image ",{"type":10,"tag":155,"props":7506,"children":7507},{"style":162},[7508],{"type":15,"value":2858},{"type":10,"tag":155,"props":7510,"children":7511},{"style":173},[7512],{"type":15,"value":7513}," image,\n",{"type":10,"tag":155,"props":7515,"children":7516},{"class":157,"line":4564},[7517,7522,7526,7530],{"type":10,"tag":155,"props":7518,"children":7519},{"style":173},[7520],{"type":15,"value":7521}," .viewType ",{"type":10,"tag":155,"props":7523,"children":7524},{"style":162},[7525],{"type":15,"value":2858},{"type":10,"tag":155,"props":7527,"children":7528},{"style":173},[7529],{"type":15,"value":4748},{"type":10,"tag":155,"props":7531,"children":7532},{"style":3859},[7533],{"type":15,"value":7534}," // image view type (only 2D or 2D_ARRAY is supported)\n",{"type":10,"tag":155,"props":7536,"children":7537},{"class":157,"line":4573},[7538,7542],{"type":10,"tag":155,"props":7539,"children":7540},{"style":173},[7541],{"type":15,"value":6997},{"type":10,"tag":155,"props":7543,"children":7544},{"style":3859},[7545],{"type":15,"value":7546}," // other image view creation parameters\n",{"type":10,"tag":155,"props":7548,"children":7549},{"class":157,"line":4581},[7550],{"type":10,"tag":155,"props":7551,"children":7552},{"style":173},[7553],{"type":15,"value":4833},{"type":10,"tag":155,"props":7555,"children":7556},{"class":157,"line":4589},[7557],{"type":10,"tag":155,"props":7558,"children":7559},{"emptyLinePlaceholder":4012},[7560],{"type":15,"value":4015},{"type":10,"tag":155,"props":7562,"children":7563},{"class":157,"line":4611},[7564,7569,7573,7577,7582,7586,7590,7594,7598,7603],{"type":10,"tag":155,"props":7565,"children":7566},{"style":658},[7567],{"type":15,"value":7568},"vkCreateImageView",{"type":10,"tag":155,"props":7570,"children":7571},{"style":173},[7572],{"type":15,"value":5903},{"type":10,"tag":155,"props":7574,"children":7575},{"style":162},[7576],{"type":15,"value":4033},{"type":10,"tag":155,"props":7578,"children":7579},{"style":677},[7580],{"type":15,"value":7581},"imageViewCreateInfo",{"type":10,"tag":155,"props":7583,"children":7584},{"style":173},[7585],{"type":15,"value":4043},{"type":10,"tag":155,"props":7587,"children":7588},{"style":2866},[7589],{"type":15,"value":4048},{"type":10,"tag":155,"props":7591,"children":7592},{"style":173},[7593],{"type":15,"value":4043},{"type":10,"tag":155,"props":7595,"children":7596},{"style":162},[7597],{"type":15,"value":4033},{"type":10,"tag":155,"props":7599,"children":7600},{"style":677},[7601],{"type":15,"value":7602},"imageView",{"type":10,"tag":155,"props":7604,"children":7605},{"style":173},[7606],{"type":15,"value":758},{"type":10,"tag":115,"props":7608,"children":7610},{"id":7609},"_record_video_coding_operations_into_command_buffers",[7611],{"type":15,"value":7612},"Record video coding operations into command buffers",{"type":10,"tag":143,"props":7614,"children":7616},{"className":145,"code":7615,"language":147,"meta":148,"style":148},"VkCommandBuffer commandBuffer = ... // allocate command buffer for a queue family supporting the video profile\n\nvkBeginCommandBuffer(commandBuffer, ...);\n...\n\n// Begin video coding scope with given video session, parameters, and reference picture resources\nVkVideoBeginCodingInfoKHR beginInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_BEGIN_CODING_INFO_KHR,\n .pNext = NULL,\n .flags = 0,\n .videoSession = videoSession,\n .videoSessionParameters = videoSessionParams,\n .referenceSlotCount = ...\n .pReferenceSlots = ...\n};\n\nvkCmdBeginVideoCodingKHR(commandBuffer, &beginInfo);\n\n// Reset video session before starting to use it for video coding operations\n// (only needed when starting to process a new video stream)\nVkVideoCodingControlInfoKHR controlInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_CODING_CONTROL_INFO_KHR,\n .pNext = NULL,\n .flags = VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR\n};\n\nvkCmdControlVideoCodingKHR(commandBuffer, &controlInfo);\n\n// Issue video coding operations against the video session\n...\n\n// End video coding scope\nVkVideoEndCodingInfoKHR endInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR,\n .pNext = NULL,\n .flags = 0\n};\n\nvkCmdEndVideoCodingKHR(commandBuffer, &endInfo);\n\n...\nvkEndCommandBuffer(commandBuffer);\n",[7617],{"type":10,"tag":151,"props":7618,"children":7619},{"__ignoreMap":148},[7620,7641,7648,7661,7668,7675,7683,7699,7715,7734,7753,7769,7786,7802,7818,7825,7832,7857,7864,7872,7880,7896,7912,7931,7947,7954,7961,7985,7992,8000,8007,8014,8022,8038,8054,8073,8089,8096,8103,8127,8135,8143],{"type":10,"tag":155,"props":7621,"children":7622},{"class":157,"line":158},[7623,7628,7632,7636],{"type":10,"tag":155,"props":7624,"children":7625},{"style":173},[7626],{"type":15,"value":7627},"VkCommandBuffer commandBuffer ",{"type":10,"tag":155,"props":7629,"children":7630},{"style":162},[7631],{"type":15,"value":2858},{"type":10,"tag":155,"props":7633,"children":7634},{"style":173},[7635],{"type":15,"value":4748},{"type":10,"tag":155,"props":7637,"children":7638},{"style":3859},[7639],{"type":15,"value":7640}," // allocate command buffer for a queue family supporting the video profile\n",{"type":10,"tag":155,"props":7642,"children":7643},{"class":157,"line":179},[7644],{"type":10,"tag":155,"props":7645,"children":7646},{"emptyLinePlaceholder":4012},[7647],{"type":15,"value":4015},{"type":10,"tag":155,"props":7649,"children":7650},{"class":157,"line":188},[7651,7656],{"type":10,"tag":155,"props":7652,"children":7653},{"style":658},[7654],{"type":15,"value":7655},"vkBeginCommandBuffer",{"type":10,"tag":155,"props":7657,"children":7658},{"style":173},[7659],{"type":15,"value":7660},"(commandBuffer, ...);\n",{"type":10,"tag":155,"props":7662,"children":7663},{"class":157,"line":207},[7664],{"type":10,"tag":155,"props":7665,"children":7666},{"style":173},[7667],{"type":15,"value":6669},{"type":10,"tag":155,"props":7669,"children":7670},{"class":157,"line":216},[7671],{"type":10,"tag":155,"props":7672,"children":7673},{"emptyLinePlaceholder":4012},[7674],{"type":15,"value":4015},{"type":10,"tag":155,"props":7676,"children":7677},{"class":157,"line":225},[7678],{"type":10,"tag":155,"props":7679,"children":7680},{"style":3859},[7681],{"type":15,"value":7682},"// Begin video coding scope with given video session, parameters, and reference picture resources\n",{"type":10,"tag":155,"props":7684,"children":7685},{"class":157,"line":234},[7686,7691,7695],{"type":10,"tag":155,"props":7687,"children":7688},{"style":173},[7689],{"type":15,"value":7690},"VkVideoBeginCodingInfoKHR beginInfo ",{"type":10,"tag":155,"props":7692,"children":7693},{"style":162},[7694],{"type":15,"value":2858},{"type":10,"tag":155,"props":7696,"children":7697},{"style":173},[7698],{"type":15,"value":4645},{"type":10,"tag":155,"props":7700,"children":7701},{"class":157,"line":243},[7702,7706,7710],{"type":10,"tag":155,"props":7703,"children":7704},{"style":173},[7705],{"type":15,"value":4722},{"type":10,"tag":155,"props":7707,"children":7708},{"style":162},[7709],{"type":15,"value":2858},{"type":10,"tag":155,"props":7711,"children":7712},{"style":173},[7713],{"type":15,"value":7714}," VK_STRUCTURE_TYPE_VIDEO_BEGIN_CODING_INFO_KHR,\n",{"type":10,"tag":155,"props":7716,"children":7717},{"class":157,"line":870},[7718,7722,7726,7730],{"type":10,"tag":155,"props":7719,"children":7720},{"style":173},[7721],{"type":15,"value":4739},{"type":10,"tag":155,"props":7723,"children":7724},{"style":162},[7725],{"type":15,"value":2858},{"type":10,"tag":155,"props":7727,"children":7728},{"style":2866},[7729],{"type":15,"value":5149},{"type":10,"tag":155,"props":7731,"children":7732},{"style":173},[7733],{"type":15,"value":685},{"type":10,"tag":155,"props":7735,"children":7736},{"class":157,"line":879},[7737,7741,7745,7749],{"type":10,"tag":155,"props":7738,"children":7739},{"style":173},[7740],{"type":15,"value":5718},{"type":10,"tag":155,"props":7742,"children":7743},{"style":162},[7744],{"type":15,"value":2858},{"type":10,"tag":155,"props":7746,"children":7747},{"style":2866},[7748],{"type":15,"value":2890},{"type":10,"tag":155,"props":7750,"children":7751},{"style":173},[7752],{"type":15,"value":685},{"type":10,"tag":155,"props":7754,"children":7755},{"class":157,"line":892},[7756,7760,7764],{"type":10,"tag":155,"props":7757,"children":7758},{"style":173},[7759],{"type":15,"value":6587},{"type":10,"tag":155,"props":7761,"children":7762},{"style":162},[7763],{"type":15,"value":2858},{"type":10,"tag":155,"props":7765,"children":7766},{"style":173},[7767],{"type":15,"value":7768}," videoSession,\n",{"type":10,"tag":155,"props":7770,"children":7771},{"class":157,"line":905},[7772,7777,7781],{"type":10,"tag":155,"props":7773,"children":7774},{"style":173},[7775],{"type":15,"value":7776}," .videoSessionParameters ",{"type":10,"tag":155,"props":7778,"children":7779},{"style":162},[7780],{"type":15,"value":2858},{"type":10,"tag":155,"props":7782,"children":7783},{"style":173},[7784],{"type":15,"value":7785}," videoSessionParams,\n",{"type":10,"tag":155,"props":7787,"children":7788},{"class":157,"line":927},[7789,7794,7798],{"type":10,"tag":155,"props":7790,"children":7791},{"style":173},[7792],{"type":15,"value":7793}," .referenceSlotCount ",{"type":10,"tag":155,"props":7795,"children":7796},{"style":162},[7797],{"type":15,"value":2858},{"type":10,"tag":155,"props":7799,"children":7800},{"style":173},[7801],{"type":15,"value":3981},{"type":10,"tag":155,"props":7803,"children":7804},{"class":157,"line":4195},[7805,7810,7814],{"type":10,"tag":155,"props":7806,"children":7807},{"style":173},[7808],{"type":15,"value":7809}," .pReferenceSlots ",{"type":10,"tag":155,"props":7811,"children":7812},{"style":162},[7813],{"type":15,"value":2858},{"type":10,"tag":155,"props":7815,"children":7816},{"style":173},[7817],{"type":15,"value":3981},{"type":10,"tag":155,"props":7819,"children":7820},{"class":157,"line":4242},[7821],{"type":10,"tag":155,"props":7822,"children":7823},{"style":173},[7824],{"type":15,"value":4833},{"type":10,"tag":155,"props":7826,"children":7827},{"class":157,"line":4265},[7828],{"type":10,"tag":155,"props":7829,"children":7830},{"emptyLinePlaceholder":4012},[7831],{"type":15,"value":4015},{"type":10,"tag":155,"props":7833,"children":7834},{"class":157,"line":4297},[7835,7839,7844,7848,7853],{"type":10,"tag":155,"props":7836,"children":7837},{"style":658},[7838],{"type":15,"value":2158},{"type":10,"tag":155,"props":7840,"children":7841},{"style":173},[7842],{"type":15,"value":7843},"(commandBuffer, ",{"type":10,"tag":155,"props":7845,"children":7846},{"style":162},[7847],{"type":15,"value":4033},{"type":10,"tag":155,"props":7849,"children":7850},{"style":677},[7851],{"type":15,"value":7852},"beginInfo",{"type":10,"tag":155,"props":7854,"children":7855},{"style":173},[7856],{"type":15,"value":758},{"type":10,"tag":155,"props":7858,"children":7859},{"class":157,"line":4305},[7860],{"type":10,"tag":155,"props":7861,"children":7862},{"emptyLinePlaceholder":4012},[7863],{"type":15,"value":4015},{"type":10,"tag":155,"props":7865,"children":7866},{"class":157,"line":4327},[7867],{"type":10,"tag":155,"props":7868,"children":7869},{"style":3859},[7870],{"type":15,"value":7871},"// Reset video session before starting to use it for video coding operations\n",{"type":10,"tag":155,"props":7873,"children":7874},{"class":157,"line":4356},[7875],{"type":10,"tag":155,"props":7876,"children":7877},{"style":3859},[7878],{"type":15,"value":7879},"// (only needed when starting to process a new video stream)\n",{"type":10,"tag":155,"props":7881,"children":7882},{"class":157,"line":4364},[7883,7888,7892],{"type":10,"tag":155,"props":7884,"children":7885},{"style":173},[7886],{"type":15,"value":7887},"VkVideoCodingControlInfoKHR controlInfo ",{"type":10,"tag":155,"props":7889,"children":7890},{"style":162},[7891],{"type":15,"value":2858},{"type":10,"tag":155,"props":7893,"children":7894},{"style":173},[7895],{"type":15,"value":4645},{"type":10,"tag":155,"props":7897,"children":7898},{"class":157,"line":4386},[7899,7903,7907],{"type":10,"tag":155,"props":7900,"children":7901},{"style":173},[7902],{"type":15,"value":4722},{"type":10,"tag":155,"props":7904,"children":7905},{"style":162},[7906],{"type":15,"value":2858},{"type":10,"tag":155,"props":7908,"children":7909},{"style":173},[7910],{"type":15,"value":7911}," VK_STRUCTURE_TYPE_VIDEO_CODING_CONTROL_INFO_KHR,\n",{"type":10,"tag":155,"props":7913,"children":7914},{"class":157,"line":4395},[7915,7919,7923,7927],{"type":10,"tag":155,"props":7916,"children":7917},{"style":173},[7918],{"type":15,"value":4739},{"type":10,"tag":155,"props":7920,"children":7921},{"style":162},[7922],{"type":15,"value":2858},{"type":10,"tag":155,"props":7924,"children":7925},{"style":2866},[7926],{"type":15,"value":5149},{"type":10,"tag":155,"props":7928,"children":7929},{"style":173},[7930],{"type":15,"value":685},{"type":10,"tag":155,"props":7932,"children":7933},{"class":157,"line":4403},[7934,7938,7942],{"type":10,"tag":155,"props":7935,"children":7936},{"style":173},[7937],{"type":15,"value":5718},{"type":10,"tag":155,"props":7939,"children":7940},{"style":162},[7941],{"type":15,"value":2858},{"type":10,"tag":155,"props":7943,"children":7944},{"style":173},[7945],{"type":15,"value":7946}," VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR\n",{"type":10,"tag":155,"props":7948,"children":7949},{"class":157,"line":4428},[7950],{"type":10,"tag":155,"props":7951,"children":7952},{"style":173},[7953],{"type":15,"value":4833},{"type":10,"tag":155,"props":7955,"children":7956},{"class":157,"line":4436},[7957],{"type":10,"tag":155,"props":7958,"children":7959},{"emptyLinePlaceholder":4012},[7960],{"type":15,"value":4015},{"type":10,"tag":155,"props":7962,"children":7963},{"class":157,"line":4476},[7964,7968,7972,7976,7981],{"type":10,"tag":155,"props":7965,"children":7966},{"style":658},[7967],{"type":15,"value":2531},{"type":10,"tag":155,"props":7969,"children":7970},{"style":173},[7971],{"type":15,"value":7843},{"type":10,"tag":155,"props":7973,"children":7974},{"style":162},[7975],{"type":15,"value":4033},{"type":10,"tag":155,"props":7977,"children":7978},{"style":677},[7979],{"type":15,"value":7980},"controlInfo",{"type":10,"tag":155,"props":7982,"children":7983},{"style":173},[7984],{"type":15,"value":758},{"type":10,"tag":155,"props":7986,"children":7987},{"class":157,"line":4522},[7988],{"type":10,"tag":155,"props":7989,"children":7990},{"emptyLinePlaceholder":4012},[7991],{"type":15,"value":4015},{"type":10,"tag":155,"props":7993,"children":7994},{"class":157,"line":4550},[7995],{"type":10,"tag":155,"props":7996,"children":7997},{"style":3859},[7998],{"type":15,"value":7999},"// Issue video coding operations against the video session\n",{"type":10,"tag":155,"props":8001,"children":8002},{"class":157,"line":4564},[8003],{"type":10,"tag":155,"props":8004,"children":8005},{"style":173},[8006],{"type":15,"value":6669},{"type":10,"tag":155,"props":8008,"children":8009},{"class":157,"line":4573},[8010],{"type":10,"tag":155,"props":8011,"children":8012},{"emptyLinePlaceholder":4012},[8013],{"type":15,"value":4015},{"type":10,"tag":155,"props":8015,"children":8016},{"class":157,"line":4581},[8017],{"type":10,"tag":155,"props":8018,"children":8019},{"style":3859},[8020],{"type":15,"value":8021},"// End video coding scope\n",{"type":10,"tag":155,"props":8023,"children":8024},{"class":157,"line":4589},[8025,8030,8034],{"type":10,"tag":155,"props":8026,"children":8027},{"style":173},[8028],{"type":15,"value":8029},"VkVideoEndCodingInfoKHR endInfo ",{"type":10,"tag":155,"props":8031,"children":8032},{"style":162},[8033],{"type":15,"value":2858},{"type":10,"tag":155,"props":8035,"children":8036},{"style":173},[8037],{"type":15,"value":4645},{"type":10,"tag":155,"props":8039,"children":8040},{"class":157,"line":4611},[8041,8045,8049],{"type":10,"tag":155,"props":8042,"children":8043},{"style":173},[8044],{"type":15,"value":4722},{"type":10,"tag":155,"props":8046,"children":8047},{"style":162},[8048],{"type":15,"value":2858},{"type":10,"tag":155,"props":8050,"children":8051},{"style":173},[8052],{"type":15,"value":8053}," VK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR,\n",{"type":10,"tag":155,"props":8055,"children":8056},{"class":157,"line":4620},[8057,8061,8065,8069],{"type":10,"tag":155,"props":8058,"children":8059},{"style":173},[8060],{"type":15,"value":4739},{"type":10,"tag":155,"props":8062,"children":8063},{"style":162},[8064],{"type":15,"value":2858},{"type":10,"tag":155,"props":8066,"children":8067},{"style":2866},[8068],{"type":15,"value":5149},{"type":10,"tag":155,"props":8070,"children":8071},{"style":173},[8072],{"type":15,"value":685},{"type":10,"tag":155,"props":8074,"children":8075},{"class":157,"line":4629},[8076,8080,8084],{"type":10,"tag":155,"props":8077,"children":8078},{"style":173},[8079],{"type":15,"value":5718},{"type":10,"tag":155,"props":8081,"children":8082},{"style":162},[8083],{"type":15,"value":2858},{"type":10,"tag":155,"props":8085,"children":8086},{"style":2866},[8087],{"type":15,"value":8088}," 0\n",{"type":10,"tag":155,"props":8090,"children":8091},{"class":157,"line":4648},[8092],{"type":10,"tag":155,"props":8093,"children":8094},{"style":173},[8095],{"type":15,"value":4833},{"type":10,"tag":155,"props":8097,"children":8098},{"class":157,"line":4657},[8099],{"type":10,"tag":155,"props":8100,"children":8101},{"emptyLinePlaceholder":4012},[8102],{"type":15,"value":4015},{"type":10,"tag":155,"props":8104,"children":8105},{"class":157,"line":4665},[8106,8110,8114,8118,8123],{"type":10,"tag":155,"props":8107,"children":8108},{"style":658},[8109],{"type":15,"value":2632},{"type":10,"tag":155,"props":8111,"children":8112},{"style":173},[8113],{"type":15,"value":7843},{"type":10,"tag":155,"props":8115,"children":8116},{"style":162},[8117],{"type":15,"value":4033},{"type":10,"tag":155,"props":8119,"children":8120},{"style":677},[8121],{"type":15,"value":8122},"endInfo",{"type":10,"tag":155,"props":8124,"children":8125},{"style":173},[8126],{"type":15,"value":758},{"type":10,"tag":155,"props":8128,"children":8130},{"class":157,"line":8129},40,[8131],{"type":10,"tag":155,"props":8132,"children":8133},{"emptyLinePlaceholder":4012},[8134],{"type":15,"value":4015},{"type":10,"tag":155,"props":8136,"children":8138},{"class":157,"line":8137},41,[8139],{"type":10,"tag":155,"props":8140,"children":8141},{"style":173},[8142],{"type":15,"value":6669},{"type":10,"tag":155,"props":8144,"children":8146},{"class":157,"line":8145},42,[8147,8152],{"type":10,"tag":155,"props":8148,"children":8149},{"style":658},[8150],{"type":15,"value":8151},"vkEndCommandBuffer",{"type":10,"tag":155,"props":8153,"children":8154},{"style":173},[8155],{"type":15,"value":8156},"(commandBuffer);\n",{"type":10,"tag":115,"props":8158,"children":8160},{"id":8159},"_create_and_use_result_status_query_pool_with_a_video_session",[8161],{"type":15,"value":8162},"Create and use result status query pool with a video session",{"type":10,"tag":143,"props":8164,"children":8166},{"className":145,"code":8165,"language":147,"meta":148,"style":148},"VkQueryPool queryPool = VK_NULL_HANDLE;\n\nVkVideoProfileInfoKHR profileInfo = {\n ...\n};\n\nVkQueryPoolCreateInfo createInfo = {\n .sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO,\n .pNext = &profileInfo,\n .flags = 0,\n .queryType = VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR,\n ...\n};\n\nvkCreateQueryPool(device, &createInfo, NULL, &queryPool);\n\n...\nvkBeginCommandBuffer(commandBuffer, ...);\n...\nvkCmdBeginVideoCodingKHR(commandBuffer, ...);\n...\nvkCmdBeginQuery(commandBuffer, queryPool, 0, 0);\n// Issue video coding operation\n...\nvkCmdEndQuery(commandBuffer, queryPool, 0);\n...\nvkCmdEndVideoCodingKHR(commandBuffer, ...);\n...\nvkEndCommandBuffer(commandBuffer);\n...\n\nVkQueryResultStatusKHR status;\nvkGetQueryPoolResults(device, queryPool, 0, 1,\n sizeof(status), &status, sizeof(status),\n VK_QUERY_RESULT_WITH_STATUS_BIT_KHR);\n\nif (status == VK_QUERY_RESULT_STATUS_NOT_READY_KHR /* 0 */) {\n // Query result not ready yet\n ...\n} else if (status > 0) {\n // Video coding operation was successful, enum values indicate specific success status code\n ...\n} else if (status \u003C 0) {\n // Video coding operation was unsuccessful, enum values indicate specific failure status code\n ...\n}\n",[8167],{"type":10,"tag":151,"props":8168,"children":8169},{"__ignoreMap":148},[8170,8186,8193,8208,8215,8222,8229,8245,8261,8281,8300,8317,8324,8331,8338,8383,8390,8397,8408,8415,8426,8433,8461,8469,8476,8495,8502,8513,8520,8531,8538,8545,8553,8582,8617,8625,8632,8663,8671,8678,8711,8719,8726,8758,8767,8775],{"type":10,"tag":155,"props":8171,"children":8172},{"class":157,"line":158},[8173,8178,8182],{"type":10,"tag":155,"props":8174,"children":8175},{"style":173},[8176],{"type":15,"value":8177},"VkQueryPool queryPool ",{"type":10,"tag":155,"props":8179,"children":8180},{"style":162},[8181],{"type":15,"value":2858},{"type":10,"tag":155,"props":8183,"children":8184},{"style":173},[8185],{"type":15,"value":5631},{"type":10,"tag":155,"props":8187,"children":8188},{"class":157,"line":179},[8189],{"type":10,"tag":155,"props":8190,"children":8191},{"emptyLinePlaceholder":4012},[8192],{"type":15,"value":4015},{"type":10,"tag":155,"props":8194,"children":8195},{"class":157,"line":188},[8196,8200,8204],{"type":10,"tag":155,"props":8197,"children":8198},{"style":173},[8199],{"type":15,"value":4706},{"type":10,"tag":155,"props":8201,"children":8202},{"style":162},[8203],{"type":15,"value":2858},{"type":10,"tag":155,"props":8205,"children":8206},{"style":173},[8207],{"type":15,"value":4645},{"type":10,"tag":155,"props":8209,"children":8210},{"class":157,"line":207},[8211],{"type":10,"tag":155,"props":8212,"children":8213},{"style":173},[8214],{"type":15,"value":4626},{"type":10,"tag":155,"props":8216,"children":8217},{"class":157,"line":216},[8218],{"type":10,"tag":155,"props":8219,"children":8220},{"style":173},[8221],{"type":15,"value":4833},{"type":10,"tag":155,"props":8223,"children":8224},{"class":157,"line":225},[8225],{"type":10,"tag":155,"props":8226,"children":8227},{"emptyLinePlaceholder":4012},[8228],{"type":15,"value":4015},{"type":10,"tag":155,"props":8230,"children":8231},{"class":157,"line":234},[8232,8237,8241],{"type":10,"tag":155,"props":8233,"children":8234},{"style":173},[8235],{"type":15,"value":8236},"VkQueryPoolCreateInfo createInfo ",{"type":10,"tag":155,"props":8238,"children":8239},{"style":162},[8240],{"type":15,"value":2858},{"type":10,"tag":155,"props":8242,"children":8243},{"style":173},[8244],{"type":15,"value":4645},{"type":10,"tag":155,"props":8246,"children":8247},{"class":157,"line":243},[8248,8252,8256],{"type":10,"tag":155,"props":8249,"children":8250},{"style":173},[8251],{"type":15,"value":4722},{"type":10,"tag":155,"props":8253,"children":8254},{"style":162},[8255],{"type":15,"value":2858},{"type":10,"tag":155,"props":8257,"children":8258},{"style":173},[8259],{"type":15,"value":8260}," VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO,\n",{"type":10,"tag":155,"props":8262,"children":8263},{"class":157,"line":870},[8264,8268,8272,8276],{"type":10,"tag":155,"props":8265,"children":8266},{"style":173},[8267],{"type":15,"value":4739},{"type":10,"tag":155,"props":8269,"children":8270},{"style":162},[8271],{"type":15,"value":2858},{"type":10,"tag":155,"props":8273,"children":8274},{"style":162},[8275],{"type":15,"value":4284},{"type":10,"tag":155,"props":8277,"children":8278},{"style":173},[8279],{"type":15,"value":8280},"profileInfo,\n",{"type":10,"tag":155,"props":8282,"children":8283},{"class":157,"line":879},[8284,8288,8292,8296],{"type":10,"tag":155,"props":8285,"children":8286},{"style":173},[8287],{"type":15,"value":5718},{"type":10,"tag":155,"props":8289,"children":8290},{"style":162},[8291],{"type":15,"value":2858},{"type":10,"tag":155,"props":8293,"children":8294},{"style":2866},[8295],{"type":15,"value":2890},{"type":10,"tag":155,"props":8297,"children":8298},{"style":173},[8299],{"type":15,"value":685},{"type":10,"tag":155,"props":8301,"children":8302},{"class":157,"line":892},[8303,8308,8312],{"type":10,"tag":155,"props":8304,"children":8305},{"style":173},[8306],{"type":15,"value":8307}," .queryType ",{"type":10,"tag":155,"props":8309,"children":8310},{"style":162},[8311],{"type":15,"value":2858},{"type":10,"tag":155,"props":8313,"children":8314},{"style":173},[8315],{"type":15,"value":8316}," VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR,\n",{"type":10,"tag":155,"props":8318,"children":8319},{"class":157,"line":905},[8320],{"type":10,"tag":155,"props":8321,"children":8322},{"style":173},[8323],{"type":15,"value":4626},{"type":10,"tag":155,"props":8325,"children":8326},{"class":157,"line":927},[8327],{"type":10,"tag":155,"props":8328,"children":8329},{"style":173},[8330],{"type":15,"value":4833},{"type":10,"tag":155,"props":8332,"children":8333},{"class":157,"line":4195},[8334],{"type":10,"tag":155,"props":8335,"children":8336},{"emptyLinePlaceholder":4012},[8337],{"type":15,"value":4015},{"type":10,"tag":155,"props":8339,"children":8340},{"class":157,"line":4242},[8341,8346,8350,8354,8358,8362,8366,8370,8374,8379],{"type":10,"tag":155,"props":8342,"children":8343},{"style":658},[8344],{"type":15,"value":8345},"vkCreateQueryPool",{"type":10,"tag":155,"props":8347,"children":8348},{"style":173},[8349],{"type":15,"value":5903},{"type":10,"tag":155,"props":8351,"children":8352},{"style":162},[8353],{"type":15,"value":4033},{"type":10,"tag":155,"props":8355,"children":8356},{"style":677},[8357],{"type":15,"value":5912},{"type":10,"tag":155,"props":8359,"children":8360},{"style":173},[8361],{"type":15,"value":4043},{"type":10,"tag":155,"props":8363,"children":8364},{"style":2866},[8365],{"type":15,"value":4048},{"type":10,"tag":155,"props":8367,"children":8368},{"style":173},[8369],{"type":15,"value":4043},{"type":10,"tag":155,"props":8371,"children":8372},{"style":162},[8373],{"type":15,"value":4033},{"type":10,"tag":155,"props":8375,"children":8376},{"style":677},[8377],{"type":15,"value":8378},"queryPool",{"type":10,"tag":155,"props":8380,"children":8381},{"style":173},[8382],{"type":15,"value":758},{"type":10,"tag":155,"props":8384,"children":8385},{"class":157,"line":4265},[8386],{"type":10,"tag":155,"props":8387,"children":8388},{"emptyLinePlaceholder":4012},[8389],{"type":15,"value":4015},{"type":10,"tag":155,"props":8391,"children":8392},{"class":157,"line":4297},[8393],{"type":10,"tag":155,"props":8394,"children":8395},{"style":173},[8396],{"type":15,"value":6669},{"type":10,"tag":155,"props":8398,"children":8399},{"class":157,"line":4305},[8400,8404],{"type":10,"tag":155,"props":8401,"children":8402},{"style":658},[8403],{"type":15,"value":7655},{"type":10,"tag":155,"props":8405,"children":8406},{"style":173},[8407],{"type":15,"value":7660},{"type":10,"tag":155,"props":8409,"children":8410},{"class":157,"line":4327},[8411],{"type":10,"tag":155,"props":8412,"children":8413},{"style":173},[8414],{"type":15,"value":6669},{"type":10,"tag":155,"props":8416,"children":8417},{"class":157,"line":4356},[8418,8422],{"type":10,"tag":155,"props":8419,"children":8420},{"style":658},[8421],{"type":15,"value":2158},{"type":10,"tag":155,"props":8423,"children":8424},{"style":173},[8425],{"type":15,"value":7660},{"type":10,"tag":155,"props":8427,"children":8428},{"class":157,"line":4364},[8429],{"type":10,"tag":155,"props":8430,"children":8431},{"style":173},[8432],{"type":15,"value":6669},{"type":10,"tag":155,"props":8434,"children":8435},{"class":157,"line":4386},[8436,8440,8445,8449,8453,8457],{"type":10,"tag":155,"props":8437,"children":8438},{"style":658},[8439],{"type":15,"value":2769},{"type":10,"tag":155,"props":8441,"children":8442},{"style":173},[8443],{"type":15,"value":8444},"(commandBuffer, queryPool, ",{"type":10,"tag":155,"props":8446,"children":8447},{"style":2866},[8448],{"type":15,"value":1960},{"type":10,"tag":155,"props":8450,"children":8451},{"style":173},[8452],{"type":15,"value":4043},{"type":10,"tag":155,"props":8454,"children":8455},{"style":2866},[8456],{"type":15,"value":1960},{"type":10,"tag":155,"props":8458,"children":8459},{"style":173},[8460],{"type":15,"value":758},{"type":10,"tag":155,"props":8462,"children":8463},{"class":157,"line":4395},[8464],{"type":10,"tag":155,"props":8465,"children":8466},{"style":3859},[8467],{"type":15,"value":8468},"// Issue video coding operation\n",{"type":10,"tag":155,"props":8470,"children":8471},{"class":157,"line":4403},[8472],{"type":10,"tag":155,"props":8473,"children":8474},{"style":173},[8475],{"type":15,"value":6669},{"type":10,"tag":155,"props":8477,"children":8478},{"class":157,"line":4428},[8479,8483,8487,8491],{"type":10,"tag":155,"props":8480,"children":8481},{"style":658},[8482],{"type":15,"value":2776},{"type":10,"tag":155,"props":8484,"children":8485},{"style":173},[8486],{"type":15,"value":8444},{"type":10,"tag":155,"props":8488,"children":8489},{"style":2866},[8490],{"type":15,"value":1960},{"type":10,"tag":155,"props":8492,"children":8493},{"style":173},[8494],{"type":15,"value":758},{"type":10,"tag":155,"props":8496,"children":8497},{"class":157,"line":4436},[8498],{"type":10,"tag":155,"props":8499,"children":8500},{"style":173},[8501],{"type":15,"value":6669},{"type":10,"tag":155,"props":8503,"children":8504},{"class":157,"line":4476},[8505,8509],{"type":10,"tag":155,"props":8506,"children":8507},{"style":658},[8508],{"type":15,"value":2632},{"type":10,"tag":155,"props":8510,"children":8511},{"style":173},[8512],{"type":15,"value":7660},{"type":10,"tag":155,"props":8514,"children":8515},{"class":157,"line":4522},[8516],{"type":10,"tag":155,"props":8517,"children":8518},{"style":173},[8519],{"type":15,"value":6669},{"type":10,"tag":155,"props":8521,"children":8522},{"class":157,"line":4550},[8523,8527],{"type":10,"tag":155,"props":8524,"children":8525},{"style":658},[8526],{"type":15,"value":8151},{"type":10,"tag":155,"props":8528,"children":8529},{"style":173},[8530],{"type":15,"value":8156},{"type":10,"tag":155,"props":8532,"children":8533},{"class":157,"line":4564},[8534],{"type":10,"tag":155,"props":8535,"children":8536},{"style":173},[8537],{"type":15,"value":6669},{"type":10,"tag":155,"props":8539,"children":8540},{"class":157,"line":4573},[8541],{"type":10,"tag":155,"props":8542,"children":8543},{"emptyLinePlaceholder":4012},[8544],{"type":15,"value":4015},{"type":10,"tag":155,"props":8546,"children":8547},{"class":157,"line":4581},[8548],{"type":10,"tag":155,"props":8549,"children":8550},{"style":173},[8551],{"type":15,"value":8552},"VkQueryResultStatusKHR status;\n",{"type":10,"tag":155,"props":8554,"children":8555},{"class":157,"line":4589},[8556,8561,8566,8570,8574,8578],{"type":10,"tag":155,"props":8557,"children":8558},{"style":658},[8559],{"type":15,"value":8560},"vkGetQueryPoolResults",{"type":10,"tag":155,"props":8562,"children":8563},{"style":173},[8564],{"type":15,"value":8565},"(device, queryPool, ",{"type":10,"tag":155,"props":8567,"children":8568},{"style":2866},[8569],{"type":15,"value":1960},{"type":10,"tag":155,"props":8571,"children":8572},{"style":173},[8573],{"type":15,"value":4043},{"type":10,"tag":155,"props":8575,"children":8576},{"style":2866},[8577],{"type":15,"value":2869},{"type":10,"tag":155,"props":8579,"children":8580},{"style":173},[8581],{"type":15,"value":685},{"type":10,"tag":155,"props":8583,"children":8584},{"class":157,"line":4611},[8585,8590,8595,8599,8604,8608,8612],{"type":10,"tag":155,"props":8586,"children":8587},{"style":162},[8588],{"type":15,"value":8589}," sizeof",{"type":10,"tag":155,"props":8591,"children":8592},{"style":173},[8593],{"type":15,"value":8594},"(status), ",{"type":10,"tag":155,"props":8596,"children":8597},{"style":162},[8598],{"type":15,"value":4033},{"type":10,"tag":155,"props":8600,"children":8601},{"style":677},[8602],{"type":15,"value":8603},"status",{"type":10,"tag":155,"props":8605,"children":8606},{"style":173},[8607],{"type":15,"value":4043},{"type":10,"tag":155,"props":8609,"children":8610},{"style":162},[8611],{"type":15,"value":5389},{"type":10,"tag":155,"props":8613,"children":8614},{"style":173},[8615],{"type":15,"value":8616},"(status),\n",{"type":10,"tag":155,"props":8618,"children":8619},{"class":157,"line":4620},[8620],{"type":10,"tag":155,"props":8621,"children":8622},{"style":173},[8623],{"type":15,"value":8624}," VK_QUERY_RESULT_WITH_STATUS_BIT_KHR);\n",{"type":10,"tag":155,"props":8626,"children":8627},{"class":157,"line":4629},[8628],{"type":10,"tag":155,"props":8629,"children":8630},{"emptyLinePlaceholder":4012},[8631],{"type":15,"value":4015},{"type":10,"tag":155,"props":8633,"children":8634},{"class":157,"line":4648},[8635,8639,8644,8648,8653,8658],{"type":10,"tag":155,"props":8636,"children":8637},{"style":162},[8638],{"type":15,"value":4595},{"type":10,"tag":155,"props":8640,"children":8641},{"style":173},[8642],{"type":15,"value":8643}," (status ",{"type":10,"tag":155,"props":8645,"children":8646},{"style":162},[8647],{"type":15,"value":4542},{"type":10,"tag":155,"props":8649,"children":8650},{"style":173},[8651],{"type":15,"value":8652}," VK_QUERY_RESULT_STATUS_NOT_READY_KHR",{"type":10,"tag":155,"props":8654,"children":8655},{"style":3859},[8656],{"type":15,"value":8657}," /* 0 */",{"type":10,"tag":155,"props":8659,"children":8660},{"style":173},[8661],{"type":15,"value":8662},") {\n",{"type":10,"tag":155,"props":8664,"children":8665},{"class":157,"line":4657},[8666],{"type":10,"tag":155,"props":8667,"children":8668},{"style":3859},[8669],{"type":15,"value":8670}," // Query result not ready yet\n",{"type":10,"tag":155,"props":8672,"children":8673},{"class":157,"line":4665},[8674],{"type":10,"tag":155,"props":8675,"children":8676},{"style":173},[8677],{"type":15,"value":4626},{"type":10,"tag":155,"props":8679,"children":8680},{"class":157,"line":8129},[8681,8685,8689,8694,8698,8703,8707],{"type":10,"tag":155,"props":8682,"children":8683},{"style":173},[8684],{"type":15,"value":4635},{"type":10,"tag":155,"props":8686,"children":8687},{"style":162},[8688],{"type":15,"value":4640},{"type":10,"tag":155,"props":8690,"children":8691},{"style":162},[8692],{"type":15,"value":8693}," if",{"type":10,"tag":155,"props":8695,"children":8696},{"style":173},[8697],{"type":15,"value":8643},{"type":10,"tag":155,"props":8699,"children":8700},{"style":162},[8701],{"type":15,"value":8702},">",{"type":10,"tag":155,"props":8704,"children":8705},{"style":2866},[8706],{"type":15,"value":2890},{"type":10,"tag":155,"props":8708,"children":8709},{"style":173},[8710],{"type":15,"value":8662},{"type":10,"tag":155,"props":8712,"children":8713},{"class":157,"line":8137},[8714],{"type":10,"tag":155,"props":8715,"children":8716},{"style":3859},[8717],{"type":15,"value":8718}," // Video coding operation was successful, enum values indicate specific success status code\n",{"type":10,"tag":155,"props":8720,"children":8721},{"class":157,"line":8145},[8722],{"type":10,"tag":155,"props":8723,"children":8724},{"style":173},[8725],{"type":15,"value":4626},{"type":10,"tag":155,"props":8727,"children":8729},{"class":157,"line":8728},43,[8730,8734,8738,8742,8746,8750,8754],{"type":10,"tag":155,"props":8731,"children":8732},{"style":173},[8733],{"type":15,"value":4635},{"type":10,"tag":155,"props":8735,"children":8736},{"style":162},[8737],{"type":15,"value":4640},{"type":10,"tag":155,"props":8739,"children":8740},{"style":162},[8741],{"type":15,"value":8693},{"type":10,"tag":155,"props":8743,"children":8744},{"style":173},[8745],{"type":15,"value":8643},{"type":10,"tag":155,"props":8747,"children":8748},{"style":162},[8749],{"type":15,"value":4224},{"type":10,"tag":155,"props":8751,"children":8752},{"style":2866},[8753],{"type":15,"value":2890},{"type":10,"tag":155,"props":8755,"children":8756},{"style":173},[8757],{"type":15,"value":8662},{"type":10,"tag":155,"props":8759,"children":8761},{"class":157,"line":8760},44,[8762],{"type":10,"tag":155,"props":8763,"children":8764},{"style":3859},[8765],{"type":15,"value":8766}," // Video coding operation was unsuccessful, enum values indicate specific failure status code\n",{"type":10,"tag":155,"props":8768,"children":8770},{"class":157,"line":8769},45,[8771],{"type":10,"tag":155,"props":8772,"children":8773},{"style":173},[8774],{"type":15,"value":4626},{"type":10,"tag":155,"props":8776,"children":8778},{"class":157,"line":8777},46,[8779],{"type":10,"tag":155,"props":8780,"children":8781},{"style":173},[8782],{"type":15,"value":4392},{"type":10,"tag":17,"props":8784,"children":8786},{"id":8785},"_issues",[8787],{"type":15,"value":8788},"Issues",{"type":10,"tag":115,"props":8790,"children":8792},{"id":8791},"_resolved_what_is_within_the_scope_of_this_extension",[8793],{"type":15,"value":8794},"RESOLVED: What is within the scope of this extension?",{"type":10,"tag":11,"props":8796,"children":8797},{},[8798],{"type":15,"value":8799},"The goal of this extension is to include all infrastructure APIs that are shareable across all video coding use cases, including video decoding and video encoding, independent of the video compression standard used. While there is a large set of parameters and semantics that are specific to the particular video coding operation and video codec used, many fundamental concepts and APIs are common across those, including:",{"type":10,"tag":29,"props":8801,"children":8802},{},[8803,8808,8813,8818,8823,8828,8833],{"type":10,"tag":33,"props":8804,"children":8805},{},[8806],{"type":15,"value":8807},"The concept of video profiles that describe the video content and video coding use cases",{"type":10,"tag":33,"props":8809,"children":8810},{},[8811],{"type":15,"value":8812},"The concept of video picture resources and decoded picture buffers",{"type":10,"tag":33,"props":8814,"children":8815},{},[8816],{"type":15,"value":8817},"Queries that allow the application to determine if a video profile is supported, the capabilities of each video profile, and the supported video picture resource formats that can be used in conjunction with particular sets of video profiles",{"type":10,"tag":33,"props":8819,"children":8820},{},[8821],{"type":15,"value":8822},"Video session objects that provide the device state context for video coding operations",{"type":10,"tag":33,"props":8824,"children":8825},{},[8826],{"type":15,"value":8827},"Video session parameters objects that provide the means to reuse large sets of codec-specific parameters across video coding operations",{"type":10,"tag":33,"props":8829,"children":8830},{},[8831],{"type":15,"value":8832},"General command buffer commands and semantics to build command sequences working on video streams using a video session",{"type":10,"tag":33,"props":8834,"children":8835},{},[8836],{"type":15,"value":8837},"Feedback mechanisms that enable tracking the status of individual video coding operations",{"type":10,"tag":11,"props":8839,"children":8840},{},[8841],{"type":15,"value":8842},"These APIs are designed to be used in conjunction with layered extensions that introduce support for specific video coding operations and video compression standards.",{"type":10,"tag":115,"props":8844,"children":8846},{"id":8845},"_resolved_are_vulkan_video_profiles_equivalent_to_the_corresponding_concepts_of_video_compression_standards",[8847],{"type":15,"value":8848},"RESOLVED: Are Vulkan video profiles equivalent to the corresponding concepts of video compression standards?",{"type":10,"tag":11,"props":8850,"children":8851},{},[8852],{"type":15,"value":8853},"Not exactly. While they do encompass actual video compression standard profile information, they also contain other information related to the type of the video content and additional use case scenario specific information.",{"type":10,"tag":11,"props":8855,"children":8856},{},[8857,8859,8865,8867,8873],{"type":15,"value":8858},"The video coding operation and the used video compression standard is identified by bits in the new ",{"type":10,"tag":151,"props":8860,"children":8862},{"className":8861},[],[8863],{"type":15,"value":8864},"VkVideoCodecOperationFlagBitsKHR",{"type":15,"value":8866}," type. While this extension does not define any valid values, layered codec-specific extensions are expected to add corresponding bits in the form ",{"type":10,"tag":151,"props":8868,"children":8870},{"className":8869},[],[8871],{"type":15,"value":8872},"VK_VIDEO_CODEC_OPERATION_\u003CoperationType>_\u003Ccodec>_BIT",{"type":15,"value":3194},{"type":10,"tag":115,"props":8875,"children":8877},{"id":8876},"_resolved_do_we_need_a_query_to_be_able_to_enumerate_all_supported_video_profiles",[8878],{"type":15,"value":8879},"RESOLVED: Do we need a query to be able to enumerate all supported video profiles?",{"type":10,"tag":11,"props":8881,"children":8882},{},[8883],{"type":15,"value":8884},"Enumerating individual video profiles is a non-trivial problem due to the parameter combinatorics and the interaction between individual parameters. As Vulkan video profiles also include additional use case scenario specific information, it gets even more complicated. It is also expected that most use cases (especially video decoding) will want to target specific video profiles anyway, so this extension does not include an enumeration API for video profiles, rather it provides the mechanisms to determine support for specific ones. Nonetheless, a more generic enumeration API is considered to be included in future extensions.",{"type":10,"tag":115,"props":8886,"children":8888},{"id":8887},"_resolved_do_we_need_queries_that_allow_determining_how_multiple_video_profiles_can_be_used_in_conjunction",[8889],{"type":15,"value":8890},"RESOLVED: Do we need queries that allow determining how multiple video profiles can be used in conjunction?",{"type":10,"tag":11,"props":8892,"children":8893},{},[8894],{"type":15,"value":8895},"Video transcoding is an important use case, so this extension does allow queries and other APIs to take a list of video profiles, when applicable, that enable the application to determine how to use a particular set of video decode and video encode profiles in conjunction, and thus support video transcoding without the need to copy video picture data, when possible.",{"type":10,"tag":115,"props":8897,"children":8899},{"id":8898},"_resolved_what_kind_of_capabilitity_queries_do_we_need",[8900],{"type":15,"value":8901},"RESOLVED: What kind of capabilitity queries do we need?",{"type":10,"tag":11,"props":8903,"children":8904},{},[8905,8907,8912],{"type":15,"value":8906},"First, this extension enables the application to query the video codec operations supported by each queue family with the new output structure ",{"type":10,"tag":151,"props":8908,"children":8910},{"className":8909},[],[8911],{"type":15,"value":4111},{"type":15,"value":3194},{"type":10,"tag":11,"props":8914,"children":8915},{},[8916,8918,8923],{"type":15,"value":8917},"Second, the new ",{"type":10,"tag":151,"props":8919,"children":8921},{"className":8920},[],[8922],{"type":15,"value":3268},{"type":15,"value":8924}," command enables checking support for individual video profiles, and querying their general capabilities. This API also enables layered extensions to add new output structures to retrieve additional capabilities specific to the used video coding operation and video compression standard.",{"type":10,"tag":11,"props":8926,"children":8927},{},[8928,8930,8935,8937,8943],{"type":15,"value":8929},"Besides those, as the set of image formats and other image creation parameters compatible with video coding varies across video profiles, the new ",{"type":10,"tag":151,"props":8931,"children":8933},{"className":8932},[],[8934],{"type":15,"value":3537},{"type":15,"value":8936}," command is introduced to query the set of image parameters that are compatible with a given set of video profiles and usage. In addition, the existing ",{"type":10,"tag":151,"props":8938,"children":8940},{"className":8939},[],[8941],{"type":15,"value":8942},"vkGetPhysicalDeviceImageFormatProperties2",{"type":15,"value":8944}," command is also extended to be able to take a list of video profiles as input to query video-specific image format capabilities.",{"type":10,"tag":115,"props":8946,"children":8948},{"id":8947},"_resolved_what_kind_of_command_buffer_commands_do_we_need",[8949],{"type":15,"value":8950},"RESOLVED: What kind of command buffer commands do we need?",{"type":10,"tag":11,"props":8952,"children":8953},{},[8954,8956,8961,8962,8967],{"type":15,"value":8955},"This extension does not introduce any specific video coding operations (e.g. video decode or encode operations). However, it does introduce a set of command buffer commands that enable defining scopes within command buffers where layered extensions can record video coding operations against a specific video session to process a video sequence. These video coding scopes are delimited by the new ",{"type":10,"tag":151,"props":8957,"children":8959},{"className":8958},[],[8960],{"type":15,"value":2158},{"type":15,"value":521},{"type":10,"tag":151,"props":8963,"children":8965},{"className":8964},[],[8966],{"type":15,"value":2632},{"type":15,"value":8968}," commands.",{"type":10,"tag":11,"props":8970,"children":8971},{},[8972,8974,8979],{"type":15,"value":8973},"In addition, the ",{"type":10,"tag":151,"props":8975,"children":8977},{"className":8976},[],[8978],{"type":15,"value":2531},{"type":15,"value":8980}," command is introduced to allow layered extensions to modify dynamic context state, and control video session state in general.",{"type":10,"tag":115,"props":8982,"children":8984},{"id":8983},"_resolved_how_can_the_application_get_feedback_about_the_status_of_video_coding_operations",[8985],{"type":15,"value":8986},"RESOLVED: How can the application get feedback about the status of video coding operations?",{"type":10,"tag":11,"props":8988,"children":8989},{},[8990,8992,8997],{"type":15,"value":8991},"This extension uses queries for the purpose and even introduces a new query type (",{"type":10,"tag":151,"props":8993,"children":8995},{"className":8994},[],[8996],{"type":15,"value":2698},{"type":15,"value":8998},") that only includes status information. Layered extensions may also introduce other query types to enable retrieving any additional feedback that may be needed in the specific video coding use case.",{"type":10,"tag":11,"props":9000,"children":9001},{},[9002,9004,9009,9010,9015],{"type":15,"value":9003},"Such queries can be issued within video coding scopes using the existing ",{"type":10,"tag":151,"props":9005,"children":9007},{"className":9006},[],[9008],{"type":15,"value":2769},{"type":15,"value":521},{"type":10,"tag":151,"props":9011,"children":9013},{"className":9012},[],[9014],{"type":15,"value":2776},{"type":15,"value":9016}," commands (and its variants), however, the behavior of queries within video coding scopes is slightly different. Instead of a single query capturing the overall result of a series of commands, queries in video coding scopes produce separate results for each video coding operation, hence multiple video coding operations need to consume a separate query slot each.",{"type":10,"tag":115,"props":9018,"children":9020},{"id":9019},"_resolved_do_we_need_to_introduce_new_vkcmdbeginqueryrangekhr_and_vkcmdendqueryrangekhr_commands_to_allow_capturing_feedback_about_multiple_video_coding_operations_using_a_single_scope",[9021,9023,9029,9030,9036],{"type":15,"value":9022},"RESOLVED: Do we need to introduce new ",{"type":10,"tag":151,"props":9024,"children":9026},{"className":9025},[],[9027],{"type":15,"value":9028},"vkCmdBeginQueryRangeKHR",{"type":15,"value":521},{"type":10,"tag":151,"props":9031,"children":9033},{"className":9032},[],[9034],{"type":15,"value":9035},"vkCmdEndQueryRangeKHR",{"type":15,"value":9037}," commands to allow capturing feedback about multiple video coding operations using a single scope?",{"type":10,"tag":11,"props":9039,"children":9040},{},[9041,9043,9048,9049,9054],{"type":15,"value":9042},"Not in this extension. For now each layered extension is expected to introduce commands that result in the issue of only a single video coding operation, hence using the existing ",{"type":10,"tag":151,"props":9044,"children":9046},{"className":9045},[],[9047],{"type":15,"value":2769},{"type":15,"value":521},{"type":10,"tag":151,"props":9050,"children":9052},{"className":9051},[],[9053],{"type":15,"value":2776},{"type":15,"value":9055}," commands to surround each such command separately is sufficient. However, future extensions may introduce such commands if needed.",{"type":10,"tag":115,"props":9057,"children":9059},{"id":9058},"_resolved_can_resources_be_shared_across_video_sessions_potentially_ones_using_different_video_profiles",[9060],{"type":15,"value":9061},"RESOLVED: Can resources be shared across video sessions, potentially ones using different video profiles?",{"type":10,"tag":11,"props":9063,"children":9064},{},[9065],{"type":15,"value":9066},"Yes, we need to support resource sharing at least for video bitstream buffers and video picture resources. This is important for the purposes of supporting efficient video transcoding.",{"type":10,"tag":11,"props":9068,"children":9069},{},[9070],{"type":15,"value":9071},"Subject to the capabilities of the implementation, buffers and image resources can be created to be shareable across video sessions by including the list of video profiles used by each video session in the object creation parameters.",{"type":10,"tag":11,"props":9073,"children":9074},{},[9075],{"type":15,"value":9076},"Query pools, however, are always specific to a video profile, as there is little use to share them across video sessions, and typically the contents of the query results are specific to the used video profile anyway.",{"type":10,"tag":115,"props":9078,"children":9080},{"id":9079},"_resolved_how_are_video_coding_operations_synchronized_with_respect_to_other_vulkan_operations",[9081],{"type":15,"value":9082},"RESOLVED: How are video coding operations synchronized with respect to other Vulkan operations?",{"type":10,"tag":11,"props":9084,"children":9085},{},[9086,9088,9094],{"type":15,"value":9087},"Synchronization works in the same way as elsewhere in the API. Command buffers targeting video-capable queues can use ",{"type":10,"tag":151,"props":9089,"children":9091},{"className":9090},[],[9092],{"type":15,"value":9093},"vkCmdPipelineBarrier",{"type":15,"value":9095}," or any of the other synchronization commands both inside and outside of video coding scopes. While this extension does not include any new pipeline stages, access flags, or image layouts, the layered extensions introducing particular video coding operations do.",{"type":10,"tag":115,"props":9097,"children":9099},{"id":9098},"_resolved_why_do_some_of_the_members_of_vkvideoprofileinfokhr_have_flags_types_instead_of_flagbits_types_when_only_a_single_bit_can_be_used",[9100,9102,9107,9109,9115,9117,9123],{"type":15,"value":9101},"RESOLVED: Why do some of the members of ",{"type":10,"tag":151,"props":9103,"children":9105},{"className":9104},[],[9106],{"type":15,"value":3163},{"type":15,"value":9108}," have ",{"type":10,"tag":151,"props":9110,"children":9112},{"className":9111},[],[9113],{"type":15,"value":9114},"Flags",{"type":15,"value":9116}," types instead of ",{"type":10,"tag":151,"props":9118,"children":9120},{"className":9119},[],[9121],{"type":15,"value":9122},"FlagBits",{"type":15,"value":9124}," types when only a single bit can be used?",{"type":10,"tag":11,"props":9126,"children":9127},{},[9128,9130,9136,9137,9143,9145,9151,9153,9158],{"type":15,"value":9129},"While this extension allows specifying only a single bit in the ",{"type":10,"tag":151,"props":9131,"children":9133},{"className":9132},[],[9134],{"type":15,"value":9135},"chromaSubsampling",{"type":15,"value":4043},{"type":10,"tag":151,"props":9138,"children":9140},{"className":9139},[],[9141],{"type":15,"value":9142},"lumaBitDepth",{"type":15,"value":9144},", and ",{"type":10,"tag":151,"props":9146,"children":9148},{"className":9147},[],[9149],{"type":15,"value":9150},"chromaBitDepth",{"type":15,"value":9152}," members of ",{"type":10,"tag":151,"props":9154,"children":9156},{"className":9155},[],[9157],{"type":15,"value":3163},{"type":15,"value":9159},", it is expected that future extensions may relax those requirements.",{"type":10,"tag":115,"props":9161,"children":9163},{"id":9162},"_resolved_can_the_application_create_video_sessions_with_any_maxdpbslots_and_maxactivereferencepictures_values_within_the_supported_capabilities",[9164,9166,9171,9172,9177],{"type":15,"value":9165},"RESOLVED: Can the application create video sessions with any ",{"type":10,"tag":151,"props":9167,"children":9169},{"className":9168},[],[9170],{"type":15,"value":989},{"type":15,"value":521},{"type":10,"tag":151,"props":9173,"children":9175},{"className":9174},[],[9176],{"type":15,"value":1001},{"type":15,"value":9178}," values within the supported capabilities?",{"type":10,"tag":11,"props":9180,"children":9181},{},[9182],{"type":15,"value":9183},"Yes. While it is quite common for video compression standards to define these values, in particular a given video profile usually supports a specific value for the number of DPB slots and it is also typical for video compression standards to allow using all reference pictures associated with active DPB slots as active reference pictures in a video coding operation. However, depending on the specific use case, the application can choose to use lower values.",{"type":10,"tag":11,"props":9185,"children":9186},{},[9187,9189,9194,9196,9201,9202,9207],{"type":15,"value":9188},"For example, if the application knows that the video content always uses at most a single reference picture for each frame, and that it only ever uses a single DPB slot, using ",{"type":10,"tag":151,"props":9190,"children":9192},{"className":9191},[],[9193],{"type":15,"value":2869},{"type":15,"value":9195}," as the value for both ",{"type":10,"tag":151,"props":9197,"children":9199},{"className":9198},[],[9200],{"type":15,"value":989},{"type":15,"value":521},{"type":10,"tag":151,"props":9203,"children":9205},{"className":9204},[],[9206],{"type":15,"value":1001},{"type":15,"value":9208}," can enable the application to limit the memory requirements of the DPB.",{"type":10,"tag":11,"props":9210,"children":9211},{},[9212],{"type":15,"value":9213},"Nonetheless, it is the application’s responsibility to make sure that it creates video sessions with appropriate values to be able to handle the video content at hand.",{"type":10,"tag":115,"props":9215,"children":9217},{"id":9216},"_resolved_are_vkvideosessionparameterskhr_objects_internally_or_externally_synchronized",[9218,9220,9226],{"type":15,"value":9219},"RESOLVED: Are ",{"type":10,"tag":151,"props":9221,"children":9223},{"className":9222},[],[9224],{"type":15,"value":9225},"VkVideoSessionParametersKHR",{"type":15,"value":9227}," objects internally or externally synchronized?",{"type":10,"tag":11,"props":9229,"children":9230},{},[9231],{"type":15,"value":9232},"Video session parameters objects have special synchronization requirements. Typically they will only get updated by a single thread that processes the video stream but they may be consumed concurrently by multiple command buffer recording threads.",{"type":10,"tag":11,"props":9234,"children":9235},{},[9236],{"type":15,"value":9237},"Accordingly, they are defined to be logically internally synchronized, but in practice concurrent updates of the same object is disallowed by the requirement that the application has to increment the update sequence counter of the object with each update call. This model enables implementations to allow concurrent consumption of already stored parameters with minimal to no synchronization overhead.",{"type":10,"tag":17,"props":9239,"children":9241},{"id":9240},"_further_functionality",[9242],{"type":15,"value":9243},"Further Functionality",{"type":10,"tag":11,"props":9245,"children":9246},{},[9247],{"type":15,"value":9248},"This extension is meant to provide only common video coding functionality, thus support for individual video coding operations and video compression standards is left for extensions layered on top of the infrastructure provided here.",{"type":10,"tag":11,"props":9250,"children":9251},{},[9252],{"type":15,"value":9253},"Currently the following layered extensions are available:",{"type":10,"tag":29,"props":9255,"children":9256},{},[9257,9268,9279,9290,9301,9312],{"type":10,"tag":33,"props":9258,"children":9259},{},[9260,9266],{"type":10,"tag":151,"props":9261,"children":9263},{"className":9262},[],[9264],{"type":15,"value":9265},"VK_KHR_video_decode_queue",{"type":15,"value":9267}," - adds general support for video decode operations",{"type":10,"tag":33,"props":9269,"children":9270},{},[9271,9277],{"type":10,"tag":151,"props":9272,"children":9274},{"className":9273},[],[9275],{"type":15,"value":9276},"VK_KHR_video_decode_h264",{"type":15,"value":9278}," - adds support for decoding H.264/AVC video sequences",{"type":10,"tag":33,"props":9280,"children":9281},{},[9282,9288],{"type":10,"tag":151,"props":9283,"children":9285},{"className":9284},[],[9286],{"type":15,"value":9287},"VK_KHR_video_decode_h265",{"type":15,"value":9289}," - adds support for decoding H.265/HEVC video sequences",{"type":10,"tag":33,"props":9291,"children":9292},{},[9293,9299],{"type":10,"tag":151,"props":9294,"children":9296},{"className":9295},[],[9297],{"type":15,"value":9298},"VK_KHR_video_encode_queue",{"type":15,"value":9300}," - adds general support for video encode operations",{"type":10,"tag":33,"props":9302,"children":9303},{},[9304,9310],{"type":10,"tag":151,"props":9305,"children":9307},{"className":9306},[],[9308],{"type":15,"value":9309},"VK_KHR_video_encode_h264",{"type":15,"value":9311}," - adds support for encoding H.264/AVC video sequences",{"type":10,"tag":33,"props":9313,"children":9314},{},[9315,9321],{"type":10,"tag":151,"props":9316,"children":9318},{"className":9317},[],[9319],{"type":15,"value":9320},"VK_KHR_video_encode_h265",{"type":15,"value":9322}," - adds support for encoding H.265/HEVC video sequences",{"type":10,"tag":9324,"props":9325,"children":9326},"style",{},[9327],{"type":15,"value":9328},"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":148,"searchDepth":179,"depth":179,"links":9330},[9331,9332,9333,9348,9360,9379],{"id":19,"depth":179,"text":22},{"id":65,"depth":179,"text":68},{"id":110,"depth":179,"text":113,"children":9334},[9335,9336,9337,9338,9339,9340,9341,9342,9343,9344,9345,9346,9347],{"id":117,"depth":188,"text":120},{"id":128,"depth":188,"text":131},{"id":283,"depth":188,"text":286},{"id":372,"depth":188,"text":375},{"id":531,"depth":188,"text":534},{"id":632,"depth":188,"text":635},{"id":1552,"depth":188,"text":1555},{"id":2111,"depth":188,"text":2114},{"id":2679,"depth":188,"text":2682},{"id":2953,"depth":188,"text":2956},{"id":2992,"depth":188,"text":2995},{"id":3197,"depth":188,"text":3200},{"id":3241,"depth":188,"text":3244},{"id":3948,"depth":179,"text":3951,"children":9349},[9350,9351,9352,9353,9354,9355,9356,9357,9358,9359],{"id":3954,"depth":188,"text":3957},{"id":4673,"depth":188,"text":4676},{"id":5036,"depth":188,"text":5039},{"id":5604,"depth":188,"text":5607},{"id":5939,"depth":188,"text":5942},{"id":6454,"depth":188,"text":6457},{"id":6802,"depth":188,"text":6805},{"id":7063,"depth":188,"text":7066},{"id":7609,"depth":188,"text":7612},{"id":8159,"depth":188,"text":8162},{"id":8785,"depth":179,"text":8788,"children":9361},[9362,9363,9364,9365,9366,9367,9368,9369,9371,9372,9373,9375,9377],{"id":8791,"depth":188,"text":8794},{"id":8845,"depth":188,"text":8848},{"id":8876,"depth":188,"text":8879},{"id":8887,"depth":188,"text":8890},{"id":8898,"depth":188,"text":8901},{"id":8947,"depth":188,"text":8950},{"id":8983,"depth":188,"text":8986},{"id":9019,"depth":188,"text":9370},"RESOLVED: Do we need to introduce new vkCmdBeginQueryRangeKHR and vkCmdEndQueryRangeKHR commands to allow capturing feedback about multiple video coding operations using a single scope?",{"id":9058,"depth":188,"text":9061},{"id":9079,"depth":188,"text":9082},{"id":9098,"depth":188,"text":9374},"RESOLVED: Why do some of the members of VkVideoProfileInfoKHR have Flags types instead of FlagBits types when only a single bit can be used?",{"id":9162,"depth":188,"text":9376},"RESOLVED: Can the application create video sessions with any maxDpbSlots and maxActiveReferencePictures values within the supported capabilities?",{"id":9216,"depth":188,"text":9378},"RESOLVED: Are VkVideoSessionParametersKHR objects internally or externally synchronized?",{"id":9240,"depth":179,"text":9243},"markdown",[9382,9387,9390,9393,9396,9399,9402,9405,9408,9411,9414,9417,9419,9422,9425,9428,9431,9434,9437,9440,9443,9446,9449,9452,9455,9458,9461,9464,9467,9470,9473,9476,9479,9482,9485,9488,9491,9494,9497,9500,9503,9506,9509,9512,9515,9518,9521,9524,9528,9531,9535,9538,9541,9544,9547,9550,9553,9556,9559],{"index":9383,"title":9384,"id":9385,"appendix":9386},0,"Preamble","preamble",false,{"index":158,"title":9388,"id":9389,"appendix":9386},"Introduction","introduction",{"index":179,"title":9391,"id":9392,"appendix":9386},"Fundamentals","fundamentals",{"index":188,"title":9394,"id":9395,"appendix":9386},"Initialization","initialization",{"index":207,"title":9397,"id":9398,"appendix":9386},"Devices and Queues","devsandqueues",{"index":216,"title":9400,"id":9401,"appendix":9386},"Command Buffers","commandbuffers",{"index":225,"title":9403,"id":9404,"appendix":9386},"Synchronization and Cache Control","synchronization",{"index":234,"title":9406,"id":9407,"appendix":9386},"Render Pass","renderpass",{"index":243,"title":9409,"id":9410,"appendix":9386},"Shaders","shaders",{"index":870,"title":9412,"id":9413,"appendix":9386},"Pipelines","pipelines",{"index":879,"title":9415,"id":9416,"appendix":9386},"Memory Allocation","memory",{"index":892,"title":2995,"id":9418,"appendix":9386},"resources",{"index":905,"title":9420,"id":9421,"appendix":9386},"Samplers","samplers",{"index":927,"title":9423,"id":9424,"appendix":9386},"Resource Descriptors","descriptorsets",{"index":4195,"title":9426,"id":9427,"appendix":9386},"Shader Interfaces","interfaces",{"index":4242,"title":9429,"id":9430,"appendix":9386},"Image Operations","textures",{"index":4265,"title":9432,"id":9433,"appendix":9386},"Fragment Density Map Operations","fragmentdensitymapops",{"index":4297,"title":9435,"id":9436,"appendix":9386},"Queries","queries",{"index":4305,"title":9438,"id":9439,"appendix":9386},"Clear Commands","clears",{"index":4327,"title":9441,"id":9442,"appendix":9386},"Copy Commands","copies",{"index":4356,"title":9444,"id":9445,"appendix":9386},"Drawing Commands","drawing",{"index":4364,"title":9447,"id":9448,"appendix":9386},"Fixed-Function Vertex Processing","fxvertex",{"index":4386,"title":9450,"id":9451,"appendix":9386},"Tessellation","tessellation",{"index":4395,"title":9453,"id":9454,"appendix":9386},"Geometry Shading","geometry",{"index":4403,"title":9456,"id":9457,"appendix":9386},"Mesh Shading","mesh",{"index":4428,"title":9459,"id":9460,"appendix":9386},"Cluster Culling Shading","cluster-culling",{"index":4436,"title":9462,"id":9463,"appendix":9386},"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":4476,"title":9465,"id":9466,"appendix":9386},"Rasterization","primsrast",{"index":4522,"title":9468,"id":9469,"appendix":9386},"Fragment Operations","fragops",{"index":4550,"title":9471,"id":9472,"appendix":9386},"The Framebuffer","framebuffer",{"index":4564,"title":9474,"id":9475,"appendix":9386},"Dispatching Commands","dispatch",{"index":4573,"title":9477,"id":9478,"appendix":9386},"Device-Generated Commands","device-generated-commands",{"index":4581,"title":9480,"id":9481,"appendix":9386},"Sparse Resources","sparsememory",{"index":4589,"title":9483,"id":9484,"appendix":9386},"Window System Integration (WSI)","wsi",{"index":4611,"title":9486,"id":9487,"appendix":9386},"Deferred Host Operations","deferred-host-operations",{"index":4620,"title":9489,"id":9490,"appendix":9386},"Private Data","private-data",{"index":4629,"title":9492,"id":9493,"appendix":9386},"Acceleration Structures","acceleration-structure",{"index":4648,"title":9495,"id":9496,"appendix":9386},"Micromap","micromap",{"index":4657,"title":9498,"id":9499,"appendix":9386},"Ray Traversal","ray-traversal",{"index":4665,"title":9501,"id":9502,"appendix":9386},"Ray Tracing","ray-tracing",{"index":8129,"title":9504,"id":9505,"appendix":9386},"Memory Decompression","memory-decompression",{"index":8137,"title":9507,"id":9508,"appendix":9386},"Video Coding","video-coding",{"index":8145,"title":9510,"id":9511,"appendix":9386},"Optical Flow","opticalflow",{"index":8728,"title":9513,"id":9514,"appendix":9386},"Execution Graphs","executiongraphs",{"index":8760,"title":9516,"id":9517,"appendix":9386},"Extending Vulkan","extendingvulkan",{"index":8769,"title":9519,"id":9520,"appendix":9386},"Features","features",{"index":8777,"title":9522,"id":9523,"appendix":9386},"Limits","limits",{"index":9525,"title":9526,"id":9527,"appendix":9386},47,"Formats","formats",{"index":9529,"title":9530,"id":4949,"appendix":9386},48,"Additional Capabilities",{"index":9532,"title":9533,"id":9534,"appendix":9386},49,"Debugging","debugging",{"index":9383,"title":9536,"id":9537,"appendix":4012},"Vulkan Environment for SPIR-V","spirvenv",{"index":158,"title":9539,"id":9540,"appendix":4012},"Memory Model","memory-model",{"index":179,"title":9542,"id":9543,"appendix":4012},"Compressed Image Formats","compressed_image_formats",{"index":188,"title":9545,"id":9546,"appendix":4012},"Core Revisions (Informative)","versions",{"index":207,"title":9548,"id":9549,"appendix":4012},"Layers & Extensions (Informative)","extensions",{"index":216,"title":9551,"id":9552,"appendix":4012},"API Boilerplate","boilerplate",{"index":225,"title":9554,"id":9555,"appendix":4012},"Invariance","invariance",{"index":234,"title":9557,"id":9558,"appendix":4012},"Lexicon","lexicon",{"index":243,"title":9560,"id":9561,"appendix":4012},"Credits (Informative)","credits",[9563,9570,9574,9579,9583,9588,9591,9594,9597,9601,9605,9608,9611,9614,9616,9618,9621,9624,9628,9630,9634,9636,9639,9641,9644,9652,9656,9662,9666,9671,9673,9677,9683,9689,9695,9697,9700,9706,9709,9713,9719,9723,9727,9732,9736,9739,9742,9748,9751,9754,9758,9762,9766,9769,9771,9775,9780,9786,9789,9793,9796,9802,9805,9809,9812,9816,9819,9823,9826,9831,9835,9838,9843,9846,9849,9852,9856,9861,9866,9870,9874,9878,9882,9886,9890,9894,9897,9900,9904,9907,9910,9913,9917,9922,9926,9929,9933,9938,9942,9947,9950,9953,9958,9963,9967,9970,9974,9979,9982,9987,9992,9995,9998,10002,10006,10010,10015,10019,10022,10027,10031,10034,10038,10042,10046,10049,10051,10055,10058,10061,10064,10067,10070,10073,10076,10079,10082,10086,10090,10093,10096,10099,10102,10105,10108,10112,10116,10120,10123,10127,10130,10133,10136,10138,10142,10147,10151,10155,10157,10161,10164,10171,10175,10179,10183,10189,10192,10196,10200,10203,10206,10210,10215,10221,10225,10227,10232,10235,10240,10244,10249,10253,10257,10259,10262,10265,10267,10272,10275,10278,10283,10287,10291,10296,10300,10304,10306,10308,10311,10313,10316,10319,10323,10327,10329,10333,10336,10340,10343,10345,10348,10352,10354,10358,10361,10364,10367,10371,10374,10377,10379,10382,10384,10387,10391,10394,10396,10398,10400,10402,10406,10408,10411,10416,10420,10423,10425,10428,10430,10434,10437,10440,10443,10447,10450,10455,10459,10462,10466,10469,10472,10476,10480,10482,10487,10490,10494,10497,10500,10503,10505,10508,10512,10515,10519,10522,10526,10530,10533,10536,10539,10542,10546,10548,10551,10553,10558,10559,10563,10566,10569,10572,10575,10577,10580,10582,10584,10587,10589,10590,10592,10596,10598,10601,10605,10609,10611,10615,10618,10621,10624,10627,10631,10636,10641,10645,10651,10655,10658,10662,10666,10669,10673,10677,10680,10684,10687,10692,10696,10698,10704,10707,10710,10713,10717,10720,10724,10728,10732,10734,10737,10739,10742,10744,10746,10749,10752,10755,10758,10761,10764,10766,10770,10774,10778,10782,10785,10788,10792,10795,10799,10801,10805,10809,10812,10815,10818,10821,10824,10827,10830,10833,10836,10839,10842,10845,10848,10851,10855,10858,10862,10866,10869,10872,10875,10878,10881,10884,10888,10891,10894,10900,10904,10908,10912],{"number":9564,"type":680,"author":9565,"provisional":4012,"depends":9566,"platform":9567,"contact":9568,"extension":9569,"proposal":4012},135,"AMD","(((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3)+VK_KHR_pipeline_library+VK_KHR_spirv_1_4","provisional","Tobias Hector @tobski","VK_AMDX_shader_enqueue",{"number":9571,"type":680,"author":9565,"provisional":9386,"contact":9572,"extension":9573,"proposal":4012},477,"Stu Smith","VK_AMD_anti_lag",{"number":9575,"type":680,"author":9565,"provisional":9386,"specialuse":9576,"contact":9577,"extension":9578,"proposal":9386},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":9580,"type":680,"author":9565,"provisional":9386,"depends":9581,"contact":9568,"extension":9582,"proposal":9386},230,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","VK_AMD_device_coherent_memory",{"number":9584,"type":680,"author":9565,"provisional":9386,"depends":9585,"contact":9586,"extension":9587,"proposal":9386},214,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","Matthaeus G. Chajdas @anteru","VK_AMD_display_native_hdr",{"number":4611,"type":680,"author":9565,"promotedto":9589,"provisional":9386,"contact":9577,"extension":9590,"proposal":9386},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":4436,"type":680,"author":9565,"provisional":9386,"contact":9592,"extension":9593,"proposal":9386},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":4648,"type":680,"author":9565,"deprecatedby":9595,"provisional":9386,"contact":9592,"extension":9596,"proposal":9386},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":9598,"type":680,"author":9565,"deprecatedby":9595,"provisional":9386,"contact":9599,"extension":9600,"proposal":9386},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":9602,"type":680,"author":9565,"provisional":9386,"contact":9603,"extension":9604,"proposal":9386},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":9606,"type":680,"author":9565,"provisional":9386,"contact":9586,"extension":9607,"proposal":9386},137,"VK_AMD_mixed_attachment_samples",{"number":4629,"type":680,"author":9565,"obsoletedby":9609,"provisional":9386,"contact":9586,"extension":9610,"proposal":9386},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":9612,"type":680,"author":9565,"provisional":9386,"contact":9586,"extension":9613,"proposal":9386},184,"VK_AMD_pipeline_compiler_control",{"number":4327,"type":680,"author":9565,"provisional":9386,"contact":9577,"extension":9615,"proposal":9386},"VK_AMD_rasterization_order",{"number":4657,"type":680,"author":9565,"provisional":9386,"contact":9592,"extension":9617,"proposal":9386},"VK_AMD_shader_ballot",{"number":9619,"type":680,"author":9565,"provisional":9386,"depends":9581,"contact":9603,"extension":9620,"proposal":9386},186,"VK_AMD_shader_core_properties",{"number":9622,"type":680,"author":9565,"provisional":9386,"depends":9620,"contact":9586,"extension":9623,"proposal":9386},228,"VK_AMD_shader_core_properties2",{"number":9625,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9568,"extension":9627,"proposal":4012},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":4386,"type":680,"author":9565,"provisional":9386,"contact":9599,"extension":9629,"proposal":9386},"VK_AMD_shader_explicit_vertex_parameter",{"number":9631,"type":680,"author":9565,"provisional":9386,"contact":9632,"extension":9633,"proposal":9386},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":9525,"type":680,"author":9565,"provisional":9386,"contact":9592,"extension":9635,"proposal":9386},"VK_AMD_shader_image_load_store_lod",{"number":8728,"type":680,"author":9565,"provisional":9386,"specialuse":9576,"contact":9637,"extension":9638,"proposal":9386},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":4364,"type":680,"author":9565,"provisional":9386,"contact":9599,"extension":9640,"proposal":9386},"VK_AMD_shader_trinary_minmax",{"number":8145,"type":680,"author":9565,"provisional":9386,"depends":9581,"contact":9642,"extension":9643,"proposal":9386},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":9645,"type":680,"author":9646,"provisional":9386,"depends":9647,"platform":9648,"specialuse":9649,"contact":9650,"extension":9651,"proposal":4012},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":9653,"type":680,"author":9646,"provisional":9386,"depends":9654,"platform":9648,"contact":9655,"extension":9647,"proposal":9386},130,"((VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation),VK_VERSION_1_1)+VK_EXT_queue_family_foreign","Jesse Hall @critsec",{"number":9657,"type":680,"author":9658,"promotedto":9659,"provisional":9386,"depends":9581,"contact":9660,"extension":9661,"proposal":9386},343,"ARM","VK_EXT_rasterization_order_attachment_access","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":9663,"type":680,"author":9658,"provisional":9386,"depends":9664,"contact":9660,"extension":9665,"proposal":4012},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":9667,"type":680,"author":9658,"provisional":9386,"depends":9668,"contact":9669,"extension":9670,"proposal":9386},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":9672,"type":680,"author":9658,"provisional":9386,"depends":9581,"contact":9669,"extension":9668,"proposal":9386},498,{"number":9674,"type":680,"author":9658,"provisional":9386,"depends":9675,"contact":9660,"extension":9676,"proposal":9386},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":9678,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9681,"extension":9682,"proposal":9386},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":9684,"type":9685,"author":9626,"provisional":9386,"depends":9686,"contact":9687,"extension":9688,"proposal":9386},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":9690,"type":9685,"author":9691,"provisional":9386,"depends":9686,"platform":9692,"contact":9693,"extension":9694,"proposal":9386},90,"NV","xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":9696,"proposal":9386},"VK_EXT_application_parameters",{"number":9698,"type":680,"author":9658,"provisional":9386,"depends":9581,"contact":9660,"extension":9699,"proposal":9386},68,"VK_EXT_astc_decode_mode",{"number":9701,"type":680,"author":9626,"provisional":9386,"depends":9702,"ratified":9703,"contact":9704,"extension":9705,"proposal":4012},525,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_attachment_feedback_loop_layout","vulkan","Mike Blumenkrantz @zmike","VK_EXT_attachment_feedback_loop_dynamic_state",{"number":9707,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9681,"extension":9708,"proposal":4012},340,"VK_EXT_attachment_feedback_loop_layout",{"number":9710,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":9712,"proposal":9386},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":9714,"type":680,"author":9626,"provisional":9386,"depends":9715,"specialuse":9716,"contact":9717,"extension":9718,"proposal":9386},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":9720,"type":680,"author":9691,"deprecatedby":9721,"provisional":9386,"depends":9581,"contact":9711,"extension":9722,"proposal":9386},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":9724,"type":680,"author":9626,"promotedto":9725,"provisional":9386,"depends":9581,"contact":9577,"extension":9726,"proposal":4012},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":9728,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9729,"contact":9730,"extension":9731,"proposal":9386},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":9733,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":9734,"extension":9735,"proposal":9386},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":9737,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9703,"contact":9717,"extension":9738,"proposal":9386},102,"VK_EXT_conservative_rasterization",{"number":9740,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9729,"specialuse":9716,"contact":9741,"extension":9715,"proposal":9386},288,"Liam Middlebrook @liam-middlebrook",{"number":4395,"type":680,"author":9743,"promotedto":9744,"provisional":9386,"depends":9745,"specialuse":9534,"contact":9746,"extension":9747,"proposal":9386},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":905,"type":9685,"author":9749,"deprecatedby":9744,"provisional":9386,"specialuse":9534,"contact":9750,"extension":9745,"proposal":9386},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":9752,"type":9685,"author":9626,"provisional":9386,"specialuse":9534,"contact":9753,"extension":9744,"proposal":9386},129,"Mark Young @marky-lunarg",{"number":9755,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9756,"contact":9681,"extension":9757,"proposal":4012},284,"d3demulation","VK_EXT_depth_bias_control",{"number":9759,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9760,"extension":9761,"proposal":9386},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":9763,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9649,"contact":9764,"extension":9765,"proposal":9386},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":9767,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9729,"specialuse":9756,"contact":9717,"extension":9768,"proposal":9386},103,"VK_EXT_depth_clip_enable",{"number":4195,"type":680,"author":9691,"provisional":9386,"ratified":9729,"contact":9717,"extension":9770,"proposal":9386},"VK_EXT_depth_range_unrestricted",{"number":9772,"type":680,"author":9626,"provisional":9386,"depends":9773,"contact":9568,"extension":9774,"proposal":4012},317,"((((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing),VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_EXT_descriptor_buffer",{"number":9776,"type":680,"author":9691,"promotedto":9777,"provisional":9386,"depends":9778,"contact":9711,"extension":9779,"proposal":9386},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":9781,"type":680,"author":9626,"provisional":9386,"depends":9782,"specialuse":9783,"contact":9784,"extension":9785,"proposal":9386},355,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_debug_utils","debugging,devtools","Ralph Potter gitlab:@r_potter","VK_EXT_device_address_binding_report",{"number":9787,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9784,"extension":9788,"proposal":4012},342,"VK_EXT_device_fault",{"number":9790,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9576,"contact":9791,"extension":9792,"proposal":9386},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":9794,"type":9685,"author":9691,"provisional":9386,"depends":9795,"contact":9693,"extension":9686,"proposal":9386},89,"VK_KHR_display",{"number":9797,"type":9685,"author":9626,"provisional":9386,"depends":9798,"platform":9799,"contact":9800,"extension":9801,"proposal":9386},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":9803,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9729,"contact":9717,"extension":9804,"proposal":9386},100,"VK_EXT_discard_rectangles",{"number":9806,"type":680,"author":9691,"provisional":9386,"depends":9807,"ratified":9703,"contact":9693,"extension":9808,"proposal":9386},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":9810,"type":9685,"author":9691,"provisional":9386,"depends":9795,"ratified":9703,"contact":9693,"extension":9811,"proposal":9386},91,"VK_EXT_display_surface_counter",{"number":9813,"type":680,"author":9626,"provisional":9386,"depends":9814,"ratified":9703,"contact":9717,"extension":9815,"proposal":4012},500,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_dynamic_rendering),VK_VERSION_1_3","VK_EXT_dynamic_rendering_unused_attachments",{"number":9817,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9717,"extension":9818,"proposal":9386},268,"VK_EXT_extended_dynamic_state",{"number":9820,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9821,"extension":9822,"proposal":9386},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":9824,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9703,"contact":9717,"extension":9825,"proposal":4012},456,"VK_EXT_extended_dynamic_state3",{"number":9827,"type":680,"author":9626,"provisional":9386,"depends":9828,"ratified":9703,"contact":9829,"extension":9830,"proposal":4012},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":9832,"type":680,"author":9626,"provisional":9386,"depends":9833,"ratified":9729,"contact":9829,"extension":9834,"proposal":9386},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":9836,"type":680,"author":9626,"provisional":9386,"depends":9828,"ratified":9729,"contact":9577,"extension":9837,"proposal":9386},179,"VK_EXT_external_memory_host",{"number":9839,"type":680,"author":9840,"provisional":9386,"ratified":9703,"contact":9841,"extension":9842,"proposal":9386},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":9844,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9841,"extension":9845,"proposal":9386},219,"VK_EXT_fragment_density_map",{"number":9847,"type":680,"author":9626,"provisional":9386,"depends":9845,"contact":9841,"extension":9848,"proposal":9386},333,"VK_EXT_fragment_density_map2",{"number":9850,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9717,"extension":9851,"proposal":9386},252,"VK_EXT_fragment_shader_interlock",{"number":9853,"type":680,"author":9626,"provisional":9386,"ratified":9703,"contact":9854,"extension":9855,"proposal":4012},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":9857,"type":680,"author":9626,"provisional":9386,"depends":9858,"platform":9859,"ratified":9703,"contact":9693,"extension":9860,"proposal":9386},256,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","win32","VK_EXT_full_screen_exclusive",{"number":9862,"type":680,"author":9626,"promotedto":9863,"provisional":9386,"contact":9864,"extension":9865,"proposal":9386},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":9867,"type":680,"author":9626,"promotedto":9863,"provisional":9386,"depends":9868,"contact":9791,"extension":9869,"proposal":9386},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":9871,"type":680,"author":9565,"provisional":9386,"depends":9872,"contact":9568,"extension":9873,"proposal":4012},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":9875,"type":680,"author":9749,"provisional":9386,"depends":9876,"ratified":9729,"contact":9750,"extension":9877,"proposal":9386},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":9879,"type":9685,"author":9626,"provisional":9386,"depends":9798,"contact":9880,"extension":9881,"proposal":9386},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":9883,"type":680,"author":9626,"provisional":9386,"depends":9884,"ratified":9703,"contact":9764,"extension":9885,"proposal":4012},271,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_copy_commands2+VK_KHR_format_feature_flags2),VK_VERSION_1_3","VK_EXT_host_image_copy",{"number":9887,"type":680,"author":9626,"promotedto":9777,"provisional":9386,"depends":9581,"contact":9888,"extension":9889,"proposal":9386},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":9891,"type":680,"author":9626,"provisional":9386,"depends":9892,"specialuse":9649,"contact":9704,"extension":9893,"proposal":9386},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":9895,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9660,"extension":9896,"proposal":4012},339,"VK_EXT_image_compression_control",{"number":9898,"type":680,"author":9626,"provisional":9386,"depends":9896,"contact":9660,"extension":9899,"proposal":9386},438,"VK_EXT_image_compression_control_swapchain",{"number":9901,"type":680,"author":9626,"provisional":9386,"depends":9902,"ratified":9703,"contact":9829,"extension":9903,"proposal":9386},159,"(((VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_EXT_image_drm_format_modifier",{"number":9905,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9760,"extension":9906,"proposal":9386},336,"VK_EXT_image_robustness",{"number":9908,"type":680,"author":9626,"provisional":9386,"depends":9892,"specialuse":9756,"contact":9704,"extension":9909,"proposal":4012},419,"VK_EXT_image_sliced_view_of_3d",{"number":9911,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9681,"extension":9912,"proposal":9386},392,"VK_EXT_image_view_min_lod",{"number":9914,"type":680,"author":9626,"promotedto":9915,"provisional":9386,"depends":9581,"contact":9717,"extension":9916,"proposal":9386},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":9918,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9919,"contact":9920,"extension":9921,"proposal":9386},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":9923,"type":9685,"author":9626,"provisional":9386,"ratified":9703,"contact":9924,"extension":9925,"proposal":4012},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":9927,"type":680,"author":9626,"provisional":9386,"depends":9581,"specialuse":9649,"contact":9764,"extension":9928,"proposal":4012},466,"VK_EXT_legacy_dithering",{"number":9930,"type":680,"author":9626,"provisional":9386,"depends":9931,"ratified":9703,"specialuse":9649,"contact":9704,"extension":9932,"proposal":4012},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":9934,"type":680,"author":9626,"promotedto":9935,"provisional":9386,"depends":9581,"specialuse":9936,"contact":9711,"extension":9937,"proposal":9386},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":9939,"type":680,"author":9626,"promotedto":9940,"provisional":9386,"ratified":9703,"contact":9764,"extension":9941,"proposal":9386},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":9943,"type":680,"author":9626,"provisional":9386,"depends":9944,"ratified":9703,"contact":9945,"extension":9946,"proposal":4012},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":9948,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":9949,"proposal":9386},238,"VK_EXT_memory_budget",{"number":9951,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":9952,"proposal":9386},239,"VK_EXT_memory_priority",{"number":9954,"type":680,"author":9626,"provisional":9386,"depends":9955,"contact":9956,"extension":9957,"proposal":4012},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":9959,"type":680,"author":9626,"provisional":9386,"platform":9960,"contact":9961,"extension":9962,"proposal":4012},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":9964,"type":9685,"author":9626,"provisional":9386,"depends":9798,"platform":9960,"contact":9965,"extension":9966,"proposal":9386},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":9968,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9704,"extension":9969,"proposal":9386},393,"VK_EXT_multi_draw",{"number":9971,"type":680,"author":9626,"provisional":9386,"depends":9972,"contact":9764,"extension":9973,"proposal":4012},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":9975,"type":680,"author":9626,"provisional":9386,"depends":9976,"specialuse":9756,"contact":9977,"extension":9978,"proposal":4012},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":9980,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9717,"extension":9981,"proposal":9386},452,"VK_EXT_nested_command_buffer",{"number":9983,"type":680,"author":9626,"provisional":9386,"depends":9581,"specialuse":9984,"contact":9985,"extension":9986,"proposal":4012},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":9988,"type":680,"author":9626,"provisional":9386,"depends":9989,"ratified":9703,"contact":9990,"extension":9991,"proposal":4012},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":9993,"type":680,"author":9626,"provisional":9386,"depends":9952,"contact":9717,"extension":9994,"proposal":9386},413,"VK_EXT_pageable_device_local_memory",{"number":9996,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9729,"contact":9586,"extension":9997,"proposal":9386},213,"VK_EXT_pci_bus_info",{"number":9999,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":10000,"extension":10001,"proposal":9386},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":10003,"type":680,"author":9565,"promotedto":9679,"provisional":9386,"depends":9581,"contact":10004,"extension":10005,"proposal":9386},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":10007,"type":680,"author":9749,"promotedto":9679,"provisional":9386,"specialuse":9576,"contact":10008,"extension":10009,"proposal":9386},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":10011,"type":680,"author":9626,"provisional":9386,"depends":10012,"contact":10013,"extension":10014,"proposal":4012},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":10016,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":10017,"extension":10018,"proposal":9386},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":10020,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":9764,"extension":10021,"proposal":4012},467,"VK_EXT_pipeline_protected_access",{"number":10023,"type":680,"author":10024,"provisional":9386,"depends":9581,"contact":10025,"extension":10026,"proposal":9386},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":10028,"type":680,"author":9691,"provisional":9386,"ratified":9703,"contact":10029,"extension":10030,"proposal":9386},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":10032,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9649,"contact":9764,"extension":10033,"proposal":9386},357,"VK_EXT_primitive_topology_list_restart",{"number":10035,"type":680,"author":9626,"provisional":9386,"depends":10036,"specialuse":9649,"contact":9764,"extension":10037,"proposal":4012},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":10039,"type":680,"author":9691,"promotedto":9679,"provisional":9386,"depends":9581,"contact":10040,"extension":10041,"proposal":9386},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":10043,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9649,"contact":10044,"extension":10045,"proposal":9386},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":10047,"type":680,"author":9626,"provisional":9386,"depends":9828,"ratified":9729,"contact":9829,"extension":10048,"proposal":9386},127,"VK_EXT_queue_family_foreign",{"number":10050,"type":680,"author":9658,"provisional":9386,"depends":9581,"contact":9660,"extension":9659,"proposal":4012},464,{"number":10052,"type":680,"author":9626,"provisional":9386,"depends":10053,"contact":9660,"extension":10054,"proposal":9386},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":10056,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9729,"contact":9741,"extension":10057,"proposal":9386},287,"VK_EXT_robustness2",{"number":10059,"type":680,"author":9565,"provisional":9386,"depends":9581,"ratified":9729,"contact":9577,"extension":10060,"proposal":9386},144,"VK_EXT_sample_locations",{"number":10062,"type":680,"author":9691,"promotedto":9777,"provisional":9386,"depends":9581,"contact":9711,"extension":10063,"proposal":9386},131,"VK_EXT_sampler_filter_minmax",{"number":10065,"type":680,"author":9626,"promotedto":9777,"provisional":9386,"depends":9581,"contact":9568,"extension":10066,"proposal":9386},222,"VK_EXT_scalar_block_layout",{"number":10068,"type":680,"author":9626,"promotedto":9777,"provisional":9386,"contact":9577,"extension":10069,"proposal":9386},247,"VK_EXT_separate_stencil_usage",{"number":10071,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9729,"contact":9821,"extension":10072,"proposal":9386},261,"VK_EXT_shader_atomic_float",{"number":10074,"type":680,"author":9626,"provisional":9386,"depends":10072,"ratified":9703,"contact":9945,"extension":10075,"proposal":9386},274,"VK_EXT_shader_atomic_float2",{"number":10077,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9711,"extension":10078,"proposal":9386},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":10080,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9568,"extension":10081,"proposal":9386},235,"VK_EXT_shader_image_atomic_int64",{"number":10083,"type":680,"author":9626,"provisional":9386,"depends":10084,"contact":10013,"extension":10085,"proposal":4012},463,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_pipeline_creation_cache_control),VK_VERSION_1_3","VK_EXT_shader_module_identifier",{"number":10087,"type":680,"author":9626,"provisional":9386,"depends":9814,"ratified":9703,"contact":10088,"extension":10089,"proposal":4012},483,"Daniel Story @daniel-story","VK_EXT_shader_object",{"number":10091,"type":680,"author":9626,"provisional":9386,"ratified":9703,"contact":9669,"extension":10092,"proposal":4012},565,"VK_EXT_shader_replicated_composites",{"number":10094,"type":680,"author":9626,"provisional":9386,"ratified":9729,"contact":9592,"extension":10095,"proposal":9386},141,"VK_EXT_shader_stencil_export",{"number":10097,"type":680,"author":9691,"deprecatedby":9777,"provisional":9386,"contact":10029,"extension":10098,"proposal":9386},65,"VK_EXT_shader_subgroup_ballot",{"number":10100,"type":680,"author":9691,"deprecatedby":9675,"provisional":9386,"contact":10029,"extension":10101,"proposal":9386},66,"VK_EXT_shader_subgroup_vote",{"number":10103,"type":680,"author":9626,"provisional":9386,"depends":9679,"ratified":9703,"contact":9660,"extension":10104,"proposal":4012},396,"VK_EXT_shader_tile_image",{"number":10106,"type":680,"author":9691,"promotedto":9777,"provisional":9386,"contact":10029,"extension":10107,"proposal":9386},163,"VK_EXT_shader_viewport_index_layer",{"number":10109,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9675,"ratified":9680,"contact":10110,"extension":10111,"proposal":9386},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":10113,"type":680,"author":9626,"provisional":9386,"depends":9581,"contact":10114,"extension":10115,"proposal":4012},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":10117,"type":9685,"author":9626,"provisional":9386,"depends":10118,"contact":9764,"extension":10119,"proposal":4012},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":10121,"type":9685,"author":9749,"provisional":9386,"depends":9798,"contact":9750,"extension":10122,"proposal":9386},105,"VK_EXT_swapchain_colorspace",{"number":10124,"type":680,"author":9626,"provisional":9386,"depends":10125,"contact":9764,"extension":10126,"proposal":4012},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":10128,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9711,"extension":10129,"proposal":9386},282,"VK_EXT_texel_buffer_alignment",{"number":10131,"type":680,"author":9658,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9680,"contact":9660,"extension":10132,"proposal":9386},67,"VK_EXT_texture_compression_astc_hdr",{"number":10134,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"contact":9568,"extension":10135,"proposal":9386},246,"VK_EXT_tooling_info",{"number":4550,"type":680,"author":9691,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":10137,"contact":9717,"extension":10036,"proposal":9386},"glemulation,d3demulation,devtools",{"number":10139,"type":680,"author":9749,"provisional":9386,"contact":10140,"extension":10141,"proposal":9386},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":10143,"type":9685,"author":10144,"deprecatedby":9925,"provisional":9386,"specialuse":9534,"contact":10145,"extension":10146,"proposal":9386},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":10148,"type":9685,"author":9749,"deprecatedby":9925,"provisional":9386,"specialuse":9534,"contact":10149,"extension":10150,"proposal":9386},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":10152,"type":680,"author":9691,"promotedto":10153,"provisional":9386,"depends":9581,"contact":9734,"extension":10154,"proposal":9386},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":10156,"type":680,"author":9626,"provisional":9386,"depends":9581,"ratified":9703,"contact":9717,"extension":9931,"proposal":9386},353,{"number":10158,"type":680,"author":9626,"promotedto":9679,"provisional":9386,"depends":10053,"ratified":9680,"contact":10159,"extension":10160,"proposal":9386},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":10162,"type":680,"author":9626,"provisional":9386,"depends":10053,"ratified":9729,"contact":9717,"extension":10163,"proposal":9386},253,"VK_EXT_ycbcr_image_arrays",{"number":10165,"type":680,"author":10166,"provisional":9386,"depends":10167,"platform":10168,"contact":10169,"extension":10170,"proposal":9386},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":10172,"type":680,"author":10166,"provisional":9386,"depends":10173,"platform":10168,"contact":10169,"extension":10174,"proposal":9386},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":10176,"type":680,"author":10166,"provisional":9386,"depends":10177,"platform":10168,"contact":10169,"extension":10178,"proposal":9386},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":10180,"type":9685,"author":10166,"provisional":9386,"depends":9798,"platform":10168,"contact":10181,"extension":10182,"proposal":9386},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":10184,"type":680,"author":10185,"provisional":9386,"depends":10186,"platform":10187,"contact":10008,"extension":10188,"proposal":9386},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":10190,"type":9685,"author":10185,"provisional":9386,"depends":9798,"platform":10187,"contact":10008,"extension":10191,"proposal":9386},50,"VK_GGP_stream_descriptor_surface",{"number":10193,"type":680,"author":9749,"provisional":9386,"contact":10194,"extension":10195,"proposal":9386},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":10197,"type":680,"author":9749,"provisional":9386,"depends":9876,"contact":10198,"extension":10199,"proposal":9386},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":10201,"type":680,"author":9749,"provisional":9386,"contact":10194,"extension":10202,"proposal":9386},224,"VK_GOOGLE_hlsl_functionality1",{"number":10204,"type":9685,"author":9749,"provisional":9386,"depends":9798,"specialuse":9649,"contact":9764,"extension":10205,"proposal":4012},434,"VK_GOOGLE_surfaceless_query",{"number":10207,"type":680,"author":9749,"provisional":9386,"contact":10208,"extension":10209,"proposal":9386},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":10211,"type":680,"author":10212,"provisional":9386,"depends":9581,"contact":10213,"extension":10214,"proposal":4012},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":10216,"type":680,"author":10217,"provisional":9386,"depends":10218,"contact":10219,"extension":10220,"proposal":4012},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":10222,"type":680,"author":10212,"provisional":9386,"depends":10223,"contact":10219,"extension":10224,"proposal":9386},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":4265,"type":680,"author":10024,"provisional":9386,"contact":9568,"extension":10226,"proposal":9386},"VK_IMG_filter_cubic",{"number":10228,"type":680,"author":10024,"deprecatedby":10229,"provisional":9386,"contact":10230,"extension":10231,"proposal":9386},55,null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":10233,"type":680,"author":10024,"provisional":9386,"depends":9581,"specialuse":9649,"contact":9854,"extension":10234,"proposal":9386},111,"VK_IMG_relaxed_line_rasterization",{"number":10236,"type":680,"author":10237,"provisional":9386,"specialuse":9576,"contact":10238,"extension":10239,"proposal":9386},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":10241,"type":680,"author":10237,"provisional":9386,"depends":9581,"contact":10242,"extension":10243,"proposal":9386},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":10245,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10247,"ratified":9703,"contact":9660,"extension":10248,"proposal":9386},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":10250,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10247,"ratified":9703,"contact":10251,"extension":10252,"proposal":9386},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":10254,"type":680,"author":10246,"provisional":9386,"depends":10255,"ratified":9703,"contact":10029,"extension":10256,"proposal":9386},151,"((VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address),VK_VERSION_1_2)+VK_KHR_deferred_host_operations","VK_KHR_acceleration_structure",{"number":870,"type":9685,"author":10246,"provisional":9386,"depends":9798,"platform":9648,"ratified":9703,"contact":9655,"extension":10258,"proposal":9386},"VK_KHR_android_surface",{"number":10260,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":9568,"extension":10261,"proposal":9386},158,"VK_KHR_bind_memory2",{"number":10263,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10264,"ratified":9703,"contact":9711,"extension":9721,"proposal":9386},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":10266,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":9920,"extension":9725,"proposal":9386},544,{"number":10268,"type":680,"author":10246,"provisional":9386,"depends":10269,"ratified":9703,"contact":10270,"extension":10271,"proposal":4012},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":10273,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"contact":9669,"extension":10274,"proposal":4012},507,"VK_KHR_cooperative_matrix",{"number":10276,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9729,"contact":9841,"extension":10277,"proposal":9386},338,"VK_KHR_copy_commands2",{"number":10279,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10280,"ratified":9703,"contact":10281,"extension":10282,"proposal":9386},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":10284,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10285,"ratified":9703,"contact":9693,"extension":10286,"proposal":9386},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":10288,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":10289,"extension":10290,"proposal":9386},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":10292,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10293,"ratified":9703,"contact":10294,"extension":10295,"proposal":9386},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":10297,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":10298,"extension":10299,"proposal":9386},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":10301,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10302,"ratified":9703,"contact":9711,"extension":10303,"proposal":9386},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":10305,"type":9685,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":9711,"extension":10302,"proposal":9386},71,{"number":188,"type":9685,"author":10246,"provisional":9386,"depends":9798,"ratified":9729,"contact":10307,"extension":9795,"proposal":9386},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":207,"type":680,"author":10246,"provisional":9386,"depends":10309,"ratified":9729,"contact":9693,"extension":10310,"proposal":9386},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":10312,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"ratified":9703,"contact":9717,"extension":9589,"proposal":9386},170,{"number":10314,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":9577,"extension":10315,"proposal":9386},197,"VK_KHR_driver_properties",{"number":8769,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":10317,"ratified":9703,"contact":9568,"extension":10318,"proposal":4012},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_KHR_dynamic_rendering",{"number":10320,"type":680,"author":9565,"provisional":9386,"depends":10321,"ratified":9703,"contact":9568,"extension":10322,"proposal":4012},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":10324,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10325,"ratified":9703,"contact":9655,"extension":10326,"proposal":9386},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":10328,"type":9685,"author":10246,"promotedto":9675,"provisional":9386,"depends":9581,"ratified":9703,"contact":9655,"extension":10325,"proposal":9386},113,{"number":10330,"type":680,"author":10246,"provisional":9386,"depends":10331,"ratified":9729,"contact":9655,"extension":10332,"proposal":9386},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":10334,"type":680,"author":10246,"provisional":9386,"depends":10326,"platform":9859,"ratified":9703,"contact":9655,"extension":10335,"proposal":9386},115,"VK_KHR_external_fence_win32",{"number":10337,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10338,"ratified":9703,"contact":9693,"extension":10339,"proposal":9386},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":10341,"type":9685,"author":10246,"promotedto":9675,"provisional":9386,"depends":9581,"ratified":9703,"contact":9693,"extension":10342,"proposal":9386},72,"VK_KHR_external_memory_capabilities",{"number":10344,"type":680,"author":10246,"provisional":9386,"depends":9828,"ratified":9729,"contact":9693,"extension":9833,"proposal":9386},75,{"number":10346,"type":680,"author":10246,"provisional":9386,"depends":9828,"platform":9859,"ratified":9703,"contact":9693,"extension":10347,"proposal":9386},74,"VK_KHR_external_memory_win32",{"number":10349,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10350,"ratified":9703,"contact":9693,"extension":10351,"proposal":9386},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":10353,"type":9685,"author":10246,"promotedto":9675,"provisional":9386,"depends":9581,"ratified":9703,"contact":9693,"extension":10350,"proposal":9386},77,{"number":10355,"type":680,"author":10246,"provisional":9386,"depends":10356,"ratified":9729,"contact":9693,"extension":10357,"proposal":9386},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":10359,"type":680,"author":10246,"provisional":9386,"depends":10351,"platform":9859,"ratified":9703,"contact":9693,"extension":10360,"proposal":9386},79,"VK_KHR_external_semaphore_win32",{"number":10362,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9703,"contact":10238,"extension":10363,"proposal":9386},361,"VK_KHR_format_feature_flags2",{"number":10365,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"contact":9572,"extension":10366,"proposal":4012},323,"VK_KHR_fragment_shader_barycentric",{"number":10368,"type":680,"author":10246,"provisional":9386,"depends":10369,"ratified":9729,"contact":9568,"extension":10370,"proposal":4012},227,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_create_renderpass2),VK_VERSION_1_2","VK_KHR_fragment_shading_rate",{"number":10372,"type":9685,"author":10246,"provisional":9386,"depends":9795,"ratified":9729,"contact":9693,"extension":10373,"proposal":9386},122,"VK_KHR_get_display_properties2",{"number":10375,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":9945,"extension":10376,"proposal":9386},147,"VK_KHR_get_memory_requirements2",{"number":10378,"type":9685,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":9711,"extension":10269,"proposal":9386},60,{"number":10380,"type":9685,"author":10246,"provisional":9386,"depends":9798,"ratified":9729,"contact":9693,"extension":10381,"proposal":9386},120,"VK_KHR_get_surface_capabilities2",{"number":10383,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":9568,"extension":9863,"proposal":9386},189,{"number":10385,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"ratified":9703,"contact":9945,"extension":10386,"proposal":9386},148,"VK_KHR_image_format_list",{"number":10388,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10389,"ratified":9703,"contact":10281,"extension":10390,"proposal":9386},109,"(((VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_KHR_imageless_framebuffer",{"number":10392,"type":680,"author":10246,"provisional":9386,"depends":9876,"ratified":9729,"contact":10198,"extension":10393,"proposal":9386},85,"VK_KHR_incremental_present",{"number":10395,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":9717,"extension":9915,"proposal":9386},534,{"number":10397,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":9717,"extension":9935,"proposal":9386},535,{"number":10399,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":9764,"extension":9940,"proposal":4012},527,{"number":10401,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":9717,"extension":9609,"proposal":9386},70,{"number":10403,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":10404,"extension":10405,"proposal":9386},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":10407,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":9976,"proposal":9386},169,{"number":10409,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9675,"ratified":9703,"contact":9717,"extension":10410,"proposal":9386},414,"VK_KHR_maintenance4",{"number":10412,"type":680,"author":10246,"provisional":9386,"depends":10413,"ratified":9703,"contact":10414,"extension":10415,"proposal":4012},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":10417,"type":680,"author":10246,"provisional":9386,"depends":9675,"ratified":9703,"contact":10418,"extension":10419,"proposal":4012},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":10421,"type":680,"author":10246,"provisional":9386,"depends":9675,"ratified":9703,"contact":9704,"extension":10422,"proposal":4012},563,"VK_KHR_maintenance7",{"number":10424,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":9945,"extension":9944,"proposal":4012},272,{"number":10426,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":10427,"proposal":9386},54,"VK_KHR_multiview",{"extension":10429,"proposal":9386},"VK_KHR_object_refresh",{"number":10431,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"specialuse":9576,"contact":10432,"extension":10433,"proposal":9386},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":10435,"type":680,"author":10246,"provisional":9386,"depends":10415,"ratified":9703,"contact":10414,"extension":10436,"proposal":4012},484,"VK_KHR_pipeline_binary",{"number":10438,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"specialuse":9576,"contact":9945,"extension":10439,"proposal":9386},270,"VK_KHR_pipeline_executable_properties",{"number":10441,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":9956,"extension":10442,"proposal":9386},291,"VK_KHR_pipeline_library",{"number":10444,"type":9685,"author":10246,"provisional":9386,"ratified":9703,"contact":10445,"extension":10446,"proposal":9386},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":10448,"type":680,"author":10246,"provisional":4012,"depends":9581,"platform":9567,"ratified":9703,"contact":9961,"extension":10449,"proposal":9386},164,"VK_KHR_portability_subset",{"number":10451,"type":680,"author":10246,"provisional":9386,"depends":10452,"ratified":9703,"contact":10453,"extension":10454,"proposal":9386},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":10456,"type":680,"author":10246,"provisional":9386,"depends":10457,"ratified":9703,"contact":10453,"extension":10458,"proposal":9386},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":10460,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":10461,"proposal":9386},81,"VK_KHR_push_descriptor",{"number":10463,"type":680,"author":10246,"provisional":9386,"depends":10464,"ratified":9703,"contact":10029,"extension":10465,"proposal":9386},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":10467,"type":680,"author":10246,"provisional":9386,"depends":10256,"ratified":9703,"contact":10029,"extension":10468,"proposal":9386},387,"VK_KHR_ray_tracing_maintenance1",{"number":10470,"type":680,"author":10246,"provisional":9386,"depends":10464,"ratified":9703,"contact":10029,"extension":10471,"proposal":9386},348,"VK_KHR_ray_tracing_pipeline",{"number":10473,"type":680,"author":10246,"provisional":9386,"depends":10256,"ratified":9703,"contact":10474,"extension":10475,"proposal":4012},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":10477,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":10478,"extension":10479,"proposal":9386},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":4242,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"ratified":9703,"contact":9568,"extension":10481,"proposal":9386},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":10483,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10484,"ratified":9703,"contact":10485,"extension":10486,"proposal":9386},157,"(VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Andrew Garrard @fluppeteer","VK_KHR_sampler_ycbcr_conversion",{"number":10488,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10369,"ratified":9703,"contact":9717,"extension":10489,"proposal":9386},242,"VK_KHR_separate_depth_stencil_layouts",{"number":10491,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":10492,"extension":10493,"proposal":9386},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":10495,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":10492,"extension":10496,"proposal":9386},182,"VK_KHR_shader_clock",{"number":10498,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":10029,"extension":10499,"proposal":9386},64,"VK_KHR_shader_draw_parameters",{"number":10501,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"contact":9669,"extension":10502,"proposal":4012},545,"VK_KHR_shader_expect_assume",{"number":10504,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":10251,"extension":9595,"proposal":9386},83,{"number":10506,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":10251,"extension":10507,"proposal":9386},198,"VK_KHR_shader_float_controls",{"number":10509,"type":680,"author":10246,"provisional":9386,"depends":10510,"ratified":9703,"contact":9760,"extension":10511,"proposal":4012},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":10513,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9703,"contact":9669,"extension":10514,"proposal":4012},281,"VK_KHR_shader_integer_dot_product",{"number":10516,"type":680,"author":10246,"provisional":9386,"depends":9675,"ratified":9703,"contact":10517,"extension":10518,"proposal":4012},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":10520,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"ratified":9703,"contact":9746,"extension":10521,"proposal":9386},294,"VK_KHR_shader_non_semantic_info",{"number":10523,"type":680,"author":10246,"provisional":9386,"depends":10524,"ratified":9703,"contact":9568,"extension":10525,"proposal":4012},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":10527,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":10528,"extension":10529,"proposal":4012},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":10531,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9675,"ratified":9703,"contact":10110,"extension":10532,"proposal":9386},176,"VK_KHR_shader_subgroup_extended_types",{"number":10534,"type":680,"author":10246,"provisional":9386,"ratified":9703,"contact":9669,"extension":10535,"proposal":4012},417,"VK_KHR_shader_subgroup_rotate",{"number":10537,"type":680,"author":10246,"provisional":9386,"depends":9675,"ratified":9703,"contact":10517,"extension":10538,"proposal":9386},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":10540,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9729,"contact":9655,"extension":10541,"proposal":9386},216,"VK_KHR_shader_terminate_invocation",{"number":10543,"type":680,"author":10246,"provisional":9386,"depends":10544,"ratified":9729,"contact":10432,"extension":10545,"proposal":9386},112,"VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_KHR_shared_presentable_image",{"number":10547,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":10510,"ratified":9703,"contact":9655,"extension":9955,"proposal":9386},237,{"number":10549,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"ratified":9703,"contact":10251,"extension":10550,"proposal":9386},132,"VK_KHR_storage_buffer_storage_class",{"number":158,"type":9685,"author":10246,"provisional":9386,"ratified":9729,"contact":10552,"extension":9798,"proposal":9386},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":10554,"type":9685,"author":10246,"provisional":9386,"depends":10555,"ratified":9703,"contact":10556,"extension":10557,"proposal":9386},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":179,"type":680,"author":10246,"provisional":9386,"depends":9798,"ratified":9729,"contact":10552,"extension":9876,"proposal":9386},{"number":10560,"type":680,"author":10246,"provisional":9386,"depends":10561,"ratified":9729,"contact":9577,"extension":10562,"proposal":9386},201,"VK_KHR_swapchain+(VK_KHR_maintenance2,VK_VERSION_1_1)+(VK_KHR_image_format_list,VK_VERSION_1_2)","VK_KHR_swapchain_mutable_format",{"number":10564,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9729,"contact":9568,"extension":10565,"proposal":9386},315,"VK_KHR_synchronization2",{"number":10567,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":9945,"extension":10568,"proposal":9386},208,"VK_KHR_timeline_semaphore",{"number":10570,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":9760,"extension":10571,"proposal":9386},254,"VK_KHR_uniform_buffer_standard_layout",{"number":10573,"type":680,"author":10246,"promotedto":9675,"provisional":9386,"depends":10247,"ratified":9703,"contact":9655,"extension":10574,"proposal":9386},121,"VK_KHR_variable_pointers",{"number":10576,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9729,"contact":9764,"extension":10153,"proposal":4012},526,{"number":10578,"type":680,"author":10246,"provisional":9386,"depends":9265,"ratified":9703,"contact":9920,"extension":10579,"proposal":4012},513,"VK_KHR_video_decode_av1",{"number":8137,"type":680,"author":10246,"provisional":9386,"depends":9265,"ratified":9703,"contact":10581,"extension":9276,"proposal":4012},"peter.fang@amd.com",{"number":10583,"type":680,"author":10246,"provisional":9386,"depends":9265,"ratified":9703,"contact":10581,"extension":9287,"proposal":4012},188,{"number":4428,"type":680,"author":10246,"provisional":9386,"depends":10585,"ratified":9703,"contact":10586,"extension":9265,"proposal":4012},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":4665,"type":680,"author":10246,"provisional":9386,"depends":9298,"ratified":9703,"contact":10588,"extension":9309,"proposal":4012},"Ahmed Abdelkhalek @aabdelkh",{"number":8129,"type":680,"author":10246,"provisional":9386,"depends":9298,"ratified":9703,"contact":10588,"extension":9320,"proposal":4012},{"number":10591,"type":680,"author":10246,"provisional":9386,"depends":10585,"ratified":9703,"contact":10588,"extension":9298,"proposal":4012},300,{"number":10593,"type":680,"author":10246,"provisional":9386,"depends":10594,"ratified":9703,"contact":9920,"extension":10595,"proposal":4012},516,"VK_KHR_video_queue","VK_KHR_video_maintenance1",{"number":4403,"type":680,"author":10246,"provisional":9386,"depends":10597,"ratified":9703,"contact":10159,"extension":10594,"proposal":4012},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":10599,"type":680,"author":10246,"promotedto":9777,"provisional":9386,"depends":9581,"ratified":9703,"contact":9711,"extension":10600,"proposal":9386},212,"VK_KHR_vulkan_memory_model",{"number":234,"type":9685,"author":10246,"provisional":9386,"depends":9798,"platform":10602,"ratified":9703,"contact":10603,"extension":10604,"proposal":9386},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":10606,"type":680,"author":10246,"provisional":9386,"depends":10347,"platform":9859,"ratified":9703,"contact":10607,"extension":10608,"proposal":9386},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":879,"type":9685,"author":10246,"provisional":9386,"depends":9798,"platform":9859,"ratified":9703,"contact":10603,"extension":10610,"proposal":9386},"VK_KHR_win32_surface",{"number":10612,"type":680,"author":10246,"provisional":9386,"depends":9581,"ratified":9703,"contact":10613,"extension":10614,"proposal":9386},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":225,"type":9685,"author":10246,"provisional":9386,"depends":9798,"platform":10616,"ratified":9703,"contact":10603,"extension":10617,"proposal":9386},"xcb","VK_KHR_xcb_surface",{"number":216,"type":9685,"author":10246,"provisional":9386,"depends":9798,"platform":10619,"ratified":9703,"contact":10603,"extension":10620,"proposal":9386},"xlib","VK_KHR_xlib_surface",{"number":10622,"type":680,"author":10246,"promotedto":9679,"provisional":9386,"depends":9581,"ratified":9703,"contact":10517,"extension":10623,"proposal":9386},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":10625,"type":9685,"author":10144,"provisional":9386,"contact":10445,"extension":10626,"proposal":4012},460,"VK_LUNARG_direct_driver_loading",{"number":10628,"type":680,"author":10629,"provisional":9386,"depends":9581,"specialuse":9756,"contact":10013,"extension":10630,"proposal":9386},576,"MESA","VK_MESA_image_alignment_control",{"number":10632,"type":680,"author":10633,"provisional":9386,"depends":9581,"contact":10634,"extension":10635,"proposal":4012},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":10637,"type":9685,"author":10638,"deprecatedby":9966,"provisional":9386,"depends":9798,"platform":10639,"contact":9961,"extension":10640,"proposal":9386},123,"MVK","ios","VK_MVK_ios_surface",{"number":10642,"type":9685,"author":10638,"deprecatedby":9966,"provisional":9386,"depends":9798,"platform":10643,"contact":9961,"extension":10644,"proposal":9386},124,"macos","VK_MVK_macos_surface",{"number":10646,"type":9685,"author":10647,"provisional":9386,"depends":9798,"platform":10648,"contact":10649,"extension":10650,"proposal":9386},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":4564,"type":680,"author":10652,"provisional":9386,"contact":10653,"extension":10654,"proposal":9386},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":4573,"type":680,"author":10652,"provisional":9386,"contact":10656,"extension":10657,"proposal":9386},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":10659,"type":680,"author":10652,"provisional":9386,"depends":10660,"contact":9711,"extension":10661,"proposal":9386},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":10663,"type":680,"author":9691,"provisional":9386,"depends":9686,"platform":9859,"contact":10664,"extension":10665,"proposal":9386},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":10667,"type":680,"author":9691,"provisional":9386,"contact":10656,"extension":10668,"proposal":9386},88,"VK_NV_clip_space_w_scaling",{"number":10670,"type":680,"author":9691,"provisional":9386,"contact":10671,"extension":10672,"proposal":9386},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":10674,"type":680,"author":9691,"promotedto":10271,"provisional":9386,"depends":9581,"contact":10675,"extension":10676,"proposal":9386},202,"Pat Brown @nvpbrown","VK_NV_compute_shader_derivatives",{"number":10678,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":9711,"extension":10679,"proposal":9386},250,"VK_NV_cooperative_matrix",{"number":10681,"type":680,"author":9691,"provisional":9386,"depends":10682,"contact":9821,"extension":10683,"proposal":9386},427,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_copy_memory_indirect",{"number":10685,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10029,"extension":10686,"proposal":9386},51,"VK_NV_corner_sampled_image",{"number":10688,"type":680,"author":9691,"provisional":9386,"depends":10689,"contact":10690,"extension":10691,"proposal":9386},251,"VK_NV_framebuffer_mixed_samples+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","Kedarnath Thangudu @kthangudu","VK_NV_coverage_reduction_mode",{"number":10693,"type":680,"author":9691,"provisional":4012,"contact":10694,"extension":10695,"proposal":9386},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":4476,"type":680,"author":9691,"deprecatedby":10286,"provisional":9386,"contact":9711,"extension":10697,"proposal":9386},"VK_NV_dedicated_allocation",{"number":10699,"type":680,"author":10700,"provisional":9386,"depends":10701,"contact":10702,"extension":10703,"proposal":9386},241,"NVIDIA","(VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Nuno Subtil @nsubtil","VK_NV_dedicated_allocation_image_aliasing",{"number":10705,"type":680,"author":9691,"provisional":9386,"depends":9675,"contact":9717,"extension":10706,"proposal":9386},547,"VK_NV_descriptor_pool_overallocation",{"number":10708,"type":680,"author":10700,"provisional":9386,"depends":9581,"contact":10702,"extension":10709,"proposal":9386},207,"VK_NV_device_diagnostic_checkpoints",{"number":10711,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10690,"extension":10712,"proposal":9386},301,"VK_NV_device_diagnostics_config",{"number":10714,"type":680,"author":9691,"provisional":9386,"depends":10715,"contact":9956,"extension":10716,"proposal":9386},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":10718,"type":680,"author":9691,"provisional":9386,"depends":10716,"contact":9821,"extension":10719,"proposal":9386},429,"VK_NV_device_generated_commands_compute",{"number":10721,"type":680,"author":9691,"provisional":4012,"depends":9991,"platform":9567,"contact":10722,"extension":10723,"proposal":9386},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":10725,"type":680,"author":9691,"provisional":9386,"contact":10726,"extension":10727,"proposal":9386},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":10729,"type":680,"author":9691,"deprecatedby":10339,"provisional":9386,"depends":10730,"contact":9693,"extension":10731,"proposal":9386},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":10733,"type":9685,"author":9691,"deprecatedby":10342,"provisional":9386,"contact":9693,"extension":10730,"proposal":9386},56,{"number":10735,"type":680,"author":9691,"provisional":9386,"depends":9828,"contact":10607,"extension":10736,"proposal":9386},372,"VK_NV_external_memory_rdma",{"extension":10738,"proposal":9386},"VK_NV_external_memory_sci_buf",{"number":10740,"type":680,"author":9691,"deprecatedby":10347,"provisional":9386,"depends":10731,"platform":9859,"contact":9693,"extension":10741,"proposal":9386},58,"VK_NV_external_memory_win32",{"extension":10743,"proposal":9386},"VK_NV_external_sci_sync",{"extension":10745,"proposal":9386},"VK_NV_external_sci_sync2",{"number":10747,"type":680,"author":9691,"provisional":9386,"contact":9711,"extension":10748,"proposal":9386},154,"VK_NV_fill_rectangle",{"number":10750,"type":680,"author":9691,"provisional":9386,"contact":9711,"extension":10751,"proposal":9386},150,"VK_NV_fragment_coverage_to_color",{"number":10753,"type":680,"author":9691,"promotedto":10366,"provisional":9386,"depends":9581,"contact":10675,"extension":10754,"proposal":9386},204,"VK_NV_fragment_shader_barycentric",{"number":10756,"type":680,"author":9691,"provisional":9386,"depends":10370,"contact":10675,"extension":10757,"proposal":9386},327,"VK_NV_fragment_shading_rate_enums",{"number":10759,"type":680,"author":9691,"provisional":9386,"contact":9711,"extension":10760,"proposal":9386},153,"VK_NV_framebuffer_mixed_samples",{"number":10762,"type":680,"author":9691,"provisional":9386,"contact":10029,"extension":10763,"proposal":9386},96,"VK_NV_geometry_shader_passthrough",{"number":927,"type":680,"author":9691,"deprecatedby":10229,"provisional":9386,"contact":9717,"extension":10765,"proposal":9386},"VK_NV_glsl_shader",{"number":10767,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10768,"extension":10769,"proposal":9386},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":10771,"type":680,"author":10700,"provisional":9386,"depends":9581,"contact":10772,"extension":10773,"proposal":9386},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":10775,"type":680,"author":9691,"provisional":9386,"contact":10776,"extension":10777,"proposal":9386},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":10779,"type":680,"author":9691,"provisional":9386,"depends":10780,"contact":10776,"extension":10781,"proposal":9386},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":10783,"type":680,"author":9691,"provisional":9386,"depends":10682,"contact":9821,"extension":10784,"proposal":9386},428,"VK_NV_memory_decompression",{"number":10786,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":9956,"extension":10787,"proposal":9386},203,"VK_NV_mesh_shader",{"number":10789,"type":680,"author":9691,"provisional":9386,"depends":10790,"contact":10607,"extension":10791,"proposal":9386},465,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_format_feature_flags2+VK_KHR_synchronization2),VK_VERSION_1_3","VK_NV_optical_flow",{"number":10793,"type":680,"author":9691,"provisional":9386,"depends":10419,"contact":9717,"extension":10794,"proposal":9386},517,"VK_NV_per_stage_descriptor_set",{"number":10796,"type":680,"author":9691,"provisional":9386,"depends":9858,"contact":10797,"extension":10798,"proposal":9386},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":10800,"proposal":9386},"VK_NV_private_vendor_info",{"number":10802,"type":680,"author":9691,"provisional":9386,"contact":10803,"extension":10804,"proposal":9386},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":10806,"type":680,"author":9691,"deprecatedby":10471,"provisional":9386,"depends":10807,"contact":10656,"extension":10808,"proposal":9386},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":10810,"type":680,"author":9691,"provisional":9386,"depends":10471,"contact":10656,"extension":10811,"proposal":9386},491,"VK_NV_ray_tracing_invocation_reorder",{"number":10813,"type":680,"author":9691,"provisional":9386,"depends":10471,"contact":10474,"extension":10814,"proposal":9386},328,"VK_NV_ray_tracing_motion_blur",{"number":10816,"type":680,"author":9691,"provisional":9386,"contact":9821,"extension":10817,"proposal":4012},569,"VK_NV_ray_tracing_validation",{"number":10819,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10690,"extension":10820,"proposal":9386},167,"VK_NV_representative_fragment_test",{"number":10822,"type":680,"author":9691,"provisional":9386,"contact":9717,"extension":10823,"proposal":9386},95,"VK_NV_sample_mask_override_coverage",{"number":10825,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10675,"extension":10826,"proposal":9386},206,"VK_NV_scissor_exclusive",{"number":10828,"type":680,"author":9691,"provisional":9386,"contact":9711,"extension":10829,"proposal":9386},564,"VK_NV_shader_atomic_float16_vector",{"number":10831,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10675,"extension":10832,"proposal":9386},205,"VK_NV_shader_image_footprint",{"number":10834,"type":680,"author":9691,"provisional":9386,"depends":9675,"contact":10029,"extension":10835,"proposal":9386},155,"VK_NV_shader_sm_builtins",{"number":10837,"type":680,"author":9691,"provisional":9386,"depends":9675,"contact":9711,"extension":10838,"proposal":9386},199,"VK_NV_shader_subgroup_partitioned",{"number":10840,"type":680,"author":9691,"provisional":9386,"depends":9581,"contact":10675,"extension":10841,"proposal":9386},165,"VK_NV_shading_rate_image",{"number":10843,"type":680,"author":9691,"provisional":9386,"contact":10029,"extension":10844,"proposal":9386},97,"VK_NV_viewport_array2",{"number":10846,"type":680,"author":9691,"provisional":9386,"contact":9717,"extension":10847,"proposal":9386},99,"VK_NV_viewport_swizzle",{"number":10849,"type":680,"author":9691,"promotedto":10608,"provisional":9386,"depends":10741,"platform":9859,"contact":10607,"extension":10850,"proposal":9386},59,"VK_NV_win32_keyed_mutex",{"number":10852,"type":680,"author":9840,"provisional":9386,"depends":10853,"contact":9841,"extension":10854,"proposal":9386},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":10856,"type":680,"author":9840,"provisional":9386,"depends":9842,"contact":9841,"extension":10857,"proposal":9386},520,"VK_QCOM_filter_cubic_weights",{"number":10859,"type":680,"author":9840,"provisional":9386,"depends":10860,"contact":9841,"extension":10861,"proposal":9386},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":10863,"type":680,"author":9840,"provisional":9386,"depends":10864,"contact":9841,"extension":10865,"proposal":4012},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":10867,"type":680,"author":9840,"provisional":9386,"depends":10865,"contact":9841,"extension":10868,"proposal":9386},519,"VK_QCOM_image_processing2",{"number":10870,"type":680,"author":9840,"provisional":9386,"contact":9841,"extension":10871,"proposal":9386},511,"VK_QCOM_multiview_per_view_render_areas",{"number":10873,"type":680,"author":9840,"provisional":9386,"depends":9581,"contact":9841,"extension":10874,"proposal":9386},489,"VK_QCOM_multiview_per_view_viewports",{"number":10876,"type":680,"author":9840,"provisional":9386,"contact":9841,"extension":10877,"proposal":9386},172,"VK_QCOM_render_pass_shader_resolve",{"number":10879,"type":680,"author":9840,"provisional":9386,"contact":9841,"extension":10880,"proposal":9386},302,"VK_QCOM_render_pass_store_ops",{"number":10882,"type":680,"author":9840,"provisional":9386,"contact":9841,"extension":10883,"proposal":9386},283,"VK_QCOM_render_pass_transform",{"number":10885,"type":680,"author":9840,"provisional":9386,"depends":10886,"contact":9841,"extension":10887,"proposal":9386},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":10889,"type":680,"author":9840,"provisional":9386,"depends":9581,"contact":9841,"extension":10890,"proposal":4012},485,"VK_QCOM_tile_properties",{"number":10892,"type":680,"author":9840,"provisional":9386,"contact":9841,"extension":10893,"proposal":9386},521,"VK_QCOM_ycbcr_degamma",{"number":10895,"type":680,"author":10896,"provisional":9386,"depends":9654,"platform":10897,"contact":10898,"extension":10899,"proposal":9386},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":10901,"type":9685,"author":10896,"provisional":9386,"depends":9798,"platform":10897,"contact":10902,"extension":10903,"proposal":9386},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":10905,"type":680,"author":10906,"provisional":9386,"depends":9581,"contact":9784,"extension":10907,"proposal":9386},486,"SEC","VK_SEC_amigo_profiling",{"number":10909,"type":680,"author":10910,"provisional":9386,"depends":9581,"specialuse":9756,"contact":10013,"extension":10911,"proposal":9386},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":10913,"type":680,"author":10910,"promotedto":9978,"provisional":9386,"depends":9976,"specialuse":9756,"contact":9977,"extension":10914,"proposal":9386},352,"VK_VALVE_mutable_descriptor_type",1725732679006]