Interface ShaderInjection

All Known Implementing Classes:
SimpleShaderInjection

@Internal public interface ShaderInjection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(io.github.ocelot.glslprocessor.api.node.GlslTree tree, boolean applyVersion)
     
    int
     
  • Method Details

    • inject

      void inject(io.github.ocelot.glslprocessor.api.node.GlslTree tree, boolean applyVersion) throws io.github.ocelot.glslprocessor.api.GlslSyntaxException, IOException
      Throws:
      io.github.ocelot.glslprocessor.api.GlslSyntaxException
      IOException
    • priority

      int priority()