epfly6 / RepentanceAPIIssueTracker

An unofficial issue tracker for issues with The Binding of Isaac: Repentance's API.
18 stars 1 forks source link

Better shader support #26

Open filloax opened 3 years ago

filloax commented 3 years ago

Mod shaders in AB+ are very hard to work with, and are missing important features. Of note:

Another useful but less important feature would be being able to 100% disable them via code (instead of still loading them and using a GLSL variable to do so), so an option could be added for users with less powerful machines, else they seem to still have a performance impact

(Note: I am not too proficient with shaders in other contexts myself, so if someone more knowledgeable can add on this please do)

TazTxUK commented 3 years ago

Getting access to other shader types (namely geometry) would be fantastic also, as draw heavy mods can struggle sometimes, especially with older computers.