From 25528fd230f5f4298c35123a833cdb112675808e Mon Sep 17 00:00:00 2001 From: Dave Clark Date: Wed, 28 Feb 2018 17:22:22 -0500 Subject: Push SDK # 1.1.186 Documentation updates. --- doc/html/iops_8h_source.html | 106 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create 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 new file mode 100644 index 0000000..d6f028f --- /dev/null +++ b/doc/html/iops_8h_source.html @@ -0,0 +1,106 @@ + + + + + + + + +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