I'm trying to write a simple wrapper for OpenGL that holds buffers. Since there are many buffers, each with a specialized generate and delete function, I was hoping to use a template so that I can create these wrappers easily. The end goal is to have something like this:I'm trying to write a simple wrapper for OpenGL