rpr_grid_indices_topology

Usage

Description of the layout of indices in a heterogenous volume.

Possible Values

Name

Value

Brief Explanation

RPR_GRID_INDICES_TOPOLOGY_I_U64

0x950

Indices are a flat list of unsigned 64-bit ints.

RPR_GRID_INDICES_TOPOLOGY_XYZ_U32

0x951

Indices are an XYZ list of unsigned 32-bit values.

RPR_GRID_INDICES_TOPOLOGY_I_S64

0x952

Indices are a flat list of signed 64-bit ints.

RPR_GRID_INDICES_TOPOLOGY_XYZ_S32

0x953

Indices are an XYZ list of signed 32-bit values.