138139140141142143144145146147148
} private void initialize(int FBO_W, int FBO_H, FrameBuffer fbo, boolean hasDepth, boolean useBlending, boolean use32bitFBO) { blending = useBlending; Format format = null; if (use32bitFBO) { if (useBlending) { format = Format.RGBA8888; } else {
135136137138139140141142143144145