pub fn gpu_clustering_is_enabled(
global_cluster_settings: Res<'_, GlobalClusterSettings>,
) -> boolExpand description
A run condition that tests whether GPU clustering is enabled.
This is the version for use in non-extraction systems.
pub fn gpu_clustering_is_enabled(
global_cluster_settings: Res<'_, GlobalClusterSettings>,
) -> boolA run condition that tests whether GPU clustering is enabled.
This is the version for use in non-extraction systems.