Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sultim-t committed Jul 24, 2023
1 parent 1ed479e commit a848a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VulkanDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ void RTGL1::VulkanDevice::UploadMeshPrimitive( const RgMeshInfo* pMesh,
modified.pNext = modified_pbr.value().pNext;
}

uploadPrimitive_Core( mesh, prim );
uploadPrimitive_Core( mesh, modified );
};

auto uploadPrimitive_FilterSwapchained = [ this, &uploadPrimitive_WithMeta ](
Expand Down

0 comments on commit a848a14

Please sign in to comment.