GstVulkan.VulkanFence¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cache |
r/w |
the parent |
|
device |
r/w |
the |
|
fence |
r/w |
the vulkan fence handle |
|
parent |
r/w |
the parent |
Methods¶
class |
|
class |
|
|
|
|
Details¶
- class GstVulkan.VulkanFence¶
New in version 1.18.
- classmethod new(device)¶
- Parameters:
device (
GstVulkan.VulkanDevice
) – the parentGstVulkan.VulkanDevice
- Raises:
- Returns:
a new
GstVulkan.VulkanFence
orNone
on error- Return type:
New in version 1.18.
- classmethod new_always_signalled(device)¶
- Parameters:
device (
GstVulkan.VulkanDevice
) –- Returns:
a new
GstVulkan.VulkanFence
that is always in the signalled state- Return type:
New in version 1.18.
- reset()¶