IVulkanRenderSession Interface
Definition
public interface IVulkanRenderSession
Properties
| Name | Description |
|---|---|
| ImageInfo | No summary available. |
| IsRgba | No summary available. |
| IsYFlipped | No summary available. |
| Scaling | No summary available. |
| Size | No summary available. |
ImageInfo Property
public Avalonia.Vulkan.VulkanImageInfo ImageInfo { get; set; }
IsRgba Property
public bool IsRgba { get; set; }
IsYFlipped Property
public bool IsYFlipped { get; set; }
Scaling Property
public double Scaling { get; set; }
Size Property
public Avalonia.PixelSize Size { get; set; }