| 530 | } |
| 531 | |
| 532 | unsigned int GetInputSize(unsigned int inputIndex = 0u) const |
| 533 | { |
| 534 | CheckInputIndexIsValid(inputIndex); |
| 535 | return m_InputBindings[inputIndex].second.GetNumElements(); |
| 536 | } |
| 537 | |
| 538 | unsigned int GetOutputSize(unsigned int outputIndex = 0u) const |
| 539 | { |
nothing calls this directly
no test coverage detected