Quantcast
Channel: BlogoSfera » shows
Viewing all articles
Browse latest Browse all 19

Framebuffer texture shows as blank white when rendered after TrueTypeFont

$
0
0

I have a working framebuffer class. However, when I render out the framebuffer after rendering text with Slick2D’s true type font class, it is completely white. Below is all of the classes that are relevent. Framebuffer.java package net.jibini.querk.framebuffer; import static org.lwjgl.opengl.GL11.*; import static org.lwjgl.opengl.GL20.*; import static org.lwjgl.opengl.GL30.*; import static org.lwjgl.opengl.GL32.*; import java.nio.ByteBuffer; import java.nio.IntBuffer; import […]

The post Framebuffer texture shows as blank white when rendered after TrueTypeFont appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 19

Trending Articles