util: Make all 3 fetch_rgba functions occupy the same function slot.
[mesa.git] / src / util / format / u_format_etc.h
index 96795e1aec4f070552b8cbd1cea806908bd80ed3..7093552b5816169702cdf1dbed85095fd6770b9b 100644 (file)
@@ -41,6 +41,6 @@ void
 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
 
 void
-util_format_etc1_rgb8_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
+util_format_etc1_rgb8_fetch_rgba(void *dst, const uint8_t *src, unsigned i, unsigned j);
 
 #endif /* U_FORMAT_ETC1_H_ */