Skip to content
Snippets Groups Projects

Resolve "Cmd/Sync-Rework"

Merged Ghost User requested to merge 66-cmd-sync-rework into develop
4 files
+ 28
6
Compare changes
  • Side-by-side
  • Inline
Files
4
  • e1a19e9d
    [#66] Remove unnecessary width/height from mesh drawcall · e1a19e9d
    Alexander Gauggel authored
+ 0
2
@@ -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