From b891d44cf368eeede4c24b75b9761fa4fd9f8662 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 28 Dec 2020 23:44:54 -0800 Subject: [PATCH] fix var name --- include/Refresh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Refresh.h b/include/Refresh.h index 5a5f573..3d03ddf 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -1017,7 +1017,7 @@ REFRESHAPI uint32_t REFRESH_PushVertexShaderParams( REFRESHAPI uint32_t REFRESH_PushFragmentShaderParams( REFRESH_Device *device, void *data, - uint32_t elementCount + uint32_t paramBlockCount ); /* Sets textures/samplers for use with the currently bound vertex shader.