GstVulkan.VulkanCommandBuffer¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cmd |
r/w |
the vulkan command buffer handle |
|
level |
r/w |
the level of the vulkan command buffer |
|
parent |
r/w |
the parent |
|
pool |
r/w |
the parent |
Methods¶
class |
|
Details¶
- class GstVulkan.VulkanCommandBuffer¶
New in version 1.18.
- classmethod new_wrapped(cmd, level)¶
- Parameters:
cmd (
Vulkan.CommandBuffer
) – aVulkan.CommandBuffer
level (
Vulkan.CommandBufferLevel
) – theVulkan.CommandBufferLevel
for cmd
- Returns:
- Return type:
New in version 1.18.