GstVulkanBarrierMemoryInfo
Members
type
(GstVulkanBarrierType)
–
the GstVulkanBarrierType of the barrier flags the GstVulkanBarrierFlags of the barrier
flags
(GstVulkanBarrierFlags)
–
queue
(GstVulkanQueue *)
–
the GstVulkanQueue this barrier is to execute with
pipeline_stages
(guint64)
–
the stages in the graphics pipeline to execute the barrier
access_flags
(guint64)
–
access flags
Since : 1.18
GstVulkan.VulkanBarrierMemoryInfo
Members
type
(GstVulkan.VulkanBarrierType)
–
the GstVulkan.VulkanBarrierType of the barrier flags the GstVulkan.VulkanBarrierFlags of the barrier
flags
(GstVulkan.VulkanBarrierFlags)
–
queue
(GstVulkan.VulkanQueue)
–
the GstVulkan.VulkanQueue this barrier is to execute with
pipeline_stages
(Number)
–
the stages in the graphics pipeline to execute the barrier
access_flags
(Number)
–
access flags
Since : 1.18
GstVulkan.VulkanBarrierMemoryInfo
Members
type
(GstVulkan.VulkanBarrierType)
–
the GstVulkan.VulkanBarrierType of the barrier flags the GstVulkan.VulkanBarrierFlags of the barrier
flags
(GstVulkan.VulkanBarrierFlags)
–
queue
(GstVulkan.VulkanQueue)
–
the GstVulkan.VulkanQueue this barrier is to execute with
pipeline_stages
(int)
–
the stages in the graphics pipeline to execute the barrier
access_flags
(int)
–
access flags
Since : 1.18
Methods
gst_vulkan_barrier_memory_info_clear
gst_vulkan_barrier_memory_info_clear (GstVulkanBarrierMemoryInfo * info)
Clear any referenced objects from this info.
Parameters:
info
–
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.prototype.clear
function GstVulkan.VulkanBarrierMemoryInfo.prototype.clear(): {
// javascript wrapper for 'gst_vulkan_barrier_memory_info_clear'
}
Clear any referenced objects from this info.
Parameters:
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.clear
def GstVulkan.VulkanBarrierMemoryInfo.clear (self):
#python wrapper for 'gst_vulkan_barrier_memory_info_clear'
Clear any referenced objects from this info.
Parameters:
Since : 1.30
gst_vulkan_barrier_memory_info_copy_into
gst_vulkan_barrier_memory_info_copy_into (GstVulkanBarrierMemoryInfo * info, GstVulkanBarrierMemoryInfo * other)
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.prototype.copy_into
function GstVulkan.VulkanBarrierMemoryInfo.prototype.copy_into(): {
// javascript wrapper for 'gst_vulkan_barrier_memory_info_copy_into'
}
Parameters:
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.copy_into
def GstVulkan.VulkanBarrierMemoryInfo.copy_into (self):
#python wrapper for 'gst_vulkan_barrier_memory_info_copy_into'
Parameters:
Since : 1.30
gst_vulkan_barrier_memory_info_is_equal
gboolean gst_vulkan_barrier_memory_info_is_equal (GstVulkanBarrierMemoryInfo * info, GstVulkanBarrierMemoryInfo * other)
whether info and other_info are the same.
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.prototype.is_equal
function GstVulkan.VulkanBarrierMemoryInfo.prototype.is_equal(other: GstVulkan.VulkanBarrierMemoryInfo): {
// javascript wrapper for 'gst_vulkan_barrier_memory_info_is_equal'
}
Parameters:
the other GstVulkan.VulkanBarrierMemoryInfo to compara against
whether info and other_info are the same.
Since : 1.30
GstVulkan.VulkanBarrierMemoryInfo.is_equal
def GstVulkan.VulkanBarrierMemoryInfo.is_equal (self, other):
#python wrapper for 'gst_vulkan_barrier_memory_info_is_equal'
Parameters:
the other GstVulkan.VulkanBarrierMemoryInfo to compara against
whether info and other_info are the same.
Since : 1.30
Enumerations
GstVulkanBarrierFlags
Members
GST_VULKAN_BARRIER_FLAG_NONE
(0)
–
Since : 1.18
GstVulkan.VulkanBarrierFlags
Members
GstVulkan.VulkanBarrierFlags.NONE
(0)
–
Since : 1.18
GstVulkan.VulkanBarrierFlags
Members
GstVulkan.VulkanBarrierFlags.NONE
(0)
–
Since : 1.18
GstVulkanBarrierType
Members
GST_VULKAN_BARRIER_NONE
(0)
–
no barrier type
GST_VULKAN_BARRIER_TYPE_MEMORY
(1)
–
GST_VULKAN_BARRIER_TYPE_BUFFER
(2)
–
GST_VULKAN_BARRIER_TYPE_IMAGE
(3)
–
Since : 1.18
GstVulkan.VulkanBarrierType
Members
GstVulkan.VulkanBarrierType.NONE
(0)
–
no barrier type
GstVulkan.VulkanBarrierType.TYPE_MEMORY
(1)
–
GstVulkan.VulkanBarrierType.TYPE_BUFFER
(2)
–
GstVulkan.VulkanBarrierType.TYPE_IMAGE
(3)
–
Since : 1.18
GstVulkan.VulkanBarrierType
Members
GstVulkan.VulkanBarrierType.NONE
(0)
–
no barrier type
GstVulkan.VulkanBarrierType.TYPE_MEMORY
(1)
–
GstVulkan.VulkanBarrierType.TYPE_BUFFER
(2)
–
GstVulkan.VulkanBarrierType.TYPE_IMAGE
(3)
–
Since : 1.18
The results of the search are