Package org.lwjgl.vulkan
Class KHRVideoDecodeQueue
java.lang.Object
org.lwjgl.vulkan.KHRVideoDecodeQueue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final long
static final int
static final int
static final long
static final long
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final String
static final int
static final long
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
nvkCmdDecodeVideoKHR
(VkCommandBuffer commandBuffer, long pDecodeInfo) void vkCmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR const * pDecodeInfo)
static void
vkCmdDecodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) void vkCmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR const * pDecodeInfo)
-
Field Details
-
VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION
public static final int VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION- See Also:
-
VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME
- See Also:
-
VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR
public static final int VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR- See Also:
-
VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR
public static final int VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR- See Also:
-
VK_STRUCTURE_TYPE_VIDEO_DECODE_USAGE_INFO_KHR
public static final int VK_STRUCTURE_TYPE_VIDEO_DECODE_USAGE_INFO_KHR- See Also:
-
VK_QUEUE_VIDEO_DECODE_BIT_KHR
public static final int VK_QUEUE_VIDEO_DECODE_BIT_KHR- See Also:
-
VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR
public static final long VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR- See Also:
-
VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR
public static final long VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR- See Also:
-
VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR
public static final long VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR- See Also:
-
VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR
public static final int VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR- See Also:
-
VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR
public static final int VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR- See Also:
-
VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR
public static final int VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR- See Also:
-
VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR
public static final int VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR- See Also:
-
VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR
public static final int VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR- See Also:
-
VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR
public static final int VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR- See Also:
-
VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR
public static final int VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR- See Also:
-
VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR
public static final int VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR- See Also:
-
VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR
public static final int VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR- See Also:
-
VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR
public static final int VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR- See Also:
-
VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR
public static final long VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR- See Also:
-
VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR
public static final long VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR- See Also:
-
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR
public static final int VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR- See Also:
-
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR
public static final int VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR- See Also:
-
VK_VIDEO_DECODE_USAGE_DEFAULT_KHR
public static final int VK_VIDEO_DECODE_USAGE_DEFAULT_KHR- See Also:
-
VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR
public static final int VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR- See Also:
-
VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR
public static final int VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR- See Also:
-
VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR
public static final int VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR- See Also:
-
-
Method Details
-
nvkCmdDecodeVideoKHR
void vkCmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR const * pDecodeInfo)
-
vkCmdDecodeVideoKHR
public static void vkCmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) void vkCmdDecodeVideoKHR(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR const * pDecodeInfo)
-