| 301 | |
| 302 | DataType GetDataType() const { return m_Info.GetDataType(); } |
| 303 | unsigned int GetNumDimensions() const { return m_Info.GetNumDimensions(); } |
| 304 | unsigned int GetNumBytes() const { return m_Info.GetNumBytes(); } |
| 305 | unsigned int GetNumElements() const { return m_Info.GetNumElements(); } |
| 306 |
nothing calls this directly
no test coverage detected