Package com.hbm_m.client.render.shader.modification
package com.hbm_m.client.render.shader.modification
-
ClassesClassDescriptionLightweight GLSL source modifier inspired by Veil's ShaderModification system, but reimplemented from scratch (no glslprocessor dependency).Wraps a
ResourceProviderso that resources matching a targetResourceLocationare intercepted, their content is run through aShaderModification, and the modified bytes are exposed back to the caller as a syntheticResource.