Open CoriullusFox opened 3 years ago
we have CP_Image_DrawAdvanced that allows drawing rotated images, and we have CP_Image_DrawSubImage that allows providing uv coordinates for the image so we can draw a portion of the image. but we don't have a function that allows both.
This is fixed in the Singapore branch: ccaca3d1d2cc6eb0f1407df3b109c035c4d0976e
we have CP_Image_DrawAdvanced that allows drawing rotated images, and we have CP_Image_DrawSubImage that allows providing uv coordinates for the image so we can draw a portion of the image. but we don't have a function that allows both.