Ah ok, I'll try that when I get home.
Thanks
edit: It's working now
thanks again.
Thanks

edit: It's working now

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuprivate Texture tex = new Texture(512, 256);
fb.setRenderTarget(tex);
fb.clear();
blitText("hello", 5, 5);
fb.update();
buffer.displayGLOnly(); // optional? i only use gl.. not sure if this is required for software render.
fb.blit(tex, 0, 0, 0, 0, 512, 256, false);
Page created in 0.012 seconds with 8 queries.