I’ve got a problem, I’m trying to implement the GLSurfaceView.Renderer interface but I can’t get it to work. I am importing the android.opengl.GLSurfaceView but it still can’t be resolved to a type.
I’m including the code of my class here below.
package se.mima.opengl20test;
import android.opengl.GLSurfaceView;
public class MyGL20Renderer implements GLSurfaceview.Renderer{
}
I just don’t get it, shouldn’t this work?
GLSurfaceView.Renderer, not GLSurfaceview.