GstVulkan.VulkanDescriptorSet¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
cache |
r/w |
the parent |
|
layouts |
r/w |
layouts applied to this descriptor set |
|
n_layouts |
r/w |
number of layouts applied to this descriptor set |
|
parent |
r/w |
the parent |
|
pool |
r/w |
the parent |
|
set |
r/w |
the vulkan descriptor set handle |
Methods¶
class |
|
Details¶
- class GstVulkan.VulkanDescriptorSet¶
New in version 1.18.
- classmethod new_wrapped(pool, set, layouts)¶
- Parameters:
pool (
GstVulkan.VulkanDescriptorPool) –set (
Vulkan.DescriptorSet) – aVulkan.DescriptorSetlayouts ([
GstVulkan.VulkanHandle]) – list ofGstVulkan.VulkanHandlecontaining descriptor set layouts
- Returns:
- Return type:
New in version 1.18.