You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ RGFW is a free multi-platform single-header very simple-to-use framework library
13
13
14
14
15
15
The window backend supports XLib (UNIX), Cocoas (MacOS) and WinAPI (Windows)\
16
-
The graphics backend supports OpenGL (./RGFW) and software rendering buffers (./RGFW-buffer).
16
+
The graphics backend supports OpenGL and buffer rendering.\
17
+
You can use `window_setGPURender` to toggle GPU rendering and `window_setCPURender` to toggle CPU rendering
18
+
19
+
CPU rendering is turned off by default, see the `basic-buffer.odin` example
17
20
18
21
RGFW was designed as a backend for RSGL, but it can be used standalone or for other libraries, such as Raylib which uses it as an optional alternative backend.
0 commit comments