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