Skip to main content

GPU_CLUSTERING_INITIAL_INDEX_LIST_CAPACITY

Constant GPU_CLUSTERING_INITIAL_INDEX_LIST_CAPACITY 

Source
pub const GPU_CLUSTERING_INITIAL_INDEX_LIST_CAPACITY: usize = 65536;
Expand description

The initial capacity of the clustered object index list.

The application can override this by setting GlobalClusterGpuSettings::initial_index_list_capacity.