mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
[vendor:directx/dxgi] Rename debug_interface_init to InitDebugInterface
This commit is contained in:
Vendored
+2
-2
@@ -145,8 +145,8 @@ GET_DEBUG_INTERFACE_PROC :: #type proc "stdcall" (riid: ^IID, ppDebug: ^rawptr)
|
|||||||
|
|
||||||
GetDebugInterface: GET_DEBUG_INTERFACE_PROC
|
GetDebugInterface: GET_DEBUG_INTERFACE_PROC
|
||||||
|
|
||||||
// Call this to start using GetDebugInterface
|
// Helper function to initialize GetDebugInterface
|
||||||
debug_interface_init :: proc() -> bool {
|
InitDebugInterface :: proc() -> bool {
|
||||||
debug_lib := win32.LoadLibraryW(win32.L("dxgidebug.dll"))
|
debug_lib := win32.LoadLibraryW(win32.L("dxgidebug.dll"))
|
||||||
if debug_lib == nil {
|
if debug_lib == nil {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user