Commit Graph

3 Commits

Author SHA1 Message Date
Matthias Clasen
a339c85a98 texturebuilder: Add has-mipmap
Add this as a builder property, and pass it
to the created texture.
2023-04-25 08:32:00 +02:00
Matthias Clasen
98c3f365db gltexture: Add a new private constructor
We need a place to pass more data from the builder
to the constructed texture, and this is it.
2023-04-25 08:25:38 +02:00
Benjamin Otte
3646c470d5 gdk: Add GdkGLTextureBuilder
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.
2023-04-24 07:02:15 +02:00