Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/core/driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ decl: static
ordinal: "0"
details:
- "The application must call this function or zeInit before calling any other function. (zeInit is [Deprecated] and is replaced by zeInitDrivers)"
- "Calls to zeInit[Deprecated] or InitDrivers will not alter the drivers retrieved thru either api."
- "Drivers init thru zeInit[Deprecated] or InitDrivers will not be reInitialized once init in an application.
The Loader will determine if the already init driver needs to be delivered to the user thru the init type flags."
- "Calls to zeInit[Deprecated] or InitDrivers will not alter the drivers retrieved through either api."
- "Drivers init through zeInit[Deprecated] or InitDrivers will not be reInitialized once init in an application.
The Loader will determine if the already init driver needs to be delivered to the user through the init type flags."
- "Already init Drivers will not be uninitialized if the call to InitDrivers does not include that driver's type.
Those init drivers which don't match the init flags will not have their driver handles returned to the user in that InitDrivers call."
- "If this function or zeInit[Deprecated] is not called, then all other functions will return $X_RESULT_ERROR_UNINITIALIZED."
Expand Down