diff --git a/sapp/cubemaprt-sapp.c b/sapp/cubemaprt-sapp.c index 3a8f5d13..6f41c58b 100644 --- a/sapp/cubemaprt-sapp.c +++ b/sapp/cubemaprt-sapp.c @@ -13,6 +13,7 @@ #include /* 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)