]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Handle the flat and centroid qualifiers in SPIR-V output
[libs/gl.git] / source / glsl / spirvconstants.h
index d60b809cbcf067ecc35dfab89b28296644531382..bd82becd0e54699530ed92a9d2c0bdbb6dcc91c3 100644 (file)
@@ -209,6 +209,8 @@ enum SpirVDecoration
        DECO_ARRAY_STRIDE = 6,
        DECO_MATRIX_STRIDE = 7,
        DECO_BUILTIN = 11,
+       DECO_FLAT = 14,
+       DECO_CENTROID = 16,
        DECO_LOCATION = 30,
        DECO_BINDING = 33,
        DECO_DESCRIPTOR_SET = 34,