This commit is contained in:
Branimir Karadžić 2014-11-16 00:06:25 -08:00
parent 616c0ed408
commit 8cca656df6
2 changed files with 783 additions and 589 deletions
examples/23-vectordisplay
include

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,7 @@
#define BGFX_STATE_BLEND_SHIFT 12
#define BGFX_STATE_BLEND_MASK UINT64_C(0x000000000ffff000)
#define BGFX_STATE_BLEND_EQUATION_ADD UINT64_C(0x0000000000000000)
#define BGFX_STATE_BLEND_EQUATION_SUB UINT64_C(0x0000000010000000)
#define BGFX_STATE_BLEND_EQUATION_REVSUB UINT64_C(0x0000000020000000)
#define BGFX_STATE_BLEND_EQUATION_MIN UINT64_C(0x0000000030000000)