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