Skip to content
Snippets Groups Projects
Verified Commit bc3ee377 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#66] Fixed MSVC unnoticed compiler bugs

parent 369d3dcf
No related branches found
No related tags found
1 merge request!54Resolve "Cmd/Sync-Rework"
Pipeline #25441 failed
......@@ -6,6 +6,8 @@
#include "vkcv/CommandRecordingFunctionTypes.hpp"
namespace vkcv {
class Core;
class CommandStreamManager
{
......
......@@ -251,7 +251,7 @@ namespace vkcv
CommandStreamHandle createCommandStream(QueueType queueType);
void Core::recordCommandsToStream(
void recordCommandsToStream(
const CommandStreamHandle cmdStreamHandle,
const RecordCommandFunction &record,
const FinishCommandFunction &finish);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment