mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-29 22:22:53 +00:00
shader: Primitive Vulkan integration
This commit is contained in:
@@ -28,7 +28,7 @@ BlockList PostOrder(const BlockList& blocks) {
|
||||
if (!visited.insert(branch).second) {
|
||||
return false;
|
||||
}
|
||||
// Calling push_back twice is faster than insert on msvc
|
||||
// Calling push_back twice is faster than insert on MSVC
|
||||
block_stack.push_back(block);
|
||||
block_stack.push_back(branch);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user