From e4207b405c795ffb94ae7043d93e9b3e55925d50 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 20 Jan 2015 16:38:02 -0700 Subject: memory alloc: Remove alignment from alloc_info structure Conflicts: icd/intel/mem.c --- include/xgl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3