summaryrefslogtreecommitdiff
path: root/gdk/gdkgltextureprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* texture: Expose subclasses as subclassesBenjamin Otte2018-03-181-4/+0
| | | | | | | | | | This is necessary so that bidnings work properly and don't make gdk_gl_texture_release() a function on GdkTexture. It also allows code to identify what type of texture they are dealing with. Finally, we can now decide to add getters later without screwing anything up, if we want to allow people to access GL textures directly.
* gdk: Split out GL textureBenjamin Otte2018-03-071-0/+19
Put GdkGLTexture into its own file and rename the API to gdk_gl_texture_foo() instead of gdk_texture_foo_for_gl(). Apart from naming, no actual code changes.