hglm/detex

ConvertPixel64RGBX16ToPixel48RGB16

Opened this issue · 0 comments

uint16_t *target_pixel16_buffer = (uint16_t *)target_pixel16_buffer;

should be

uint16_t *target_pixel16_buffer = (uint16_t *)target_pixel_buffer;