From 54f89e870425b20af14e2be03b777836b88a29af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 12:00:18 +1100 Subject: Cleanup: docy comments beginning with '/**' don't end with '**/' --- source/blender/gpu/intern/gpu_capabilities_private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_capabilities_private.hh') diff --git a/source/blender/gpu/intern/gpu_capabilities_private.hh b/source/blender/gpu/intern/gpu_capabilities_private.hh index abe5b706a7d..3c758c4ac4a 100644 --- a/source/blender/gpu/intern/gpu_capabilities_private.hh +++ b/source/blender/gpu/intern/gpu_capabilities_private.hh @@ -33,7 +33,7 @@ namespace blender::gpu { * Only add workarounds here if they are common to all implementation or * if you need access to it outside of the GPU module. * Same goes for capabilities (i.e.: texture size) - **/ + */ struct GPUCapabilities { int max_texture_size = 0; int max_texture_layers = 0; -- cgit v1.2.3