Package com.hbm_m.client.render.shader.modification


package com.hbm_m.client.render.shader.modification
  • Classes
    Class
    Description
    Lightweight GLSL source modifier inspired by Veil's ShaderModification system, but reimplemented from scratch (no glslprocessor dependency).
    Wraps a ResourceProvider so that resources matching a target ResourceLocation are intercepted, their content is run through a ShaderModification, and the modified bytes are exposed back to the caller as a synthetic Resource.