Struct DataPool.BufferDescriptor
Describes a compute buffer in the simplified form used by the graph runtime.
public struct DataPool.BufferDescriptor : IEquatable<DataPool.BufferDescriptor>
- Implements
- Inherited Members
Properties
- count
Number of float elements stored in the buffer.
- stride
Gets the stride, in bytes, used when allocating the buffer.
Methods
- Create(int)
Creates a descriptor for a float-packed compute buffer.
- Equals(BufferDescriptor)
Compares two buffer descriptors for pool reuse.