Class CompileUtil

java.lang.Object
com.jozufozu.flywheel.core.compile.CompileUtil

public class CompileUtil extends Object
  • Field Details

    • vecType

      public static final Pattern vecType
    • matType

      public static final Pattern matType
  • Constructor Details

    • CompileUtil

      public CompileUtil()
  • Method Details

    • generateHeader

      protected static String generateHeader(GLSLVersion version, ShaderType type)
    • getElementCount

      public static int getElementCount(String type)
    • getAttributeCount

      public static int getAttributeCount(CharSequence type)