Skip to content

Commit

Permalink
offscreen-sapp: label for offscreen attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 12, 2024
1 parent e0a0f38 commit 9c18baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapp/offscreen-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static void init(void) {
.attachments = sg_make_attachments(&(sg_attachments_desc){
.colors[0].image = color_img,
.depth_stencil.image = depth_img,
.label = "offscreen-attachments",
}),
.action = {
.colors[0] = {
Expand Down

0 comments on commit 9c18baf

Please sign in to comment.