24 Commits

Author SHA1 Message Date
Perses Games
7478e90cb5 Merge pull request #1 from david-hall/master
Bug fixes for jogl-compute-shaders-fireworks
2024-12-31 12:17:44 +01:00
David Hall
90fc282c7c Specify eclipse project encoding to be UTF-8 2023-01-12 13:39:52 -05:00
David Hall
66ddcb0c98 Fix all Java compiler warnings
* raw types
* unused imports and variables
2023-01-12 13:35:11 -05:00
David Hall
94a468d932 Fix shader limit logging
GL_MAX_COMPUTE_WORK_GROUP_SIZE and GL_MAX_COMPUTE_WORK_GROUP_COUNT were throwing exceptions when called with  DebugGL4 because the wrong API was being used to retrieve them.
2023-01-12 13:28:54 -05:00
David Hall
58e8505660 Terminate background thread when closing window without pressing Escape
This avoids a zombie thread with no UI from which to receive keyboard input when the window is closed before pressing <Esc>.
2023-01-07 05:53:16 -05:00
David Hall
1aad27e011 Fix compile error in vertex shader
Fixes shader compile error when run on Windows 10 with
Intel(R) HD Graphics 630
GL_VERSION: 4.4.0 - Build 27.20.100.9664
2023-01-07 05:47:39 -05:00
David Hall
d83f672e31 Commit Eclipse generated files 2023-01-07 05:42:08 -05:00
David Hall
3fefecbc9a Add .gitignore
Added by Eclipse when project was imported
2023-01-07 05:40:31 -05:00
Perses Games
a4a3d4c81e Update ComputeProgram.java 2017-04-26 15:30:46 +02:00
Perses Games
19a9ade24d Update Program.java 2017-04-26 15:30:35 +02:00
Perses Games
cda5588558 Update ShaderProgram.java 2017-04-26 15:30:15 +02:00
rnentjes
a32ae5ff68 README 2014-04-25 23:03:05 +02:00
Perses Games
b1ac030790 Update README.md 2014-01-17 19:26:42 +01:00
Perses Games
164600a64f Update README.md 2014-01-17 19:26:08 +01:00
rnentjes
53f2c87652 Cleanup 2014-01-17 19:18:09 +01:00
rnentjes
c422345783 Cleanup 2014-01-17 19:16:13 +01:00
rnentjes
11ceadd67f Cleanup 2014-01-17 13:19:07 +01:00
rnentjes
9f55bd8051 Cleanup 2014-01-17 13:16:35 +01:00
Perses Games
f76dadbbef Update README.md 2014-01-17 13:15:13 +01:00
rnentjes
831448b8f5 Cleanup 2014-01-17 13:11:50 +01:00
rnentjes
c44c578636 Cleanup 2014-01-17 12:45:34 +01:00
rnentjes
b2809fe52b Cleanup 2014-01-17 12:42:42 +01:00
Perses Games
a06e470ee1 Create README.md 2014-01-17 12:39:10 +01:00
rnentjes
9f68d51064 Initial commit 2014-01-17 12:34:48 +01:00