S
Shader DevTools
modClient-side Fabric mod for working on Minecraft core shaders, post shaders, post effects, and render pipelines without restarting the game or reloading the resource pack.
byseailz
2.5K
10
Compatibility
Supported Loaders
fabric
Client-side Fabric mod for working on Minecraft core shaders, post shaders, post effects, and render pipelines without restarting the game or reloading the resource pack.
Client-side fabric mod for working on Minecraft core shaders, post shaders, post effects, and render pipelines without restarting the game or reloading the resource pack.
https://github.com/seailz/shader-devtools
Globals uniform bufferYou can add calls like dbg("time=" + GameTime); to supported shader programs and the value will be written to logs/latest.log.
Notes:
"abc" + someValue worksWarning:
dbg(...) is still expensive in hot shaders, especially fragment shadersGameTime can reduce FPS if logged aggressively