diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-01-20 16:38:02 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:09 -0700 |
| commit | e4207b405c795ffb94ae7043d93e9b3e55925d50 (patch) | |
| tree | e7f747d8fe37824437e8f9d88e9c40d3481f3890 /include | |
| parent | bdee4e839ab2334284216116d5054bc3e57d11e0 (diff) | |
| download | usermoji-e4207b405c795ffb94ae7043d93e9b3e55925d50.tar.xz | |
memory alloc: Remove alignment from alloc_info structure
Conflicts:
icd/intel/mem.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/xgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h index 6f4659b0..f8f6a7a2 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -1318,7 +1318,6 @@ typedef struct _XGL_MEMORY_ALLOC_INFO XGL_STRUCTURE_TYPE sType; // Must be XGL_STRUCTURE_TYPE_MEMORY_ALLOC_INFO XGL_VOID* pNext; // Pointer to next structure XGL_GPU_SIZE allocationSize; // Size of memory allocation - XGL_GPU_SIZE alignment; XGL_UINT heapCount; const XGL_UINT* pHeaps; XGL_MEMORY_PRIORITY memPriority; |
