Package foundry.veil.impl.glsl.grammar
Class GlslStructSpecifier
java.lang.Object
foundry.veil.impl.glsl.grammar.GlslStructSpecifier
- All Implemented Interfaces:
GlslType
,GlslTypeSpecifier
-
Nested Class Summary
Nested classes/interfaces inherited from interface foundry.veil.impl.glsl.grammar.GlslTypeSpecifier
GlslTypeSpecifier.Array, GlslTypeSpecifier.BuiltinType, GlslTypeSpecifier.Name
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface foundry.veil.impl.glsl.grammar.GlslTypeSpecifier
asSpecifiedType, getPostSourceString, isNamed
-
Constructor Details
-
GlslStructSpecifier
-
-
Method Details
-
getName
-
getFields
-
setName
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslTypeSpecifier
-
isStruct
public boolean isStruct()- Specified by:
isStruct
in interfaceGlslTypeSpecifier
-
toString
-