Cleanup: Clang tidy

This commit is contained in:
Hans Goudey 2021-10-05 13:15:31 -05:00
parent 88c02bf826
commit 16e7a7b5b1
1 changed files with 2 additions and 2 deletions

View File

@ -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;