RENAMED: SwapBuffers() -> SwapScreenBuffer()

Avoid possible symbol collisions
This commit is contained in:
Ray 2021-06-17 12:47:03 +02:00
parent b733e76c86
commit e07054d0d4
3 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@
// Support automatic generated events, loading and recording of those events when required
#define SUPPORT_EVENTS_AUTOMATION 1
// Support custom frame control, only for advance users
// By default EndDrawing() does this job: draws everything + SwapBuffers() + manage frame timming + PollInputEvents()
// By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timming + PollInputEvents()
// Enabling this flag allows manual control of the frame processes, use at your own risk
//#define SUPPORT_CUSTOM_FRAME_CONTROL 1