Bug 13632 Header 84 Assorted questions and comments on vulkan.h
diff --git a/icd/intel/obj.h b/icd/intel/obj.h
index ccb3319..2dc4396 100644
--- a/icd/intel/obj.h
+++ b/icd/intel/obj.h
@@ -74,7 +74,7 @@
 
 static inline void intel_obj_bind_mem(struct intel_obj *obj,
                                       struct intel_mem *mem,
-                                      VkGpuSize offset)
+                                      VkDeviceSize offset)
 {
     obj->mem = mem;
     obj->offset = offset;