X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fspirvconstants.h;h=33d705e22383971ccd273a3d8d4cc77f1b2fc9b3;hb=25629675e83449d986ef8896e830db562a8ae64e;hp=661839053544d7e762d640fac159073cc57392da;hpb=401a3a7ab3c3e4b23edb4c3b5c9c1e74f4313ee4;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 66183905..33d705e2 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -188,7 +188,8 @@ enum SpirVStorageClass STORAGE_UNIFORM = 2, STORAGE_OUTPUT = 3, STORAGE_PRIVATE = 6, - STORAGE_FUNCTION = 7 + STORAGE_FUNCTION = 7, + STORAGE_PUSH_CONSTANT = 9 }; enum SpirVDecoration