Image Structure |
public struct Image : IVulkanNonDispatchableHandle, IEquatable<Image>
The Image type exposes the following members.
Name | Description | |
---|---|---|
Equals(Image) | ||
Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
GetHashCode | (Overrides ValueTypeGetHashCode) | |
IsNull |
Name | Description | |
---|---|---|
Equality(Image, Image) | ||
Equality(Image, UInt64) | ||
(UInt64 to Image) | ||
Inequality(Image, Image) | ||
Inequality(Image, UInt64) |
Name | Description | |
---|---|---|
SetName |
Sets the debug name of the Image so that the name can be read in a graphics debugger.
(Defined by Extensions) |