Class ShaderConstantCache

java.lang.Object
codechicken.lib.render.shader.ShaderConstantCache
All Implemented Interfaces:
ConstantCache

public class ShaderConstantCache extends Object implements ConstantCache
Created by KitsuneAlex on 19/11/21.
  • Constructor Details

    • ShaderConstantCache

      public ShaderConstantCache()
  • Method Details

    • constant1i

      public void constant1i(int id, int value)
      Specified by:
      constant1i in interface ConstantCache
    • constant1f

      public void constant1f(int id, float value)
      Specified by:
      constant1f in interface ConstantCache
    • constant1b

      public void constant1b(int id, boolean value)
      Specified by:
      constant1b in interface ConstantCache
    • getIndices

      public int[] getIndices()
    • getValues

      public int[] getValues()