Constructor
| 34 | |
| 35 | // Constructor |
| 36 | Texture2D::Texture2D() : mID(0), mUnit(0), mWidth(0), mHeight(0) { |
| 37 | |
| 38 | } |
| 39 | |
| 40 | // Constructor |
| 41 | Texture2D::Texture2D(uint width, uint height, uint internalFormat, uint format, uint type) |
nothing calls this directly
no outgoing calls
no test coverage detected