Is there any practical use of VK_ACCESS_COLOR_ATTACHMENT_READ_BIT
/ VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT
alone? Basically, these access bits exist for blending and logic operations, thus they make sense only in conjunction with VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT
. Am I missing something?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…