Force 16 Word limit for Linked List GPU
This commit is contained in:
@@ -77,8 +77,8 @@ namespace JabyEngine {
|
||||
return &this->element;
|
||||
}
|
||||
|
||||
// TODO: Remove this magic number?
|
||||
//static_assert((sizeof(T) >> 2) <= 16);
|
||||
// TODO: Replace this magic number?
|
||||
static_assert((sizeof(T) >> 2) <= 16);
|
||||
};
|
||||
|
||||
namespace internal {
|
||||
|
Reference in New Issue
Block a user