GstVulkan.VulkanDescriptorPool¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
device |
r |
the |
|
parent |
r |
the parent |
|
pool |
r |
the vulksn descriptor pool handle |
Class Details¶
- class GstVulkan.VulkanDescriptorPool(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.18.
- classmethod new_wrapped(device, pool, max_sets)¶
- Parameters:
device (
GstVulkan.VulkanDevice
) – aGstVulkan.VulkanDevice
pool (
Vulkan.DescriptorPool
) – aVkDescriptorPool
max_sets (
int
) – maximum descriptor sets allocatable wit pool
- Returns:
- Return type:
New in version 1.18.
- create(layouts)¶
- Parameters:
layouts ([
GstVulkan.VulkanHandle
]) – list ofGstVulkan.VulkanHandle
containing descriptor set layouts- Raises:
- Returns:
- Return type:
New in version 1.18.
- get_device()¶
- Returns:
the parent
GstVulkan.VulkanDevice
for this descriptor pool- Return type:
New in version 1.18.