Class NonFixedJobParameters
java.lang.Object
io.github.douira.glsl_transformer.job_parameter.JobParameters
io.github.douira.glsl_transformer.job_parameter.NonFixedJobParameters
- Direct Known Subclasses:
WrappedParameters
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final NonFixedJobParametersAn empty set non-fixed job parameters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Description copied from class:JobParametersRequires the implementation of the equals method.- Specified by:
equalsin classJobParameters
-
hashCode
public int hashCode()Description copied from class:JobParametersRequires the implementation of the hashCode method.- Specified by:
hashCodein classJobParameters
-