Pool |
public enum PoolType
Member name | Value | Description |
---|---|---|
Static | 0 | Generic pool reserved for static job elements; It can be used for dynamic job elements and for streaming as well, if the corresponding pools are undefined. |
Stream | 1 | Optional pool reserved for streaming (aka ping-pong) operations |