rlGetPixelFormatName method

Pointer<Char> rlGetPixelFormatName(
  1. int format
)

Get name string for pixel format

Implementation

Pointer<Char> rlGetPixelFormatName(int format)
  => _rlGetPixelFormatName(format);