Package io.github.douira.glsl_transformer.job_parameter
package io.github.douira.glsl_transformer.job_parameter
-
ClassDescriptionThe default
WrappedParametersimplementation uses theNonFixedJobParameterswhich means that it never produces cached execution plans.All job parameters have to extend this job parameter base class.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.This class simply wraps a parameter object that extends the job parameter type.