Graphics/RenderQueue: Remake it with a naive implementation
The idea is to improve it in the future, after profiling
This commit is contained in:
@@ -71,6 +71,9 @@ namespace Nz
|
||||
using type = void; //< FIXME: I can't make SFINAE work
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
using Pointer = T*;
|
||||
|
||||
template<typename T>
|
||||
bool Serialize(SerializationContext& context, T&& value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user