| 69 | |
| 70 | |
| 71 | IDResource::IDResource(const GLuint id) |
| 72 | : AbstractResource(true) |
| 73 | , IDTrait(id) |
| 74 | { |
| 75 | } |
| 76 | |
| 77 | IDResource::IDResource(const GLuint id, const bool hasOwnership) |
| 78 | : AbstractResource(hasOwnership) |
nothing calls this directly
no outgoing calls
no test coverage detected