diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-01-27 11:07:21 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:10 -0700 |
| commit | 1910b106e5576f4da8e1eadfbd42cf0a21753ee7 (patch) | |
| tree | 404789becb354891af6ef696ba5b7df3244dc6fd /include | |
| parent | 80f6448bdccb984b887726c29c249f2716b23de5 (diff) | |
| download | usermoji-1910b106e5576f4da8e1eadfbd42cf0a21753ee7.tar.xz | |
xgl: Remove extraneous structSizes
Alpha header rev: r29437
Bug #13299
Diffstat (limited to 'include')
| -rw-r--r-- | include/xgl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xgl.h b/include/xgl.h index ba6ae1ae..95a3fc51 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -1353,7 +1353,6 @@ typedef struct _XGL_CHANNEL_MAPPING typedef struct _XGL_PHYSICAL_GPU_PROPERTIES { - XGL_SIZE structSize; XGL_UINT32 apiVersion; XGL_UINT32 driverVersion; XGL_UINT32 vendorId; @@ -1442,7 +1441,6 @@ typedef struct _XGL_LAYER_CREATE_INFO typedef struct _XGL_PHYSICAL_GPU_QUEUE_PROPERTIES { - XGL_SIZE structSize; // Size of structure in bytes XGL_FLAGS queueFlags; // XGL_QUEUE_FLAGS XGL_UINT queueCount; XGL_UINT maxAtomicCounters; @@ -1451,7 +1449,6 @@ typedef struct _XGL_PHYSICAL_GPU_QUEUE_PROPERTIES typedef struct _XGL_PHYSICAL_GPU_MEMORY_PROPERTIES { - XGL_SIZE structSize; // Size of structure in bytes XGL_BOOL supportsMigration; XGL_BOOL supportsPinning; } XGL_PHYSICAL_GPU_MEMORY_PROPERTIES; |
