Enum MetalNodeType
Defines the types of operations that can be represented as nodes in a Metal compute graph.
public enum MetalNodeType
Fields
Barrier = 3A synchronization barrier node.
EventRecord = 5An event recording node.
EventWait = 6An event wait node.
HostCallback = 4A host callback function node.
Kernel = 0A compute kernel execution node.
MemoryCopy = 1A memory copy operation node.
MemorySet = 2A memory set operation node.