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