Skip to content

Commit

Permalink
Merged pull request "Mark SBO in stretch_pic VP as readonly, to silen…
Browse files Browse the repository at this point in the history
…ce validation error": #432
  • Loading branch information
apanteleev committed Feb 18, 2025
2 parents a6c881a + 1b238ba commit 9e937de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/vkpt/shader/stretch_pic.vert
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct StretchPic {
uint color, tex_handle;
};

layout(set = 0, binding = 0) buffer SBO {
layout(set = 0, binding = 0) readonly buffer SBO {
StretchPic stretch_pics[];
};

Expand Down

0 comments on commit 9e937de

Please sign in to comment.