bgfx/examples/common
Stephen Hill 87d3501ded Fixed AVI header writing 4 bytes for 16bit values
{U}INTX_C et al. only seem to guarantee that the size of the constant will be X bits or more. At least this is the behaviour I've seen with VS and Clang

I've made the minimal fix here, but it would be smart to review all remaining uses of these macros, particularly when it comes to I/O.
2015-11-30 21:09:42 -05:00
..
entry Extended Remotery profiling. 2015-11-16 10:42:56 -04:00
font Rebuilt shaders. 2015-10-24 22:47:24 -07:00
imgui ImGui docking fixes. 2015-11-11 16:43:32 -08:00
nanovg Cleanup. 2015-11-28 16:13:26 -08:00
aviwriter.h Fixed AVI header writing 4 bytes for 16bit values 2015-11-30 21:09:42 -05:00
bgfx_utils.cpp Simplifed allocator. 2015-11-06 22:03:06 -08:00
bgfx_utils.h Added args. 2015-10-23 20:57:04 -07:00
bounds.cpp Added ray intersection tests. 2015-11-27 23:45:42 -08:00
bounds.h Added ray intersection tests. 2015-11-27 23:45:42 -08:00
camera.cpp Added initial occlusion query support. 2015-11-01 17:28:23 -08:00
camera.h Fixed 21-deferred for Emscripten. 2015-08-21 22:52:37 -07:00
common.h Moving TinyStlCustomAllocator inside entry. 2015-02-08 12:34:06 +01:00
common.sh Updated copyright year. 2015-01-02 14:43:11 -08:00
cube_atlas.cpp Moved public header files into bgfx subdirectory. 2015-09-18 20:19:12 -07:00
cube_atlas.h Moved public header files into bgfx subdirectory. 2015-09-18 20:19:12 -07:00
packrect.h Updated copyright year. 2015-01-01 15:04:46 -08:00
shaderlib.sh Added toLinear/GammaAccurate shader functions. 2015-02-17 16:26:10 -08:00