Class Shader


  • public class Shader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Shader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Shader add​(int type, java.lang.String name)  
      int compile​(Template template)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Shader

        public Shader()
    • Method Detail

      • add

        public Shader add​(int type,
                          java.lang.String name)
      • compile

        public int compile​(Template template)
                    throws net.runelite.client.plugins.gpu.ShaderException
        Throws:
        net.runelite.client.plugins.gpu.ShaderException