aboutsummaryrefslogtreecommitdiff
path: root/source/spirv_definition.h
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2015-11-12 15:44:25 -0500
committerDavid Neto <dneto@google.com>2015-11-12 16:27:51 -0500
commit5f7ed91e18472f3508734dd09f0f4e75551fe52d (patch)
treeb0d7d126b40d1aab2b6cfdf7537831da3b666056 /source/spirv_definition.h
parentdf3ea3c5de98ab6098521f79269a3a96688660cc (diff)
downloadspirv-tools-5f7ed91e18472f3508734dd09f0f4e75551fe52d.tar.gz
Support capabilities StorageImageReadWithoutFormat
Also add capability StorageImageWriteWithoutFormat. They only affect validation rules.
Diffstat (limited to 'source/spirv_definition.h')
-rw-r--r--source/spirv_definition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/spirv_definition.h b/source/spirv_definition.h
index 0517a863..e6efb6b5 100644
--- a/source/spirv_definition.h
+++ b/source/spirv_definition.h
@@ -28,7 +28,7 @@
#define LIBSPIRV_SPIRV_DEFINITION_H_
// A bit mask representing a set of capabilities.
-// Currently there are 54 distinct capabilities, so 64 bits
+// Currently there are 57 distinct capabilities, so 64 bits
// should be enough.
typedef uint64_t spv_capability_mask_t;