Branimir Karadžić 11 years ago
parent
commit
8cca656df6
2 changed files with 782 additions and 588 deletions
  1. 781 588
      examples/23-vectordisplay/vectordisplay.cpp
  2. 1 0
      include/bgfxdefines.h

File diff suppressed because it is too large
+ 781 - 588
examples/23-vectordisplay/vectordisplay.cpp


+ 1 - 0
include/bgfxdefines.h

@@ -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)

Some files were not shown because too many files changed in this diff