I am trying to use the Motion Blur 2D filter in the BGE, but it has absolutely no effect. I know my graphics processor should support gl accumulation buffer, and since this is a 6th Gen Core i7 I assumed it would. I wanted to ask if anyone knew whether Intel HD 530 supports gl accumulation buffer or if there is some other problem I should look into.
Check the console…I think there should be an error, saying the filter can not be compiled. It happens on ATI cards if GLSL is not written precisely for those cards. Like if some float number says “1” for ATI it should say “1.0”
Gave that a try, doesn’t seem to solve the problem. I’m not using amd graphics, I’m using the integrated graphics on the i7 6700 (Skylake GT2 or Intel HD 530).
I guess there’s a problem with Intel HD graphics as well xD
I have an intel HD graphics card at my disposal. Could you send a test file, so I can test it. I’ll also test my motion blur filter with this card tomorrow and give some feedback.