Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Commits
c09a843c
Verified
Commit
c09a843c
authored
3 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
[
#105
] Fixed compiler error
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
c2085b59
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!88
Resolve "Indirect Draw"
Pipeline
#26722
failed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/vkcv/Core.hpp
+1
-1
1 addition, 1 deletion
include/vkcv/Core.hpp
projects/mesh_shader/.gitignore
+1
-1
1 addition, 1 deletion
projects/mesh_shader/.gitignore
with
2 additions
and
2 deletions
include/vkcv/Core.hpp
+
1
−
1
View file @
c09a843c
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
projects/mesh_shader/.gitignore
+
1
−
1
View file @
c09a843c
first_triangle
mesh_shader
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment