package com.hbm.render.shader; public interface Uniform { public void apply(int shader); }