VulkanImageInfo Struct
Definition
public struct VulkanImageInfo
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.Vulkan.VulkanImageInfo other)
Parameters
other Avalonia.Vulkan.VulkanImageInfo
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 |
|---|---|
| Format | No summary available. |
| Handle | No summary available. |
| IsProtected | No summary available. |
| Layout | No summary available. |
| LevelCount | No summary available. |
| MemoryHandle | No summary available. |
| MemorySize | No summary available. |
| PixelSize | No summary available. |
| SampleCount | No summary available. |
| Tiling | No summary available. |
| UsageFlags | No summary available. |
| ViewHandle | No summary available. |
Format Property
public uint Format { get; set; }
Handle Property
public ulong Handle { get; set; }
IsProtected Property
public bool IsProtected { get; set; }
Layout Property
public uint Layout { get; set; }
LevelCount Property
public uint LevelCount { get; set; }
MemoryHandle Property
public ulong MemoryHandle { get; set; }
MemorySize Property
public ulong MemorySize { get; set; }
PixelSize Property
public Avalonia.PixelSize PixelSize { get; set; }
SampleCount Property
public uint SampleCount { get; set; }
Tiling Property
public uint Tiling { get; set; }
UsageFlags Property
public uint UsageFlags { get; set; }
ViewHandle Property
public ulong ViewHandle { get; set; }