CretaceousConstructor
CretaceousConstructor
> Seems like this went away with 1.2.182.0 Is that because some new implicit transitions have been added ?
I modify it like the following: dependencies[0].srcSubpass = VK_SUBPASS_EXTERNAL; dependencies[0].dstSubpass = 0; dependencies[0].srcStageMask = VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT; dependencies[0].srcAccessMask = 0; //LAYOUT TRANSITION dependencies[0].dstStageMask = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT | VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT; dependencies[0].dstAccessMask = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT...
> What layers say is bit irrelevant. It is the low bar and necessary but not the only condition. That layers are silent does not imply it is good code....
> * My samples run fine on a plethora of platforms > * Base validation is clean, sync validation is relatively new and I haven't had the time to test...
dd if=c.img of=\\.\E: bs=512 count=1 Error opening output file: 32 The process cannot access the file because it is being used by another process who can save me , I...
> dd if=c.img of=\.\E: bs=512 count=1 > Error opening output file: 32 The process cannot access the file because it is being used by another process > who can save...
This problem had almost killed me. if I'm diagonised with any mental illness in the future, vsvim should be part of the reason.