spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Appears To Break All Shaders #18

Closed Brittank88 closed 3 years ago

Brittank88 commented 3 years ago

Expected Behavior

My game should look nice and lovely with shaders applied.

Actual Behavior

It looks like someone forced an AI to dream up a new pride flag:

image image

Reproduction Steps

I assume just have my mods list and try applying shaders with and without Sodium Reforged enabled.

Extra Info

This happens across numerous shaderpacks, in fact, I am yet to find one that functions alongside this mod.

There's this line in the log when applying shaders, that only appears when this mod is enabled: [23:39:13] [Render thread/ERROR] [ne.op.sh.SMCLog/]: [Shaders] OpenGL error: 1282 (Invalid operation), program: shadow, at: blockEntityId

System Information

image

spoorn commented 3 years ago

Sodium and Optifine are incompatible. Both of them touch the same rendering pipeline code of vanilla minecraft, and currently, sodium does not have Shader support implemented. There are currently no plans to add support for Shaders, nor compatibility with Optifine.

Brittank88 commented 3 years ago

Ah, okay, fair enough.