rlGetGlTextureFormats function

void rlGetGlTextureFormats(
  1. int format,
  2. MemoryPointer<RUnsignedInt> glInternalFormat,
  3. MemoryPointer<RUnsignedInt> glFormat,
  4. MemoryPointer<RUnsignedInt> glType,
)

See RaylibRlglFlatModule.rlGetGlTextureFormats.

Implementation

void rlGetGlTextureFormats(
  int format,
  MemoryPointer<RUnsignedInt> glInternalFormat,
  MemoryPointer<RUnsignedInt> glFormat,
  MemoryPointer<RUnsignedInt> glType,
) => _module.rlGetGlTextureFormats(format, glInternalFormat, glFormat, glType);