Skip to main content

IVulkanPlatformGraphicsContext Interface

Definition

Namespace:Avalonia.Vulkan
Assembly:Avalonia.Vulkan
Package:Avalonia
public interface IVulkanPlatformGraphicsContext

Methods

NameDescription
CreateRenderTargetNo summary available.

CreateRenderTarget Method

public Avalonia.Vulkan.IVulkanRenderTarget CreateRenderTarget(System.Collections.Generic.IEnumerable<Avalonia.Platform.Surfaces.IPlatformRenderSurface> surfaces)

Parameters

surfaces System.Collections.Generic.IEnumerable<Avalonia.Platform.Surfaces.IPlatformRenderSurface>

Returns

Avalonia.Vulkan.IVulkanRenderTarget

Properties

NameDescription
DeviceNo summary available.
InstanceNo summary available.

Device Property

public Avalonia.Vulkan.IVulkanDevice Device { get; set; }

Instance Property

public Avalonia.Vulkan.IVulkanInstance Instance { get; set; }