projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5342b
)
Fix formatting
author
Ryan Harrison
<rharrison@google.com>
Wed, 26 Aug 2020 14:02:28 +0000
(10:02 -0400)
committer
Lenny Komow
<lenny@lunarg.com>
Wed, 26 Aug 2020 22:09:28 +0000
(16:09 -0600)
loader/loader.c
patch
|
blob
|
history
diff --git
a/loader/loader.c
b/loader/loader.c
index dd38331e2c085b9aa1e01ce91e57fd571cf36a39..5b639feef2f8a89550941433d29f2f0aefb4a544 100644
(file)
--- a/
loader/loader.c
+++ b/
loader/loader.c
@@
-7064,7
+7064,7
@@
VkResult ReadSortedPhysicalDevices(struct loader_instance *inst, struct LoaderSo
#if defined(_WIN32)
uint32_t sorted_alloc = 0;
- struct loader_icd_term
*
icd_term = NULL;
+ struct loader_icd_term
*
icd_term = NULL;
IDXGIFactory6* dxgi_factory = NULL;
HRESULT hres = fpCreateDXGIFactory1(&IID_IDXGIFactory6, &dxgi_factory);
if (hres != S_OK) {