InitCmd initializes the command pool and buffer
()
| 97 | |
| 98 | // InitCmd initializes the command pool and buffer |
| 99 | func (sy *System) InitCmd() { |
| 100 | sy.CmdPool.ConfigResettable(&sy.Device) |
| 101 | sy.CmdPool.NewBuffer(&sy.Device) |
| 102 | } |
| 103 | |
| 104 | // Vars returns a pointer to the vars for this pipeline, which has vals within it |
| 105 | func (sy *System) Vars() *Vars { |
no test coverage detected