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