From c4f5a0aff93e05b3c01de0dbdc7c05e5d9530eda Mon Sep 17 00:00:00 2001 From: Igor Govorov Date: Wed, 11 Apr 2018 18:28:51 +0300 Subject: Push GeForceExperience SDK 1.1.201 --- doc/html/iops_8h_source.html | 106 ------------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 doc/html/iops_8h_source.html (limited to 'doc/html/iops_8h_source.html') diff --git a/doc/html/iops_8h_source.html b/doc/html/iops_8h_source.html deleted file mode 100644 index d6f028f..0000000 --- a/doc/html/iops_8h_source.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - -NVIDIAGeForceExperienceSDK: C:/u/workspace/dev/sdkwinauto/sdkclient/include/gfesdk/ops/iops.h Source File - - - - - - - - - - - - - - - -
-
- - - - - - -
-
NVIDIAGeForceExperienceSDK -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
iops.h
-
-
-Go to the documentation of this file.
1 /* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
2 *
3 * NVIDIA CORPORATION and its licensors retain all intellectual property
4 * and proprietary rights in and to this software, related documentation
5 * and any modifications thereto. Any use, reproduction, disclosure or
6 * distribution of this software and related documentation without an express
7 * license agreement from NVIDIA CORPORATION is strictly prohibited.
8 */
9 
15 #ifndef GFESDK_OPS_H
16 #define GFESDK_OPS_H
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 #include <gfesdk/ops/ops_types.h>
23 #include <gfesdk/sdk_types.h>
24 
41 NVGSDK_EXPORT void NVGSDKApi
42 NVGSDK_OPS_OptimizeAsync(NVGSDK_HANDLE* handle, NVGSDK_OPS_OptimizeParams const* params, NVGSDK_EmptyCallback callback, void* context);
43 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif // GFESDK_OPS_H
-
NVGSDK_EXPORT void NVGSDKApi NVGSDK_OPS_OptimizeAsync(NVGSDK_HANDLE *handle, NVGSDK_OPS_OptimizeParams const *params, NVGSDK_EmptyCallback callback, void *context)
- -
void(__stdcall * NVGSDK_EmptyCallback)(NVGSDK_RetCode, void *)
Definition: sdk_types.h:136
- -
-
- - - - - -- cgit v1.2.3