Class LJ_GDX_graphics_g3d.Setter_FG.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_graphics_g3d.Setter_FG.LIP
All Implemented Interfaces:
com.badlogic.gdx.graphics.g3d.shaders.BaseShader.Setter, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_graphics_g3d.Setter_FG

public static class LJ_GDX_graphics_g3d.Setter_FG.LIP extends InterfaceProxy implements com.badlogic.gdx.graphics.g3d.shaders.BaseShader.Setter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isGlobal(com.badlogic.gdx.graphics.g3d.shaders.BaseShader p1, int p2)
     
    void
    set(com.badlogic.gdx.graphics.g3d.shaders.BaseShader p1, int p2, com.badlogic.gdx.graphics.g3d.Renderable p3, com.badlogic.gdx.graphics.g3d.Attributes p4)
     

    Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy

    getLuaObj, read, write

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isGlobal

      public boolean isGlobal(com.badlogic.gdx.graphics.g3d.shaders.BaseShader p1, int p2)
      Specified by:
      isGlobal in interface com.badlogic.gdx.graphics.g3d.shaders.BaseShader.Setter
      Returns:
      True if the uniform only has to be set once per render call, false if the uniform must be set for each renderable.
    • set

      public void set(com.badlogic.gdx.graphics.g3d.shaders.BaseShader p1, int p2, com.badlogic.gdx.graphics.g3d.Renderable p3, com.badlogic.gdx.graphics.g3d.Attributes p4)
      Specified by:
      set in interface com.badlogic.gdx.graphics.g3d.shaders.BaseShader.Setter