Add this as a builder property, and pass it to the created texture.
We need a place to pass more data from the builder to the constructed texture, and this is it.
Building GL textures is complicated, so create an object to make them. So far, this object just contains the functionality of gdk_gl_texture_new(), but that will change in the future.