]> git.tdb.fi Git - libs/gl.git/commit
Store the number of mipmap levels in the Texture base class
authorMikko Rasa <tdb@tdb.fi>
Sat, 4 Dec 2021 00:25:14 +0000 (02:25 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 4 Dec 2021 00:25:42 +0000 (02:25 +0200)
commiteddb5cfd959eaa202ee6f95cd2049349ec920829
treeb9f3f5d7d7c7e3d4f2d4608249dcc15373179ecc
parentd0df3ba82b187705331e2cc55d515c2d44e7f466
Store the number of mipmap levels in the Texture base class
28 files changed:
source/backends/opengl/texture1d_backend.cpp
source/backends/opengl/texture2d_backend.cpp
source/backends/opengl/texture2darray_backend.cpp
source/backends/opengl/texture3d_backend.cpp
source/backends/opengl/texturecube_backend.cpp
source/backends/vulkan/framebuffer_backend.cpp
source/backends/vulkan/texture1d_backend.cpp
source/backends/vulkan/texture1d_backend.h
source/backends/vulkan/texture2d_backend.cpp
source/backends/vulkan/texture2d_backend.h
source/backends/vulkan/texture2darray_backend.cpp
source/backends/vulkan/texture3d_backend.cpp
source/backends/vulkan/texture3d_backend.h
source/backends/vulkan/texture_backend.cpp
source/backends/vulkan/texture_backend.h
source/backends/vulkan/texturecube_backend.cpp
source/backends/vulkan/texturecube_backend.h
source/core/texture.cpp
source/core/texture.h
source/core/texture1d.cpp
source/core/texture1d.h
source/core/texture2d.cpp
source/core/texture2d.h
source/core/texture2darray.cpp
source/core/texture3d.cpp
source/core/texture3d.h
source/core/texturecube.cpp
source/core/texturecube.h