Class GlslParameterDeclaration

java.lang.Object
io.github.ocelot.glslprocessor.api.grammar.GlslParameterDeclaration

public final class GlslParameterDeclaration extends Object
Represents a single parameter declaration. Includes the name and full data operand of the parameter.
Since:
1.0.0
  • Constructor Details

    • GlslParameterDeclaration

      public GlslParameterDeclaration(GlslType type, @Nullable @Nullable String name)
  • Method Details