1 LOCATION = "location" 2 OFFSET = "offset" 3 BINDING = "binding" 4 INDEX = "index" 5 SET = "set" 6 BUILTIN = "builtin" 7 INPUT_ATTACHMENT_INDEX = "input_attachment_index" 8 ORIGIN_UPPER_LEFT = "origin_upper_left" 9 OVERRIDE_COVERAGE = "override_coverage" 10 BLEND_SUPPORT_ALL_EQUATIONS = "blend_support_all_equations" 11 BLEND_SUPPORT_MULTIPLY = "blend_support_multiply" 12 BLEND_SUPPORT_SCREEN = "blend_support_screen" 13 BLEND_SUPPORT_OVERLAY = "blend_support_overlay" 14 BLEND_SUPPORT_DARKEN = "blend_support_darken" 15 BLEND_SUPPORT_LIGHTEN = "blend_support_lighten" 16 BLEND_SUPPORT_COLORDODGE = "blend_support_colordodge" 17 BLEND_SUPPORT_COLORBURN = "blend_support_colorburn" 18 BLEND_SUPPORT_HARDLIGHT = "blend_support_hardlight" 19 BLEND_SUPPORT_SOFTLIGHT = "blend_support_softlight" 20 BLEND_SUPPORT_DIFFERENCE = "blend_support_difference" 21 BLEND_SUPPORT_EXCLUSION = "blend_support_exclusion" 22 BLEND_SUPPORT_HSL_HUE = "blend_support_hsl_hue" 23 BLEND_SUPPORT_HSL_SATURATION = "blend_support_hsl_saturation" 24 BLEND_SUPPORT_HSL_COLOR = "blend_support_hsl_color" 25 BLEND_SUPPORT_HSL_LUMINOSITY = "blend_support_hsl_luminosity" 26 PUSH_CONSTANT = "push_constant" 27 POINTS = "points" 28 LINES = "lines" 29 LINE_STRIP = "line_strip" 30 LINES_ADJACENCY = "lines_adjacency" 31 TRIANGLES = "triangles" 32 TRIANGLE_STRIP = "triangle_strip" 33 TRIANGLES_ADJACENCY = "triangles_adjacency" 34 MAX_VERTICES = "max_vertices" 35 INVOCATIONS = "invocations" 36 WHEN = "when" 37 KEY = "key" 38 CTYPE = "ctype" 39 INVALID = . 40