mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples: add an animated spirograph.v using gg
This commit is contained in:
parent
a67bfebe95
commit
811ac125fa
2 changed files with 65 additions and 1 deletions
2
thirdparty/sokol/util/sokol_gl.h
vendored
2
thirdparty/sokol/util/sokol_gl.h
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue