HomeJavaModsVulcade
Vulcade
ModsJava

Vulcade

by minhkhanh160911 · on Modrinth

Post-processing shader packs that run on Minecraft's Vulkan renderer. Bloom, sun glare, volumetric light shafts, ore glow, plus dedicated underwater…

⬇ Download on Modrinth
Vulcade — screenshot 1Vulcade — screenshot 2Vulcade — screenshot 3Vulcade — screenshot 4

Vulcade

Loadable shader packs that work on Minecraft 26.2's Vulkan renderer.

Minecraft 26.2 replaced the 17-year-old OpenGL pipeline with a graphics backend abstraction and shipped an experimental Vulkan renderer alongside it. The catch: existing shader mods don't support it. Iris is OpenGL-only, so switching Graphics API to Vulkan currently means giving up shaders entirely.

Vulcade fills that gap. It runs shader packs through Minecraft's own post-effect system, which means the active backend compiles the shaders itself — under Vulkan your pack's GLSL goes through Mojang's GLSL-to-SPIR-V path and executes on the Vulkan command encoder. Vulcade issues no graphics calls of its own, so the same code works on Vulkan and OpenGL with no backend-specific paths.

Features

Requirements

What this is not

Stated plainly, so you know what you're installing:

If you want full lighting-model shaders, you want Iris, on OpenGL. Vulcade is for people who want the Vulkan backend and a good-looking game.

Writing your own pack

A pack is a folder or .zip in shaderpacks/ containing a vulcade.json manifest, post_effect chain JSON, and shaders/post/*.fsh laid out like a resource pack. Chains use vanilla's own post-effect format, so if you've written a vanilla post shader, you already know it. Every pass gets SamplerInfo (OutSize/InSize) and vanilla's Globals block (GameTime, ScreenSize, camera position) for free.

Ships with tools/validate_pack.py, which checks a pack without launching the game — Minecraft only compiles a chain the first time it runs, so a broken Nether chain otherwise stays silent until you stand in the Nether.

Credits

By Chris Do. MIT licensed.

The bundled pack's look is inspired by Complementary Shaders; no code from it is used or included.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more