Class ShaderField
java.lang.Object
com.jozufozu.flywheel.backend.glsl.parse.ShaderField
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String,ShaderField> parseFields(SourceLines source) Scan the source for function definitions and "parse" them into objects that contain properties of the function.
-
Field Details
-
PATTERN
-
location
-
decoration
-
type
-
name
-
self
-
-
Constructor Details
-
ShaderField
-
-
Method Details
-
parseFields
public static com.google.common.collect.ImmutableMap<String,ShaderField> parseFields(SourceLines source) Scan the source for function definitions and "parse" them into objects that contain properties of the function.
-