bgfx/include/bgfx
Viktor Kirilov 3ad7b43416 Fix exporting macros for the C99 API (#1204)
* Fix exporting macros for the C99 API when building bgfx as a shared library - now works with MinGW-w64 under windows and also under linux when -fvisibility=hidden is passed to the compiler to hide all symbols by default (which is recommended - it's a good practice)

* merged msvc and mingw configurations since mingw supports __declspec as well
2017-07-14 08:59:59 -07:00
..
c99 Fix exporting macros for the C99 API (#1204) 2017-07-14 08:59:59 -07:00
bgfx.h Updated docs. 2017-07-09 23:27:04 -07:00
defines.h Updated docs. 2017-07-02 11:49:41 -07:00
embedded_shader.h noop: Fixed embedded dummy shader. 2017-06-21 19:47:36 -07:00
platform.h Removed support for Native Client. https://developer.chrome.com/native-client/migration 2017-05-30 23:49:53 -07:00