commit | 12824b9bcd5a7e604939df5d4657415225662d40 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Thu Mar 26 15:26:05 2015 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Thu Apr 16 17:33:27 2015 +0800 |
tree | 6b97d6b2767320e25432074de28d2d39ed1b2d89 | |
parent | dee95618942a305cf359552c2260cbb766b402f6 [diff] [blame] |
binding: remove XGL_DESCRIPTOR_TYPE_RAW_BUFFER*
diff --git a/tests/xglrenderframework.cpp b/tests/xglrenderframework.cpp index 7c1e0a4..3c011fa 100644 --- a/tests/xglrenderframework.cpp +++ b/tests/xglrenderframework.cpp
@@ -276,7 +276,7 @@ { /* request a descriptor but do not update it */ XGL_DESCRIPTOR_TYPE_COUNT tc = {}; - tc.type = XGL_DESCRIPTOR_TYPE_RAW_BUFFER; + tc.type = XGL_DESCRIPTOR_TYPE_SHADER_STORAGE_BUFFER; tc.count = 1; m_type_counts.push_back(tc);