vram-guild / canvas

Shader-Based Minecraft Renderer for Fabric
GNU Lesser General Public License v3.0
417 stars 40 forks source link

[Bug] Does Not work with ComputerCraft:Restitched #273

Open Merith-TK opened 3 years ago

Merith-TK commented 3 years ago

image image image

ComputerCraft has been using the TBO rendering method, and we are switching to VBO because optifine/optifabric shaders wont become scuffed with it,

For more details veiw @hugeblank 's posts about canvas on this issue https://github.com/Merith-TK/cc-restitched/issues/9

hugeblank commented 3 years ago

To be clear - neither TBO, nor VBO rendering methods are functioning properly.

I think the best demonstration of this bug is image 2, where the computer screen renders improperly. This happens in both TBO/VBO mode of CC on canvas, but doesn't occur in any other mod/shader extension.