package net.vulkanmod.vulkan.shader.descriptor;

public interface Descriptor {
   int getBinding();

   int getType();

   int getStages();
}
