Blender Git Loki
Git Commits -> Revision a92d77a
Revision a92d77a by Clément Foucault (master) September 5, 2020, 15:49 (GMT) |
GPUTexture: Add skeleton of the new GLTexture class |
Commit Details:
Full Hash: a92d77acf715f5a775e99b575cc8cc5238b11557
Parent Commit: f72c1c4
Lines Changed: +328, -8
1 Added Path:
/source/blender/gpu/opengl/gl_texture.cc (+98, -0) (View)
7 Modified Paths:
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+44, -0) (Diff)
/source/blender/gpu/intern/gpu_texture_private.hh (+79, -4) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+6, -0) (Diff)
/source/blender/gpu/opengl/gl_texture.hh (+95, -2) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+44, -0) (Diff)
/source/blender/gpu/intern/gpu_texture_private.hh (+79, -4) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+6, -0) (Diff)
/source/blender/gpu/opengl/gl_texture.hh (+95, -2) (Diff)