Push before i fucking break everything again

This commit is contained in:
Lillian Salehi 2024-10-19 06:01:10 -05:00
parent 0797c418da
commit 7d2949ca73

View File

@ -251,8 +251,8 @@ namespace graphics_pipeline {
swapChainFramebuffers.resize(framebuffersSize);
for(size_t i = 0; i < framebuffersSize; i++) {
std::array<VkImageView, 2> attachments = {
device_libs::DeviceControl::getSwapChainImageViews()[i],
std::array<VkImageView, 2> attachments = {
device_libs::DeviceControl::getSwapChainImageViews()[i],
Global::depthImageView
};