MungoBerry
MungoBerry
Hi, I was unable to trace a GL game from 2006, nothing happen when I use: > apitrace trace --api gl c:\Program Files (x86)\Giochi\demo\scratches-demo-en\scream.exe Debugview result is: > [5208] apitrace:...
Hi, I'm using a teensy 3.5 with Arduino 1.8.19 and teensyduino 1.57. The following code works under 1.56 but returns 0 with 1.57: ``` #include void setup() { Serial.begin(9600); if...
Hi, it seems I must disable glScissor to works properly on AMD Radeon HD 6450 card. When I drag windows around glScissor fails:  I've solved adding glEnable(GL_SCISSOR_TEST) to r_clear()...
Hi, there's a simple way to loop video and eventually slow down playback ? Thank you.