From 3fd4b119176c5c166c44012b5e09fccb9c637157 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 29 Jan 2015 16:54:38 -0700 Subject: instance: Remove xglInitAndEnumerateGpus --- include/xgl.h | 8 -------- include/xglLayer.h | 1 - 2 files changed, 9 deletions(-) (limited to 'include') diff --git a/include/xgl.h b/include/xgl.h index 4d4a8c53..d67b4422 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -2241,7 +2241,6 @@ typedef struct _XGL_DISPATCH_INDIRECT_CMD // ------------------------------------------------------------------------------------------------ // API functions -typedef XGL_RESULT (XGLAPI *xglInitAndEnumerateGpusType)(const XGL_APPLICATION_INFO* pAppInfo, const XGL_ALLOC_CALLBACKS* pAllocCb, uint32_t maxGpus, uint32_t* pGpuCount, XGL_PHYSICAL_GPU* pGpus); typedef XGL_RESULT (XGLAPI *xglCreateInstanceType)(const XGL_APPLICATION_INFO* pAppInfo, const XGL_ALLOC_CALLBACKS* pAllocCb, XGL_INSTANCE* pInstance); typedef XGL_RESULT (XGLAPI *xglDestroyInstanceType)(XGL_INSTANCE instance); typedef XGL_RESULT (XGLAPI *xglEnumerateGpusType)(XGL_INSTANCE instance, uint32_t maxGpus, uint32_t* pGpuCount, XGL_PHYSICAL_GPU* pGpus); @@ -2358,13 +2357,6 @@ typedef XGL_RESULT (XGLAPI *xglCreateRenderPassType)(XGL_DEVICE device, const XG // GPU initialization -XGL_RESULT XGLAPI xglInitAndEnumerateGpus( - const XGL_APPLICATION_INFO* pAppInfo, - const XGL_ALLOC_CALLBACKS* pAllocCb, - uint32_t maxGpus, - uint32_t* pGpuCount, - XGL_PHYSICAL_GPU* pGpus); - XGL_RESULT XGLAPI xglCreateInstance( const XGL_APPLICATION_INFO* pAppInfo, const XGL_ALLOC_CALLBACKS* pAllocCb, diff --git a/include/xglLayer.h b/include/xglLayer.h index 5fb8e8c2..a229b2cf 100644 --- a/include/xglLayer.h +++ b/include/xglLayer.h @@ -26,7 +26,6 @@ typedef struct _XGL_BASE_LAYER_OBJECT typedef struct _XGL_LAYER_DISPATCH_TABLE { xglGetProcAddrType GetProcAddr; - xglInitAndEnumerateGpusType InitAndEnumerateGpus; xglCreateInstanceType CreateInstance; xglDestroyInstanceType DestroyInstance; xglEnumerateGpusType EnumerateGpus; -- cgit v1.2.3