GstVulkanDebug

Functions

gst_vulkan_present_mode_to_string

const gchar *
gst_vulkan_present_mode_to_string (VkPresentModeKHR present_mode)

Parameters:

present_mode

a VkPresentModeKHR

Returns

name of present_mode

Since : 1.20


gst_vulkan_sample_count_flags_to_string

gchar *
gst_vulkan_sample_count_flags_to_string (VkSampleCountFlags sample_count_bits)

Parameters:

sample_count_bits
No description available
Returns
No description available

Since : 1.18


Function Macros

GST_VULKAN_EXTENT2D_ARGS

#define GST_VULKAN_EXTENT2D_ARGS(var) (var).width, (var).height

Since : 1.18


GST_VULKAN_EXTENT3D_ARGS

#define GST_VULKAN_EXTENT3D_ARGS(var) (var).width, (var).height, (var).depth

Since : 1.18


Constants

GST_VULKAN_EXTENT2D_FORMAT

#define GST_VULKAN_EXTENT2D_FORMAT G_GUINT32_FORMAT ", %" G_GUINT32_FORMAT

Since : 1.18


GST_VULKAN_EXTENT3D_FORMAT

#define GST_VULKAN_EXTENT3D_FORMAT G_GUINT32_FORMAT ", %" G_GUINT32_FORMAT ", %" G_GUINT32_FORMAT

Since : 1.18


The results of the search are