| 216 | |
| 217 | |
| 218 | VertexArrayObjectResource::VertexArrayObjectResource() |
| 219 | : IDResource(createObject(glGenVertexArrays)) |
| 220 | { |
| 221 | } |
| 222 | |
| 223 | VertexArrayObjectResource::~VertexArrayObjectResource() |
| 224 | { |
nothing calls this directly
no test coverage detected