rlGetPixelFormatName method

Pointer<Char> rlGetPixelFormatName(
  1. int format
)

Implementation

Pointer<Char> rlGetPixelFormatName(int format) {
  return _rlGetPixelFormatName(format);
}