Class ShaderStruct
java.lang.Object
com.jozufozu.flywheel.backend.glsl.parse.ShaderStruct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()com.google.common.collect.ImmutableList<StructField>getName()static com.google.common.collect.ImmutableMap<String,ShaderStruct> parseStructs(SourceLines source) Scan the source for function definitions and "parse" them into objects that contain properties of the function.toString()
-
Field Details
-
PATTERN
-
name
-
body
-
self
-
variableName
-
-
Constructor Details
-
ShaderStruct
-
-
Method Details
-
parseStructs
public static com.google.common.collect.ImmutableMap<String,ShaderStruct> parseStructs(SourceLines source) Scan the source for function definitions and "parse" them into objects that contain properties of the function. -
getName
-
getBody
-
getFields
-
toString
-