Struct CommandListDescription
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
Describes a CommandList, for creation using a ResourceFactory.
public struct CommandListDescription : IEquatable<CommandListDescription>
- Implements
- Inherited Members
Methods
Equals(CommandListDescription)
Element-wise equality.
public bool Equals(CommandListDescription other)
Parameters
otherCommandListDescriptionThe instance to compare to.
Returns
- bool
True if all elements are equal; false otherswise.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.