]> git.tdb.fi Git - libs/gl.git/history - source/backends/opengl/texture2d_backend.cpp
Add a usage parameter to Buffer
[libs/gl.git] / source / backends / opengl / texture2d_backend.cpp
2021-11-17 Mikko RasaAdd a usage parameter to Buffer
2021-11-10 Mikko RasaAccount for mipmap levels when computing texture data...
2021-11-10 Mikko RasaMove the Resource function override of Texture classes...
2021-11-02 Mikko RasaSupport loading raw texture data from an external file
2021-11-02 Mikko RasaUse default member initializers in async loaders
2021-10-07 Mikko RasaUse set_manager instead of passing the manager to the...
2021-10-07 Mikko RasaRename OpenGLTexture::generate_id to create
2021-10-07 Mikko RasaAlways delay texture creation until it is allocated
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory