From f5f6a899903a309f1fc93b31c0297fc7b3b5cf46 Mon Sep 17 00:00:00 2001 From: Andrew Reidmeyer Date: Wed, 15 Mar 2017 09:28:59 -0600 Subject: Initial 1.0.0 binary release --- docs/api/files/_nv_flow_context_8h.html | 122 ++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 docs/api/files/_nv_flow_context_8h.html (limited to 'docs/api/files/_nv_flow_context_8h.html') diff --git a/docs/api/files/_nv_flow_context_8h.html b/docs/api/files/_nv_flow_context_8h.html new file mode 100644 index 0000000..31100be --- /dev/null +++ b/docs/api/files/_nv_flow_context_8h.html @@ -0,0 +1,122 @@ + + + NVIDIA(R) Flow(R) 1.0.0 API Reference: NvFlowContext.h File Reference + + + + + + + + +
+

NvFlowContext.h File Reference

#include "NvFlowTypes.h"
+ +

+Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Defines

#define NV_FLOW_VERSION   0x00010000

Enumerations

enum  NvFlowContextAPI { eNvFlowContextD3D11 = 1, +eNvFlowContextD3D12 = 2 + }
 API type. More...

Functions

bool NvFlowContextFlushRequestPop (NvFlowContext *context)
void NvFlowContextFlushRequestPush (NvFlowContext *context)
NvFlowContextAPI NvFlowContextGetContextType (NvFlowContext *context)
void NvFlowContextPop (NvFlowContext *context)
void NvFlowContextProcessFenceSignal (NvFlowContext *context)
void NvFlowContextProcessFenceWait (NvFlowContext *context)
void NvFlowContextPush (NvFlowContext *context)
NvFlowUint NvFlowDeferredRelease (float timeoutMS)
void NvFlowReleaseContext (NvFlowContext *context)
void NvFlowReleaseDepthStencilView (NvFlowDepthStencilView *view)
void NvFlowReleaseRenderTargetView (NvFlowRenderTargetView *view)
void NvFlowSetFreeFunc (void(*free)(void *ptr))
void NvFlowSetMallocFunc (void *(*malloc)(size_t size))
+


Define Documentation

+ +
+
+ + + + +
#define NV_FLOW_VERSION   0x00010000
+
+
+ +

+ +

+

+


Enumeration Type Documentation

+ +
+
+ + + + +
enum NvFlowContextAPI
+
+
+ +

+API type. +

+

Enumerator:
+ + + +
eNvFlowContextD3D11  +
eNvFlowContextD3D12  +
+
+ +
+

+

+ + + + -- cgit v1.2.3