diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-05-22 18:56:22 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-17 20:56:35 -0600 |
| commit | 4836620a667789e5be79a9917a214fd1edf749cd (patch) | |
| tree | 4689b1490e319afe5de250c732b5d59a8edec804 | |
| parent | f024bfe5b6e9d0548749b1d37a50bce022e285f5 (diff) | |
| download | usermoji-4836620a667789e5be79a9917a214fd1edf749cd.tar.xz | |
loader: simplify wrapping setup
| -rw-r--r-- | loader/loader.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/loader/loader.c b/loader/loader.c index 10c65cd5..0801ab24 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1229,11 +1229,6 @@ extern uint32_t loader_activate_device_layers( } loader_init_device_dispatch_table(icd->loader_dispatch + gpu_index, nextGPA, (VkPhysicalDevice) nextObj); - //Insert the new wrapped objects into the list with loader object at head - nextGpuObj = icd->wrappedGpus[gpu_index] + icd->layer_count[gpu_index] - 1; - nextGpuObj->nextObject = baseObj; - nextGpuObj->pGPA = icd->GetDeviceProcAddr; - } else { // TODO: Check that active layers match requested? } |
