This commit is contained in:
Clownacy 2020-04-21 13:00:34 +01:00
parent 0aba8888bb
commit 5b636ccc24

View file

@ -128,11 +128,6 @@ RenderBackend_Surface* RenderBackend_Init(const char *window_title, int screen_w
// Disable depth-test (enabled by default for some reason)
GX2SetDepthOnlyControl(FALSE, FALSE, GX2_COMPARE_FUNC_ALWAYS);
// Enable blending
// GX2SetColorControl(GX2_LOGIC_OP_COPY, 0xFF, FALSE, TRUE);
// Set custom blending mode for pre-multiplied alpha
/* GX2SetBlendControl(GX2_RENDER_TARGET_0,
GX2_BLEND_MODE_ZERO,