GPU: Fix clang tidy warnings

This commit is contained in:
2020-09-07 13:59:22 +02:00
parent aa32e7a2f3
commit 6b91c641e8
5 changed files with 16 additions and 16 deletions

View File

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