Package com.prineside.luaj.mapping.parts
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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
isGlobal
public boolean isGlobal(com.badlogic.gdx.graphics.g3d.shaders.BaseShader p1, int p2) - Specified by:
isGlobal
in interfacecom.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 interfacecom.badlogic.gdx.graphics.g3d.shaders.BaseShader.Setter
-