NVIDIA IndeX API nvidia_logo_transpbg.gif Up
xac_interface_scene_vdb_volume_filters_doc.h File Reference

Utilities for VDB volume filters in XAC kernels. More...

Go to the source code of this file.

Namespaces

namespace  nv
 Common namespace for all NVIDIA APIs.
 
namespace  nv::index
 Namespace for NVIDIA IndeX library APIs.
 
namespace  nv::index::xac
 Namespace for XAC.
 

Enumerations

enum class  nv::index::xac::VDB_volume_filter_mode : unsigned {
  nv::index::xac::VDB_volume_filter_mode::NEAREST ,
  nv::index::xac::VDB_volume_filter_mode::TRILINEAR ,
  nv::index::xac::VDB_volume_filter_mode::TRIQUADRATIC ,
  nv::index::xac::VDB_volume_filter_mode::TRICUBIC
}
 Available volume filters for VDB (NanoVDB) volumes. More...
 

Detailed Description

Utilities for VDB volume filters in XAC kernels.