image: a pointer to rgb or rgba values of the image
resolution: the resolution of the image
options: bit-coded:
bit0 set (1): the provided image is rgba (or a depth buffer, i.e. one float per image pixel), otherwise it is rgb
bit1 set (2): the image will be flipped on its x-axis
bit2 set (4): the image will be flipped on its y-axis
floatParams: Reserved for future extension. Set to nullptr.
intParams: Reserved for future extension. Set to nullptr.
reserved: Reserved for future extension. Set to nullptr.
|