ImageRotateCW function

void ImageRotateCW(
  1. StructPointer<ImageD> image
)

See RaylibCoreFlatModule.ImageRotateCW.

Implementation

void ImageRotateCW(
  StructPointer<ImageD> image,
) => _module.ImageRotateCW(image);