summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2023-08-01 20:52:17 -0400
committerAmeer J <52414509+ameerj@users.noreply.github.com>2023-08-06 14:54:57 -0400
commitf2cf81e0b69652bec91857fd6d447e0e4ea137b7 (patch)
tree6ae5e2fb18f3f6916b8220e6c0debdbd7c3ddeb2 /src
parentf41fb3ec0b12761c723f26e5f44d1c7f15468153 (diff)
Revert "uint result index"
This reverts commit 0e978786b5a8e7382005d8b1e16cfa12f3eeb775.
Diffstat (limited to 'src')
-rw-r--r--src/video_core/host_shaders/astc_decoder.comp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host_shaders/astc_decoder.comp b/src/video_core/host_shaders/astc_decoder.comp
index fd38dcfe5..ca93dc2a2 100644
--- a/src/video_core/host_shaders/astc_decoder.comp
+++ b/src/video_core/host_shaders/astc_decoder.comp
@@ -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;