Skip to main content

PlatformGraphicsExternalImageVulkanProperties Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia
public struct PlatformGraphicsExternalImageVulkanProperties

Inheritance: ValueType -> PlatformGraphicsExternalImageVulkanProperties

Implements: IEquatable<PlatformGraphicsExternalImageVulkanProperties>

Methods

NameDescription
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

Equals overloads

Equals Method

public bool Equals(Avalonia.Platform.PlatformGraphicsExternalImageVulkanProperties other)
Parameters

other Avalonia.Platform.PlatformGraphicsExternalImageVulkanProperties

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
LayoutThe VkImageLayout the underlying memory is currently in.

Layout Property

The VkImageLayout the underlying memory is currently in.

public int Layout { get; set; }