All Questions
Tagged with frame-buffer java
2 questions
0
votes
0
answers
349
views
Java game loops with high tick times?
Take for example the first game loop from this question. A similar code is used in Minecraft (at least in older versions). I understand the concept and how this loop works in principle. But there is ...
2
votes
2
answers
19k
views
Resizing a Framebuffer Object (ie: its attachments) on Screen Resize
I have been experimenting with some post-processing effects and I have been using FBOs to store stuff.
The problem is, I attempt to resize them when I change resolution. I get no errors, however the ...