Push before i fucking break everything again
This commit is contained in:
parent
0797c418da
commit
7d2949ca73
@ -251,8 +251,8 @@ namespace graphics_pipeline {
|
|||||||
swapChainFramebuffers.resize(framebuffersSize);
|
swapChainFramebuffers.resize(framebuffersSize);
|
||||||
|
|
||||||
for(size_t i = 0; i < framebuffersSize; i++) {
|
for(size_t i = 0; i < framebuffersSize; i++) {
|
||||||
std::array<VkImageView, 2> attachments = {
|
std::array<VkImageView, 2> attachments = {
|
||||||
device_libs::DeviceControl::getSwapChainImageViews()[i],
|
device_libs::DeviceControl::getSwapChainImageViews()[i],
|
||||||
Global::depthImageView
|
Global::depthImageView
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user