Package gaiasky.util.gdx.shader
Interface BaseIntShader.Validator
- All Known Implementing Classes:
BaseIntShader.Uniform
- Enclosing class:
- BaseIntShader
public static interface BaseIntShader.Validator
-
Method Summary
Modifier and Type Method Description boolean
validate(BaseIntShader shader, int inputID, IntRenderable renderable)
-
Method Details
-
validate
- Returns:
- True if the input is valid for the renderable, false otherwise.
-