We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab3f01 + c22fdf1 commit e4f7bc6Copy full SHA for e4f7bc6
1 file changed
src/example/java/tech/fastj/example/engineconfig/Main.java
@@ -65,8 +65,10 @@ public static void main(String[] args) {
65
66
/* Now, we'll move onto configureHardwareAcceleration.
67
* By making use of java2d, FastJ supports a few hardware-accelerated graphics APIs:
68
- * - OpenGL
69
- * - Direct3D
+ * - OpenGL, for devices of all OSes
+ * - Direct3D, for Windows devices
70
+ * - X11, for Linux devices
71
+ * As well as CPURender, for software rendering.
72
*
73
* With that in mind, "FastJEngine#configureHardwareAcceleration" allows you to configure
74
* the type of hardware acceleration your game uses. This is set using the "HWAccel" enum.
0 commit comments