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);