* commit '9dc76d53edd32ee64f963b06f7fbb1aa30ee02d0': Make ImageProcessing work.
This commit is contained in:
@@ -87,7 +87,7 @@ void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32
|
||||
temp = pow(temp, (float3)gamma);
|
||||
temp = clamp(temp * outWMinOutB + outBlack, 0.f, 255.f);
|
||||
|
||||
output->xyz = convert2uchar3(temp);
|
||||
output->xyz = convert_uchar3(temp);
|
||||
//output->w = input->w;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user