mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: make the graph example resizable, use cooler lines (#6267)
This commit is contained in:
4
thirdparty/sokol/util/sokol_gl.h
vendored
4
thirdparty/sokol/util/sokol_gl.h
vendored
@ -2011,8 +2011,8 @@ typedef struct {
|
||||
#define _SGL_INVALID_SLOT_INDEX (0)
|
||||
#define _SGL_MAX_STACK_DEPTH (64)
|
||||
#define _SGL_DEFAULT_PIPELINE_POOL_SIZE (64)
|
||||
#define _SGL_DEFAULT_MAX_VERTICES (1<<16)
|
||||
#define _SGL_DEFAULT_MAX_COMMANDS (1<<14)
|
||||
#define _SGL_DEFAULT_MAX_VERTICES (1<<17)
|
||||
#define _SGL_DEFAULT_MAX_COMMANDS (1<<15)
|
||||
#define _SGL_SLOT_SHIFT (16)
|
||||
#define _SGL_MAX_POOL_SIZE (1<<_SGL_SLOT_SHIFT)
|
||||
#define _SGL_SLOT_MASK (_SGL_MAX_POOL_SIZE-1)
|
||||
|
Reference in New Issue
Block a user