Skip to content
Snippets Groups Projects
Commit e272189f authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

Merge branch '66-cmd-sync-rework' of...

Merge branch '66-cmd-sync-rework' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 66-cmd-sync-rework
parents 34979078 bc3ee377
No related branches found
No related tags found
1 merge request!54Resolve "Cmd/Sync-Rework"
Pipeline #25443 failed
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include "vkcv/CommandRecordingFunctionTypes.hpp" #include "vkcv/CommandRecordingFunctionTypes.hpp"
namespace vkcv { namespace vkcv {
class Core;
class CommandStreamManager class CommandStreamManager
{ {
......
...@@ -251,7 +251,7 @@ namespace vkcv ...@@ -251,7 +251,7 @@ namespace vkcv
CommandStreamHandle createCommandStream(QueueType queueType); CommandStreamHandle createCommandStream(QueueType queueType);
void Core::recordCommandsToStream( void recordCommandsToStream(
const CommandStreamHandle cmdStreamHandle, const CommandStreamHandle cmdStreamHandle,
const RecordCommandFunction &record, const RecordCommandFunction &record,
const FinishCommandFunction &finish); const FinishCommandFunction &finish);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment