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