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/struct_nv_flow_grid_desc.html | 208 +++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 docs/api/files/struct_nv_flow_grid_desc.html (limited to 'docs/api/files/struct_nv_flow_grid_desc.html') diff --git a/docs/api/files/struct_nv_flow_grid_desc.html b/docs/api/files/struct_nv_flow_grid_desc.html new file mode 100644 index 0000000..fa021b6 --- /dev/null +++ b/docs/api/files/struct_nv_flow_grid_desc.html @@ -0,0 +1,208 @@ + + + NVIDIA(R) Flow(R) 1.0.0 API Reference: NvFlowGridDesc Struct Reference + + + + + + + + +
+

NvFlowGridDesc Struct Reference
+ +[NvFlowGrid] +

Description required to create a grid. +More... +

+#include <NvFlow.h> +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Data Fields

float coarseResidentScaleFactor
 Allows relative increase of resident scale for coarse sparse textures.
NvFlowMultiRes densityMultiRes
 Number of density cells per velocity cell.
bool enableVTR
 Enable use of volume tiled resources, if supported.
NvFlowFloat3 halfSize
 Initial half size of axis aligned bounding box.
NvFlowFloat3 initialLocation
 Initial location of axis aligned bounding box.
bool lowLatencyMapping
 Faster mapping updates, more mapping overhead but less prediction required.
float residentScale
 Fraction of virtual cells to allocate memory for.
NvFlowDim virtualDim
 Resolution of virtual address space inside of bounding box.
+


Detailed Description

+Description required to create a grid.

Field Documentation

+ +
+ +
+ +

+Allows relative increase of resident scale for coarse sparse textures. +

+ +

+

+ +

+ +
+ +

+Number of density cells per velocity cell. +

+ +

+

+ +

+
+ + + + +
bool NvFlowGridDesc::enableVTR
+
+
+ +

+Enable use of volume tiled resources, if supported. +

+ +

+

+ +

+ +
+ +

+Initial half size of axis aligned bounding box. +

+ +

+

+ +

+ +
+ +

+Initial location of axis aligned bounding box. +

+ +

+

+ +

+ +
+ +

+Faster mapping updates, more mapping overhead but less prediction required. +

+ +

+

+ +

+ +
+ +

+Fraction of virtual cells to allocate memory for. +

+ +

+

+ +

+ +
+ +

+Resolution of virtual address space inside of bounding box. +

+ +

+

+


The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3