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