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:
authorCampbell Barton <campbell@blender.org>2022-05-12 07:07:15 +0300
committerCampbell Barton <campbell@blender.org>2022-05-12 07:07:15 +0300
commit3b0a08b79306a25dd0f5ec7f92942d5c2bcc017c (patch)
treec5da3c25e63cd448b4c736ff934cf5d819070b2d /source/blender/gpu/intern
parent51fdf4bdfc13e5cec2b34030508b3caaa4a7fef8 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_capabilities.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_capabilities.cc b/source/blender/gpu/intern/gpu_capabilities.cc
index 6ef015492c7..4ec215c2d3b 100644
--- a/source/blender/gpu/intern/gpu_capabilities.cc
+++ b/source/blender/gpu/intern/gpu_capabilities.cc
@@ -172,7 +172,6 @@ int GPU_max_compute_shader_storage_blocks()
return GCaps.max_compute_shader_storage_blocks;
}
-
/** \} */
/* -------------------------------------------------------------------- */