Skip to main content

IVulkanRenderSession Interface

Definition

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

Implements: IDisposable

Properties

NameDescription
ImageInfoNo summary available.
IsRgbaNo summary available.
IsYFlippedNo summary available.
ScalingNo summary available.
SizeNo 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; }