IVulkanPlatformGraphicsContext Interface
Definition
public interface IVulkanPlatformGraphicsContext
Methods
| Name | Description |
|---|---|
| CreateRenderTarget | No 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
Properties
Device Property
public Avalonia.Vulkan.IVulkanDevice Device { get; set; }
Instance Property
public Avalonia.Vulkan.IVulkanInstance Instance { get; set; }