aboutsummaryrefslogtreecommitdiff
path: root/include/xglLayer.h
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-03-02 17:12:31 -0700
committerJon Ashburn <jon@lunarg.com>2015-03-02 17:12:31 -0700
commiteeec695ccb24f17fdfd968075dea0fd85d0d0d7e (patch)
tree7cfe6c76a4fa9e9c545ab4f5386dad3837966ab7 /include/xglLayer.h
parent920a0b628b394c22857c2c2dd6c94d14918139b2 (diff)
downloadusermoji-eeec695ccb24f17fdfd968075dea0fd85d0d0d7e.tar.xz
Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave"
This reverts commit fea3e5fc1ef2f3c9e4f06ab5a8d682f89b76377e.
Diffstat (limited to 'include/xglLayer.h')
-rw-r--r--include/xglLayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xglLayer.h b/include/xglLayer.h
index 8a823ab8..fc192571 100644
--- a/include/xglLayer.h
+++ b/include/xglLayer.h
@@ -48,7 +48,6 @@ typedef struct _XGL_LAYER_DISPATCH_TABLE
xglSetMemoryPriorityType SetMemoryPriority;
xglMapMemoryType MapMemory;
xglUnmapMemoryType UnmapMemory;
- xglRecordMemoryRangeType RecordMemoryRange;
xglPinSystemMemoryType PinSystemMemory;
xglGetMultiGpuCompatibilityType GetMultiGpuCompatibility;
xglOpenSharedMemoryType OpenSharedMemory;