rlGetPixelFormatName method
Implementation
@override
String rlGetPixelFormatName(
PixelFormat format,
) => run(
() => RaylibDebugLabels.rlGetPixelFormatName(format),
() => rl.Rlgl.rlGetPixelFormatName(
format.value,
).toD,
);
@override
String rlGetPixelFormatName(
PixelFormat format,
) => run(
() => RaylibDebugLabels.rlGetPixelFormatName(format),
() => rl.Rlgl.rlGetPixelFormatName(
format.value,
).toD,
);