python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OpenGLES , why glReadPixels() can't read data from FBO's Renderbuffer's color buffer?
This the complete code:
public class FBORenderer2 implements GLSurfaceView.Renderer {
private static final String TAG = "FBORenderer2";
protected FloatBuffer mVerBuffer = Shad...
di wing
Votes: 0
Answers: 1
Saving some (not all) decoded H.264 video stream frames with original quality and not screen resolution
I have an H.264 video stream coming form server to Android device. I want user to be able to get single frames of this stream with original quality and not with screen resolution, and simultaneously b...
Ali Has
Votes: 0
Answers: 0
Passing a GLTexture as an input to texImage2D in OpenGL ES 2.0
I am trying to build a texture packer, where multiple (possibly NPOT) textures can be packed into one mega
Power-Of-Two Texture for better performance and better min / mag filtering.
Is it possible to...
Georgi B. Nikolov
Votes: 0
Answers: 1
Is it possible to implement a view using native code in android?
I'm trying to make an app which has a view that uses a lot of native modules, and it would be better if I organized my code so that the code for that view is all native. I know you can build native ac...
thewolf
Votes: 0
Answers: 1