commit | 8205d901f17b1c76d89c956be235cf4e7a20a546 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Thu Apr 16 15:59:00 2015 -0600 |
committer | Tony Barbour <tony@LunarG.com> | Thu Apr 16 19:34:59 2015 -0600 |
tree | b61bc0efb64f6fb76676dbc2629fd08eef00a871 | |
parent | 07b309a0cdfca1532ad14038682716ea7f77538d [diff] [blame] |
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
diff --git a/icd/intel/shader.c b/icd/intel/shader.c index ce3f048..7009d41 100644 --- a/icd/intel/shader.c +++ b/icd/intel/shader.c
@@ -50,7 +50,7 @@ sh = (struct intel_shader *) intel_base_create(&dev->base.handle, sizeof(*sh), dev->base.dbg, VK_DBG_OBJECT_SHADER, info, 0); if (!sh) - return VK_ERROR_OUT_OF_MEMORY; + return VK_ERROR_OUT_OF_HOST_MEMORY; if (info->codeSize < sizeof(*spv)) return VK_ERROR_INVALID_MEMORY_SIZE;