Package foundry.veil.impl.glsl.grammar
Class GlslFunctionHeader
java.lang.Object
foundry.veil.impl.glsl.grammar.GlslFunctionHeader
-
Constructor Summary
ConstructorsConstructorDescriptionGlslFunctionHeader(String name, GlslType returnType, Collection<GlslParameterDeclaration> parameters) -
Method Summary
Modifier and TypeMethodDescriptiongetName()setReturnType(GlslType returnType) toString()withParameters(GlslParameterDeclaration... parameters)
-
Constructor Details
-
GlslFunctionHeader
public GlslFunctionHeader(String name, GlslType returnType, Collection<GlslParameterDeclaration> parameters)
-
-
Method Details