early-access version 2953

This commit is contained in:
pineappleEA
2022-09-15 21:58:04 +02:00
parent ec15d19ec1
commit 5a150752a4
29 changed files with 106 additions and 113 deletions
+2 -2
View File
@@ -112,11 +112,11 @@ public:
/**
* Initialize the node states.
*
* @param buffer - The workbuffer to use. Unused.
* @param buffer_ - The workbuffer to use. Unused.
* @param node_buffer_size - The size of the workbuffer. Unused.
* @param count - The number of nodes in the graph.
*/
void Initialize(std::span<u8> nodes, u64 node_buffer_size, u32 count);
void Initialize(std::span<u8> buffer_, u64 node_buffer_size, u32 count);
/**
* Sort the graph. Only calls DepthFirstSearch.