I want to create a lot of guis to follow a specific structure, so I thought I should work with modular rendering.
No problem with most of it, just one question.
GuiButtons and GuiLabels have the two lines
GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
GlStateManager.blendFunc(770, 771);
what are they doing?