Uses of Class
com.t3_tp3d.game.renderer.shader.Shader
-
Packages that use Shader Package Description com.t3_tp3d.game.renderer.shader com.t3_tp3d.game.screen com.t3_tp3d.game.screen.gui -
-
Uses of Shader in com.t3_tp3d.game.renderer.shader
Subclasses of Shader in com.t3_tp3d.game.renderer.shader Modifier and Type Class Description class
ShaderBase
class
ShaderColor
-
Uses of Shader in com.t3_tp3d.game.screen
Methods in com.t3_tp3d.game.screen with parameters of type Shader Modifier and Type Method Description static void
Screen. setBounds(Shader shader, float x, float y, float width, float height)
-
Uses of Shader in com.t3_tp3d.game.screen.gui
Methods in com.t3_tp3d.game.screen.gui that return Shader Modifier and Type Method Description Shader
Button. getShader()
Constructors in com.t3_tp3d.game.screen.gui with parameters of type Shader Constructor Description Button(Text text, java.awt.Rectangle bounds, Shader shader, boolean centerText)
-