examples: add an animated spirograph.v using gg

This commit is contained in:
Delyan Angelov 2024-07-05 11:29:47 +03:00
parent a67bfebe95
commit 811ac125fa
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 65 additions and 1 deletions

View file

@ -2309,7 +2309,7 @@ typedef struct {
#define _SGL_DEFAULT_CONTEXT_POOL_SIZE (4)
#define _SGL_DEFAULT_PIPELINE_POOL_SIZE (64)
// __v_ start
#define _SGL_DEFAULT_MAX_VERTICES (1<<17)
#define _SGL_DEFAULT_MAX_VERTICES (1<<22)
#define _SGL_DEFAULT_MAX_COMMANDS (1<<15)
// __v_ end
#define _SGL_SLOT_SHIFT (16)