Class GlslPrimitiveConstructorNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.function.GlslPrimitiveConstructorNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetPrimitiveType(GlslTypeSpecifier primitiveType) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslPrimitiveConstructorNode
-
-
Method Details
-
getPrimitiveType
-
setPrimitiveType
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
equals
-
hashCode
public int hashCode() -
toString
-
stream
-