Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkVideoEndCodingInfoKHR(3)

Name

VkVideoEndCodingInfoKHR - Structure specifying video coding scope end information

C Specification

TheVkVideoEndCodingInfoKHR structure is defined as:

// Provided by VK_KHR_video_queuetypedef struct VkVideoEndCodingInfoKHR {    VkStructureType             sType;    const void*                 pNext;    VkVideoEndCodingFlagsKHR    flags;} VkVideoEndCodingInfoKHR;

Members

  • sType is aVkStructureType value identifying this structure.

  • pNext isNULL or a pointer to a structure extending thisstructure.

  • flags is reserved for future use.

Description

Valid Usage (Implicit)

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp