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