GstVulkan.VulkanImageView¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
create_info |
r/w |
the creation information for this view |
|
device |
r/w |
||
image |
r/w |
the associated |
|
parent |
r/w |
the parent |
|
view |
r/w |
the vulkan image view handle |
Methods¶
class |
|
Details¶
- class GstVulkan.VulkanImageView¶
New in version 1.18.
- classmethod new(image, create_info)¶
- Parameters:
image (
GstVulkan.VulkanImageMemory
) – aGstVulkan.VulkanImageMemory
to create the new view fromcreate_info (
Vulkan.ImageViewCreateInfo
) – the creation information to create the view from
- Returns:
A new
GstVulkan.VulkanImageView
from image and create_info- Return type:
New in version 1.18.