Texture in OpenGL ES 2 looks pixelated

Moderator
Posts: 1,552
Joined: 2003.10
Post: #18
(Aug 30, 2011 04:39 PM)vunterslaush Wrote:  Yes?

Yep, that's it!

(Aug 30, 2011 04:39 PM)vunterslaush Wrote:  EDIT:
Another question- I noticed that in the template it binds the render buffer every frame, and in the example that I've used so far that wasn't the case. Why is that, and what is the best way to do it?

Presumably that's just defensive programming on the template's part, in case another part of the program binds a different renderbuffer. If you're not changing the renderbuffer anywhere, it should be safe to only bind it once, I think.
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Texture in OpenGL ES 2 looks pixelated - ThemsAllTook - Aug 30, 2011 06:41 PM
Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  OpenGL ES Texture Compression ajrs84 9 504 May 7, 2013 03:36 PM
Last Post: ajrs84
  OpenGL ES Texture Masking airfire 5 11,470 Nov 14, 2012 09:36 AM
Last Post: toanNguyen
  OpenGL ES Texture Masking dalasjoe sin 0 3,148 Apr 13, 2012 12:17 AM
Last Post: dalasjoe sin
  Lighting and changing texture colors in OpenGL agreendev 2 6,127 Aug 13, 2010 03:47 PM
Last Post: agreendev
  OpenGL ES Texture Problems jhbau1000 1 4,422 Jul 12, 2010 05:57 AM
Last Post: Kezhaya