Back to mods
Vitrail Shaders project artwork

CurseForge · Minecraft mod

Vitrail Shaders

OptiFine-format shader packs, on Minecraft's native Vulkan renderer

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Vitrail Shaders release should I use?

Updated 7 days ago
beta file v0.11.0-beta (Neo/Fabric)
Game version 26.2
Loader Fabric, NeoForge

Vitrail Shaders v0.11.0-beta (Neo/Fabric) targets 26.2 with Fabric, NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Vitrail Shaders required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Vitrail Shaders v0.11.0-beta (Neo/Fabric) need?

v0.11.0-beta (Neo/Fabric). Change the file and its required mods may change too.

All 1 required mods have matching files

Install Sodium first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

4 listed on this file 1 pulled in by one of those mods
Sodium Needed by Vitrail Shaders v0.11.0-beta (Neo/Fabric)
required
Matching file found Matched file: Sodium 0.9.2 for NeoForge 26.2
(Sodium) Chloride Optional for Vitrail Shaders v0.11.0-beta (Neo/Fabric)
optional
Matching file found Matched file: chloride-1.8.1-FABRIC-26.2
Fabric API Optional for Vitrail Shaders v0.11.0-beta (Neo/Fabric)
optional
Matching file found Matched file: [26.2] Fabric API 0.161.0+26.2
(Sodium) Chloride Optional for Vitrail Shaders v0.11.0-beta (Neo/Fabric)
optional
Matching file found Matched file: 1.8.1-FABRIC-26.2
Smooth Skies Needed by (Sodium) Chloride
pulled in
Matching file found Matched file: 2.12.2

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Vitrail Shaders without breaking your instance.

Built for Vitrail Shaders v0.11.0-beta (Neo/Fabric). Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use v0.11.0-beta (Neo/Fabric). It targets 26.2 with Fabric, NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Sodium first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside v0.11.0-beta (Neo/Fabric). It opens that exact file at the source.

About this project

What does Vitrail Shaders add?

OptiFine-format shader packs, on Minecraft's native Vulkan renderer

Minecraft 26.2 ships a native Vulkan renderer alongside the OpenGL one. Every shader pack that exists was written for OpenGL, and none of them run on it.

Vitrail runs them anyway, unmodified. It reads an OptiFine-format pack out of shaderpacks/, translates its GLSL once when the pack loads, and hands it to the compiler the game already embeds. Nothing translates while a frame is drawn.

It started as a question, whether packs written for OpenGL over more than a decade could run untouched on the renderer that now ships with the game. It is one person's side project, worked on every day since July, and an early one: the backend it runs on is marked experimental by the game itself.

It is built the way a lot of software gets built now: AI tools do a real share of the typing and the debugging, and a human decides, tests against real packs and against Iris, reviews every line and carries the blame for every bug. What was taken from Iris and from Kroppeb's stareval is credited file by file in the project's NOTICE, under the same licence. If any of that matters to you, now you know. If the mod is useful, there is a coffee link below, and the issues are where I answer.

Buy Me a Coffee at ko-fi.com

Before you install: it is a beta

  • The Vulkan backend is experimental, marked so by the game itself: the setting you have to turn on reads "Prefer Vulkan (Experimental)".
  • The world goes through your pack: terrain, water, shadows, sky, clouds, weather, particles, mobs, block entities, the held hand, name plates and signs. What still comes from the game, the engine names in its log when a place first draws, and that list shrinks release by release.
  • Some packs still come out wrong in places, and a wrong picture is worse than a missing one. The table of packs actually tried starts from what you see and names the cause.
  • If what you want today is a finished picture, use Iris on the OpenGL backend instead. It does that job well, and it is the reference this engine is checked against, frame against frame.

Bring your own pack

Vitrail is the engine, not the pack, and it can ship none: the packs belong to their authors and their licences do not allow redistribution. These are the best known of the packs it draws.

Every other pack in the table of packs actually tried draws as well, and the table says how close each one comes to Iris. A pack absent from it is one I have not loaded, not one that is unsupported.

After you install

  • Switch the game to Vulkan and restart it. Video Settings, "Prefer Vulkan (Experimental)". The backend is picked when the game boots, so it takes effect on the next launch.
  • If the frame rate comes up short, there is a slider for it. Video Settings, on Vitrail's own page, "Render Scale": the world is drawn at 25 to 100 percent of the window and brought back to full size before the interface, so menus, chat and the F3 screen stay sharp whatever the scale.
  • Distant Horizons is compatible, and your pack's own DH programs draw its far terrain. On Fabric, install it like any other mod. On NeoForge its current release still crashes on the Vulkan renderer (its own texture unwrapper, not this mod), so install this build by hand instead.
  • Chloride is not needed, and if you run it, five of its settings decide what reaches your pack: Fast Chests and Fast Beds on the Performance page, Max Entity Distance, Max Monster Distance and Max Block Entity Distance on the Entities page. Vitrail names in the log at startup any it finds on.

Client only, one jar for Fabric and NeoForge. Iris can stay installed beside it, on the Sodium version Iris asks for, which Vitrail runs on too: on Vulkan Vitrail draws, on OpenGL Iris does, and switching the backend in the video settings switches engines. The install guide has the rest.

Links and credits

If a pack or a mod does not work with Vitrail, please open an issue. A pack that draws wrong, a mod that clashes, a crash: every report helps, and if you want to take part, pull requests are very welcome.

Source, what goes through a pack today, the changelog and the full compatibility notes are all at Vitrail-Shaders. It is also on Modrinth.

LGPL-3.0-only. Parts of the pack loader and of the value catalogue are adapted from Iris, which is LGPL-3.0 as well, and the expression grammar is Kroppeb's stareval. What was taken and what was changed on the way is recorded file by file in the project's NOTICE.

Project description from CurseForge.

Pick your setup

Vitrail Shaders by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Vitrail Shaders versions and loaders

22 of 22 releases match

Looking for an older file? The official CurseForge project page is in Resources.