Package gaiasky.util.gdx.shader
Class BaseIntShader.Uniform
java.lang.Object
gaiasky.util.gdx.shader.BaseIntShader.Uniform
- All Implemented Interfaces:
BaseIntShader.Validator
- Enclosing class:
BaseIntShader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate
(BaseIntShader shader, int inputID, IntRenderable renderable)
-
Field Details
-
alias
-
materialMask
-
environmentMask
-
overallMask
-
-
Constructor Details
-
Uniform
-
Uniform
-
Uniform
-
Uniform
-
-
Method Details
-
validate
- Specified by:
validate
in interfaceBaseIntShader.Validator
- Returns:
- True if the input is valid for the renderable, false otherwise.
-