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

      boolean validate​(BaseIntShader shader, int inputID, IntRenderable renderable)
      Returns:
      True if the input is valid for the renderable, false otherwise.