PlatformGraphicsExternalImageVulkanProperties Struct
Definition
public struct PlatformGraphicsExternalImageVulkanProperties
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No 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
| Name | Description |
|---|---|
| Layout | The VkImageLayout the underlying memory is currently in. |
Layout Property
The VkImageLayout the underlying memory is currently in.
public int Layout { get; set; }