You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be could be better to make same for HE_COLLISION_PAIR_MAX, HE_GRID_RESULT_MAX and ENTITY_COUNT?
Also may be rename ENTITY_COUNT to ENTITY[_NUM]_MAX? 🤔
Thank you so much for awesome work!
Also I'm sure there is needed some validation for numeric defines. Something like compile-time assert that check that value is numeric and is power of two, or just even number if needed. (I've found some solutions: 1, 2, 3, 4)
The text was updated successfully, but these errors were encountered:
Following #3,
May be could be better to make same for
HE_COLLISION_PAIR_MAX
,HE_GRID_RESULT_MAX
andENTITY_COUNT
?Also may be rename
ENTITY_COUNT
toENTITY[_NUM]_MAX
? 🤔Thank you so much for awesome work!
Also I'm sure there is needed some validation for numeric defines. Something like compile-time assert that check that value is numeric and is power of two, or just even number if needed. (I've found some solutions: 1, 2, 3, 4)
The text was updated successfully, but these errors were encountered: