Skip to content

Commit

Permalink
add a clarifying comment to cubemaprt-sapp
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Nov 17, 2024
1 parent fe2d2e3 commit 5eb817a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapp/cubemaprt-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <stddef.h> /* offsetof */
#include "cubemaprt-sapp.glsl.h"

// NOTE: cubemaps can't be multisampled, so (OFFSCREEN_SAMPLE_COUNT > 1) will be a validation error
#define OFFSCREEN_SAMPLE_COUNT (1)
#define DISPLAY_SAMPLE_COUNT (4)
#define NUM_SHAPES (32)
Expand Down

0 comments on commit 5eb817a

Please sign in to comment.