Class GlslFunctionHeader
java.lang.Object
io.github.ocelot.glslprocessor.api.grammar.GlslFunctionHeader
-
Constructor Summary
ConstructorsConstructorDescriptionGlslFunctionHeader(String name, GlslType returnType, Collection<GlslParameterDeclaration> parameters) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()setReturnType(GlslType returnType) toString()withParameters(GlslParameterDeclaration... parameters)
-
Constructor Details
-
GlslFunctionHeader
public GlslFunctionHeader(String name, GlslType returnType, Collection<GlslParameterDeclaration> parameters)
-
-
Method Details