NVIDIA IndeX API nvidia_logo_transpbg.gif Up
xac_interface_scene_vdb_volume_filters_doc.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright 2023 NVIDIA Corporation. All rights reserved.
3 *****************************************************************************/
6
7namespace nv {
8namespace index {
9namespace xac {
10
13enum class VDB_volume_filter_mode : unsigned
14{
16 NEAREST,
17
19 TRILINEAR,
20
23
26};
27
28} // namespace xac
29} // namespace index
30} // namespace nv
VDB_volume_filter_mode
Available volume filters for VDB (NanoVDB) volumes.
Definition: xac_interface_scene_vdb_volume_filters_doc.h:14
@ TRIQUADRATIC
Triquadratic interpolation filter (no hardware acceleration)
@ TRICUBIC
Tricubic interpolation filter (no hardware acceleration)
Common namespace for all NVIDIA APIs.
Definition: iindex.h:349