Class GlslStructNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.variable.GlslStructNode
- All Implemented Interfaces:
GlslNode,GlslRootNode
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable StringgetName()inthashCode()setSpecifiedType(GlslSpecifiedType specifiedType) stream()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.ocelot.glslprocessor.api.node.GlslNode
getBody, getType, setBody, setBody, toListMethods inherited from interface io.github.ocelot.glslprocessor.api.node.GlslRootNode
asDeclaration, asField, asFunction, asStruct, isDeclaration, isField, isFunction, isStruct
-
Constructor Details
-
GlslStructNode
-
-
Method Details
-
getSpecifiedType
-
getStructSpecifier
-
getSourceString
- Specified by:
getSourceStringin interfaceGlslNode
-
stream
-
setSpecifiedType
-
getName
- Specified by:
getNamein interfaceGlslRootNode
-
setName
- Specified by:
setNamein interfaceGlslRootNode
-
equals
-
hashCode
public int hashCode() -
toString
-