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

[#105] Fixed compiler error

parent c2085b59
Branches
Tags
1 merge request!88Resolve "Indirect Draw"
Pipeline #26722 failed
...@@ -256,7 +256,7 @@ namespace vkcv ...@@ -256,7 +256,7 @@ namespace vkcv
const std::vector<DrawcallInfo> &drawcalls, const std::vector<DrawcallInfo> &drawcalls,
const std::vector<ImageHandle> &renderTargets); const std::vector<ImageHandle> &renderTargets);
void Core::recordIndirectDrawcallsToCmdStream( void recordIndirectDrawcallsToCmdStream(
const CommandStreamHandle cmdStreamHandle, const CommandStreamHandle cmdStreamHandle,
const PassHandle renderpassHandle, const PassHandle renderpassHandle,
const PipelineHandle pipelineHandle, const PipelineHandle pipelineHandle,
......
first_triangle mesh_shader
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment