Removed unnecessary undef (left-over from refactoring)
This commit is contained in:
parent
f053010a88
commit
1d987dd040
1 changed files with 0 additions and 2 deletions
|
|
@ -264,8 +264,6 @@ void VulkanGear::updateUniformBuffer(glm::mat4 perspective, glm::vec3 rotation,
|
||||||
assert(!err);
|
assert(!err);
|
||||||
memcpy(pData, &ubo, sizeof(ubo));
|
memcpy(pData, &ubo, sizeof(ubo));
|
||||||
vkUnmapMemory(device, uniformData.memory);
|
vkUnmapMemory(device, uniformData.memory);
|
||||||
|
|
||||||
#undef glm::radians
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void VulkanGear::setupDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout descriptorSetLayout)
|
void VulkanGear::setupDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout descriptorSetLayout)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue