Updated to add typedef on Constants and Workgroup

This commit is contained in:
Alejandro Saucedo 2021-02-14 07:29:50 +00:00
parent bf86daa3ef
commit 9adfa34fd3
8 changed files with 25 additions and 19 deletions

View file

@ -11,7 +11,7 @@ Algorithm::Algorithm()
Algorithm::Algorithm(std::shared_ptr<vk::Device> device,
std::shared_ptr<vk::CommandBuffer> commandBuffer,
const std::vector<float>& specializationConstants)
const Constants& specializationConstants)
{
SPDLOG_DEBUG("Kompute Algorithm Constructor with device");