X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Fvulkan%2Fmesh-vk.cc;fp=src%2Fvulkan%2Fmesh-vk.cc;h=97ce2f060653b01ac266dce00d388692b5d06478;hp=b495ea2844eedcfd20d965668cea0374a56eceda;hb=22347bb45e427ea763295d77da0de0d2ef9c2395;hpb=fb89e67e6550d207d2a28599a420455d3c8f0f29 diff --git a/src/vulkan/mesh-vk.cc b/src/vulkan/mesh-vk.cc index b495ea2..97ce2f0 100644 --- a/src/vulkan/mesh-vk.cc +++ b/src/vulkan/mesh-vk.cc @@ -88,7 +88,6 @@ bool MeshVK::update_vertex_data() //TODO this is going to change when we allocate one mem block for all data, //for the moment we map each buffer memory block and we set the data - return true; }