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
Merge requests
!54
Resolve "Cmd/Sync-Rework"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Cmd/Sync-Rework"
66-cmd-sync-rework
into
develop
Overview
2
Commits
22
Pipelines
16
Changes
4
Merged
Ghost User
requested to merge
66-cmd-sync-rework
into
develop
3 years ago
Overview
2
Commits
22
Pipelines
16
Changes
4
Expand
Closes
#66 (closed)
Edited
3 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
e1a19e9d
Prev
Next
Show latest version
4 files
+
28
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
e1a19e9d
[
#66
] Remove unnecessary width/height from mesh drawcall
· e1a19e9d
Alexander Gauggel
authored
3 years ago
include/vkcv/Core.hpp
+
0
−
2
Options
@@ -230,8 +230,6 @@ namespace vkcv
void
renderMesh
(
const
PassHandle
renderpassHandle
,
const
PipelineHandle
pipelineHandle
,
const
uint32_t
width
,
const
uint32_t
height
,
const
size_t
pushConstantSize
,
const
void
*
pushConstantData
,
const
std
::
vector
<
VertexBufferBinding
>
&
vertexBufferBindings
,
Loading