mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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
|
||||
|
||||
// Call this to start using GetDebugInterface
|
||||
debug_interface_init :: proc() -> bool {
|
||||
// Helper function to initialize GetDebugInterface
|
||||
InitDebugInterface :: proc() -> bool {
|
||||
debug_lib := win32.LoadLibraryW(win32.L("dxgidebug.dll"))
|
||||
if debug_lib == nil {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user