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