diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-03-05 18:09:39 -0700 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:33:24 +0800 |
| commit | ed667a540d22881cbf4c2e02a21083a19f64f183 (patch) | |
| tree | 81802a973fa4ab937e2f610d6626df741a56eb13 /layers/mem_tracker.cpp | |
| parent | 39e2cb26e9d82c8b8d8e5c94681493ac0f37a551 (diff) | |
| download | usermoji-ed667a540d22881cbf4c2e02a21083a19f64f183.tar.xz | |
xgl: Impossible to expose multi-function queues
Bug: 13363
header version: r29597 (0.51.0)
included review feedback.
Diffstat (limited to 'layers/mem_tracker.cpp')
| -rw-r--r-- | layers/mem_tracker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp index 914b510b..9b75d503 100644 --- a/layers/mem_tracker.cpp +++ b/layers/mem_tracker.cpp @@ -859,9 +859,9 @@ XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglEnumerateLayers(XGL_PHYSICAL_GPU gpu, size } } -XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglGetDeviceQueue(XGL_DEVICE device, XGL_QUEUE_TYPE queueType, uint32_t queueIndex, XGL_QUEUE* pQueue) +XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglGetDeviceQueue(XGL_DEVICE device, uint32_t queueNodeIndex, uint32_t queueIndex, XGL_QUEUE* pQueue) { - XGL_RESULT result = nextTable.GetDeviceQueue(device, queueType, queueIndex, pQueue); + XGL_RESULT result = nextTable.GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue); addQueueInfo(*pQueue); return result; } |
