Merge remote-tracking branch 'public/master' into vulkan

This commit is contained in:
Jason Ekstrand
2016-04-14 18:30:52 -07:00
6 changed files with 36 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ INTRINSIC(image_samples, 0, ARR(0), true, 1, 1, 0, xx, xx, xx,
* Vulkan descriptor set intrinsic
*
* The Vulkan API uses a different binding model from GL. In the Vulkan
* API, all external resources are represented by a tripple:
* API, all external resources are represented by a tuple:
*
* (descriptor set, binding, array index)
*