uint result index

This commit is contained in:
Ameer J 2023-08-01 20:11:01 -04:00
parent 05ee37a1f0
commit 6b0b584eba
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ int color_bitsread = 0;
#define VECTOR_ARRAY_SIZE DIVCEIL(ARRAY_NUM_ELEMENTS * 2, 4)
uvec4 result_vector[VECTOR_ARRAY_SIZE];
int result_index = 0;
uint result_index = 0;
uint result_vector_max_index;
bool result_limit_reached = false;