Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
379 views
in Technique[技术] by (71.8m points)

graphics - Practical use of VK_ACCESS_COLOR_ATTACHMENT_READ_BIT alone

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

VK_ATTACHMENT_LOAD_OP_LOAD uses only VK_ACCESS_COLOR_ATTACHMENT_READ_BIT.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...