aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/lex/layout.lex
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/lex/layout.lex')
-rw-r--r--src/sksl/lex/layout.lex23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/sksl/lex/layout.lex b/src/sksl/lex/layout.lex
new file mode 100644
index 0000000000..66d30881c1
--- /dev/null
+++ b/src/sksl/lex/layout.lex
@@ -0,0 +1,23 @@
+LOCATION = "location"
+OFFSET = "offset"
+BINDING = "binding"
+INDEX = "index"
+SET = "set"
+BUILTIN = "builtin"
+INPUT_ATTACHMENT_INDEX = "input_attachment_index"
+ORIGIN_UPPER_LEFT = "origin_upper_left"
+OVERRIDE_COVERAGE = "override_coverage"
+BLEND_SUPPORT_ALL_EQUATIONS = "blend_support_all_equations"
+PUSH_CONSTANT = "push_constant"
+POINTS = "points"
+LINES = "lines"
+LINE_STRIP = "line_strip"
+LINES_ADJACENCY = "lines_adjacency"
+TRIANGLES = "triangles"
+TRIANGLE_STRIP = "triangle_strip"
+TRIANGLES_ADJACENCY = "triangles_adjacency"
+MAX_VERTICES = "max_vertices"
+INVOCATIONS = "invocations"
+WHEN = "when"
+KEY = "key"
+INVALID = .