Skip to content
Snippets Groups Projects
Commit f2cf81e0 authored by Ameer J's avatar Ameer J
Browse files

Revert "uint result index"

This reverts commit 0e978786b5a8e7382005d8b1e16cfa12f3eeb775.
parent f41fb3ec
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment