Class NonFixedJobParameters

java.lang.Object
io.github.douira.glsl_transformer.transform.JobParameters
io.github.douira.glsl_transformer.transform.NonFixedJobParameters
Direct Known Subclasses:
WrappedParameters

public class NonFixedJobParameters extends JobParameters
This class is used when the job parameters have no fixed part and the execution plan can't be statically optimized for certain job parameter combinations.
  • Field Details

    • INSTANCE

      public static final NonFixedJobParameters INSTANCE
      An empty set non-fixed job parameters. This can be used if there are no job parameters.
  • Constructor Details

    • NonFixedJobParameters

      public NonFixedJobParameters()
  • Method Details

    • equals

      public boolean equals(JobParameters other)
      Description copied from class: JobParameters
      Requires the implementation of the equals method.
      Specified by:
      equals in class JobParameters
      Parameters:
      other - The other job parameters to compare to
      Returns:
      true if the fixed parts of the two job parameters are equal
    • hashCode

      public int hashCode()
      Description copied from class: JobParameters
      Requires the implementation of the hashCode method.
      Specified by:
      hashCode in class JobParameters