summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-07 15:49:55 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-07 15:49:55 +0100
commit178167b8fe6dd339ba0d759cec0d08f823e84710 (patch)
tree97fe29c6fbc5178c19a7ab877b970926dea849bf /3rdparty
parent5b432512fae69fd4f8e37861bac1dda5752d7d61 (diff)
Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
Need optimization and cleanup, note that all shaders can be built only on windows due to usage of DirectX DLLs
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/bgfx/tools/bin/windows/.gitignore1
-rw-r--r--3rdparty/bgfx/tools/bin/windows/geometryc.exebin0 -> 1041934 bytes
-rw-r--r--3rdparty/bgfx/tools/bin/windows/shaderc.exebin0 -> 2096654 bytes
-rw-r--r--3rdparty/bgfx/tools/bin/windows/texturec.exebin0 -> 5843221 bytes
4 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/bgfx/tools/bin/windows/.gitignore b/3rdparty/bgfx/tools/bin/windows/.gitignore
deleted file mode 100644
index 72e8ffc0db8..00000000000
--- a/3rdparty/bgfx/tools/bin/windows/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*
diff --git a/3rdparty/bgfx/tools/bin/windows/geometryc.exe b/3rdparty/bgfx/tools/bin/windows/geometryc.exe
new file mode 100644
index 00000000000..f1e001cf2ea
--- /dev/null
+++ b/3rdparty/bgfx/tools/bin/windows/geometryc.exe
Binary files differ
diff --git a/3rdparty/bgfx/tools/bin/windows/shaderc.exe b/3rdparty/bgfx/tools/bin/windows/shaderc.exe
new file mode 100644
index 00000000000..0e1b0346140
--- /dev/null
+++ b/3rdparty/bgfx/tools/bin/windows/shaderc.exe
Binary files differ
diff --git a/3rdparty/bgfx/tools/bin/windows/texturec.exe b/3rdparty/bgfx/tools/bin/windows/texturec.exe
new file mode 100644
index 00000000000..652b3b729de
--- /dev/null
+++ b/3rdparty/bgfx/tools/bin/windows/texturec.exe
Binary files differ