Class ParticleShader.Config

  • Enclosing class:
    ParticleShader

    public static class ParticleShader.Config
    extends java.lang.Object
    • Field Detail

      • vertexShader

        public java.lang.String vertexShader
        The uber vertex shader to use, null to use the default vertex shader.
      • fragmentShader

        public java.lang.String fragmentShader
        The uber fragment shader to use, null to use the default fragment shader.
      • ignoreUnimplemented

        public boolean ignoreUnimplemented
      • defaultCullFace

        public int defaultCullFace
        Set to 0 to disable culling
      • defaultDepthFunc

        public int defaultDepthFunc
        Set to 0 to disable depth test