Package org.lwjgl.vulkan
Class KHRVideoMaintenance1
java.lang.Object
org.lwjgl.vulkan.KHRVideoMaintenance1
VK_KHR_video_maintenance1 adds a collection of minor video coding features, none of which would warrant an entire extension of their own.
The new features are as follows:
- Allow creating buffers that can be used in video coding operations, independent of the used video profile, using the new buffer creation flag
BUFFER_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR. - Allow creating images that can be used as decode output or encode input pictures, independent of the used video profile, using the new image creation flag
IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR. - Allow specifying queries used by video coding operations as part of the video coding command parameters, instead of using begin/end query when the video session is created using the new video session creation flag
VIDEO_SESSION_CREATE_INLINE_QUERIES_BIT_KHR.
- Name String
VK_KHR_video_maintenance1- Extension Type
- Device extension
- Registered Extension Number
- 516
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_video_queue- Contact
- Daniel Rakos aqnuep
- Extension Proposal
- VK_KHR_video_maintenance1
Other Extension Metadata
- Last Modified Date
- 2023-07-27
- IP Status
- No known IP claims.
- Contributors
- Ahmed Abdelkhalek, AMD
- Aidan Fabius, Core Avionics & Industrial Inc.
- Ping Liu, Intel
- Lynne Iribarren, Independent
- Srinath Kumarapuram, NVIDIA
- Tony Zlatinski, NVIDIA
- Daniel Rakos, RasterGrid
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intExtendsVkBufferCreateFlagBits.static final intExtendsVkImageCreateFlagBits.static final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType.static final intExtendsVkVideoSessionCreateFlagBitsKHR. -
Method Summary
-
Field Details
-
VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION
public static final int VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_MAINTENANCE_1_FEATURES_KHR
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_MAINTENANCE_1_FEATURES_KHRExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_VIDEO_INLINE_QUERY_INFO_KHR
public static final int VK_STRUCTURE_TYPE_VIDEO_INLINE_QUERY_INFO_KHRExtendsVkStructureType.Enum values:
- See Also:
-
VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR
public static final int VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHRExtendsVkImageCreateFlagBits.- See Also:
-
VK_BUFFER_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR
public static final int VK_BUFFER_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHRExtendsVkBufferCreateFlagBits.- See Also:
-
VK_VIDEO_SESSION_CREATE_INLINE_QUERIES_BIT_KHR
public static final int VK_VIDEO_SESSION_CREATE_INLINE_QUERIES_BIT_KHRExtendsVkVideoSessionCreateFlagBitsKHR.- See Also:
-