Revert "uint result index"

This reverts commit 0e978786b5a8e7382005d8b1e16cfa12f3eeb775.
This commit is contained in:
Ameer J 2023-08-01 20:52:17 -04:00
parent f41fb3ec0b
commit f2cf81e0b6
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];
uint result_index = 0;
int result_index = 0;
uint result_vector_max_index;
bool result_limit_reached = false;