| 172 | uint32_t count_ = 0; |
| 173 | |
| 174 | DEVICE PipelineState() : index_{}, phase_{}, count_{} {} |
| 175 | |
| 176 | DEVICE PipelineState(int index, uint32_t phase, uint32_t count) |
| 177 | : index_(index), phase_(phase), count_(count) {} |
nothing calls this directly
no outgoing calls
no test coverage detected