commit | 69f40128cce0970d10aaa30ea8c6b56a7dda3f36 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Mon Oct 26 21:10:41 2015 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Nov 02 14:02:05 2015 -0700 |
tree | 3449895e33791c54cd544120637a0d931cc85491 | |
parent | 763a749795bb4827efbbf19cbc87b959511496dd [diff] [blame] |
bug 12921: Memory callback (WIP) The per-object allocator is ignored for now. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=12921
diff --git a/icd/intel/intel.h b/icd/intel/intel.h index e324f24..9628bb1 100644 --- a/icd/intel/intel.h +++ b/icd/intel/intel.h
@@ -126,7 +126,7 @@ void *intel_alloc(const void *handle, size_t size, size_t alignment, - VkSystemAllocType type); + VkSystemAllocScope scope); void intel_free(const void *handle, void *ptr);