rlGetGlTextureFormats function
void
rlGetGlTextureFormats(
- int format,
- MemoryPointer<
RUnsignedInt> glInternalFormat, - MemoryPointer<
RUnsignedInt> glFormat, - 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);