문제

I'm a new for OpenGL ES with GLKit, I want to create two FBO for my program. but I don't know how to bind the default FBO, anyone who can help me ?

Any help or advice would be much appreciated.

도움이 되었습니까?

해결책

this problem is basic, you just need add one line like this:

[((GLKView *) self.view) bindDrawable];   

this method can reset to GLKit default FBO

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top