[Bf-blender-cvs] [16e7a7b5b19] master: Cleanup: Clang tidy

Hans Goudey noreply at git.blender.org
Tue Oct 5 20:15:40 CEST 2021


Commit: 16e7a7b5b192fe19f271a28cfb55c1b19118ccb1
Author: Hans Goudey
Date:   Tue Oct 5 13:15:31 2021 -0500
Branches: master
https://developer.blender.org/rB16e7a7b5b192fe19f271a28cfb55c1b19118ccb1

Cleanup: Clang tidy

===================================================================

M	source/blender/draw/intern/draw_texture_pool.cc

===================================================================

diff --git a/source/blender/draw/intern/draw_texture_pool.cc b/source/blender/draw/intern/draw_texture_pool.cc
index 544a763ddb9..61697465784 100644
--- a/source/blender/draw/intern/draw_texture_pool.cc
+++ b/source/blender/draw/intern/draw_texture_pool.cc
@@ -28,10 +28,10 @@
 
 using namespace blender;
 
-typedef struct DRWTexturePoolHandle {
+struct DRWTexturePoolHandle {
   uint64_t users_bits;
   GPUTexture *texture;
-} DRWTexturePoolHandle;
+};
 
 struct DRWTexturePool {
   Vector<void *, 16> users;



More information about the Bf-blender-cvs mailing list