Tags
Creators
Details
1.12.0+mc26.2-snap8-2026-05-23
Compatibility
Changes
Vulkan PostFX 1.12.0-alpha for Minecraft 26.2 Snapshot 8
Highlights
- Ported to Minecraft 26.2 Snapshot 8.
- Kept VPFX Native Runtime experimental path available on Vulkan.
- Verified builtin native fullscreen passthrough diagnostic path.
- Verified external PostChain skip in native diagnostic mode.
- Added user shader resolve / preprocess dry-run.
- Added user shader pipeline planning / hash dry-run.
Native Runtime Status
The VPFX Native Runtime is still experimental and opt-in.
Currently verified:
- Builtin native fullscreen passthrough draw
mainTarget -> transientColorcopy- external PostChain skipped after successful native diagnostic draw
- user shader source resolve / preprocess dry-run
- user shader pipeline planning dry-run
Not supported yet:
- user shader native draw
- multi-pass native graph execution
- custom native targets
- scene_depth / shadow_depth native inputs
- compute shaders
Snapshot 8 Note
Minecraft 26.2 Snapshot 8 defaults to OpenGL and marks Vulkan as experimental.
Vulkan PostFX native runtime testing requires the Vulkan graphics backend.
If you want to test VPFX native runtime features, manually select Vulkan in the Graphics API setting.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:TsmOcOBN:DARz6jzZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsmOcOBN:DARz6jzZ"
}

