mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Remove parameter validation from tools API
This is implemented in the loader Change-Id: I88fa59c47f0c0c178bc9e920b4a97e9302b2ffb9 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
@@ -552,4 +552,5 @@ zetGetDebugProcAddrTable(
|
||||
pDdiTable->pfnWriteState = (zet_pfnDebugWriteState_t)GET_FUNCTION_PTR(driver_ddiTable.driverLibrary, "zetDebugWriteState");
|
||||
return result;
|
||||
}
|
||||
};
|
||||
|
||||
} // extern C
|
||||
|
||||
Reference in New Issue
Block a user