Class GlslParameterDeclaration

java.lang.Object
foundry.veil.impl.glsl.grammar.GlslParameterDeclaration

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

    • GlslParameterDeclaration

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