Get the width
| 131 | |
| 132 | // Get the width |
| 133 | inline uint Texture2D::getWidth() const { |
| 134 | return mWidth; |
| 135 | } |
| 136 | |
| 137 | // Get the height |
| 138 | inline uint Texture2D::getHeight() const { |
nothing calls this directly
no outgoing calls
no test coverage detected