From 6b91c641e81ec2256b63e3dc8c0fe9d4e5dcf411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 7 Sep 2020 13:59:22 +0200 Subject: GPU: Fix clang tidy warnings --- source/blender/gpu/GPU_index_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu/GPU_index_buffer.h') diff --git a/source/blender/gpu/GPU_index_buffer.h b/source/blender/gpu/GPU_index_buffer.h index 09c12c6e177..df24e07caef 100644 --- a/source/blender/gpu/GPU_index_buffer.h +++ b/source/blender/gpu/GPU_index_buffer.h @@ -81,9 +81,9 @@ void GPU_indexbuf_create_subrange_in_place(GPUIndexBuf *elem, uint start, uint length); -void GPU_indexbuf_discard(GPUIndexBuf *); +void GPU_indexbuf_discard(GPUIndexBuf *elem); -bool GPU_indexbuf_is_init(GPUIndexBuf *ibo); +bool GPU_indexbuf_is_init(GPUIndexBuf *elem); int GPU_indexbuf_primitive_len(GPUPrimType prim_type); -- cgit v1.2.3