Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-06-29 18:57:28 +0300
committerHans Goudey <h.goudey@me.com>2022-06-29 18:57:28 +0300
commit95964444c660249cd3891a9c287ebe0ed165ce07 (patch)
tree7234418c022b1063e92d561fcae583867f1ab7e5 /source/blender/gpu
parent1516f7dcde34a4a31f6f3d04eac5f60310ea32b7 (diff)
Cleanup: Clang tidy, unused variable warning
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_framebuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_framebuffer.cc b/source/blender/gpu/intern/gpu_framebuffer.cc
index 019b5af461c..8d93e49d588 100644
--- a/source/blender/gpu/intern/gpu_framebuffer.cc
+++ b/source/blender/gpu/intern/gpu_framebuffer.cc
@@ -148,7 +148,7 @@ void FrameBuffer::load_store_config_array(const GPULoadStore *load_store_actions
}
}
-unsigned int FrameBuffer::get_bits_per_pixel(void)
+unsigned int FrameBuffer::get_bits_per_pixel()
{
unsigned int total_bits = 0;
for (GPUAttachment &attachment : attachments_) {