Hello guys, can anyone confirm please if glClearNamedFramebufferfi extension function bugged on latest drivers for HD6670, it has to accept 5 arguments as opengl specs say - glClearBuffer - OpenGL 4 Reference Pages
but it crashes - Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
so i assume HD6670 drivers accept 4 arguments
by experimenting with function declaration i found out that using 4 arguments with this function signature works well.