cgytrus / MenuShaders

A Geometry Dash mod that replaces the background of the main menu with a custom customizable shader.
MIT License
4 stars 5 forks source link

Menu shaders invert when using imgui mod menu and switching pages #19

Closed om3ga6400 closed 2 months ago

om3ga6400 commented 2 months ago

shader used: https://www.shadertoy.com/view/XsBfRW

using prism: {7BDDE77F-D667-494B-86B2-EB88A27AAF3B}

not using prism: {520C74A8-36D9-41E6-8463-FFC30669D160}

om3ga6400 commented 2 months ago

also the same color change happens when switching layers to and from menulayer

cgytrus commented 2 months ago

it's probably because the shader sets the output alpha to a non-zero value, try changing the last line in the shader to fragColor.a = 1.0;

cgytrus commented 2 months ago

closing due to inactivity