summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/runtime/meshes
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2019-10-13 13:50:38 +0200
committer R. Belmont <rb6502@users.noreply.github.com>2019-10-13 07:50:38 -0400
commit0837e7451a84f95c29dbdb9bd6b8b931fee1635d (patch)
tree626bcbd250a7fbebdf5958a288d2f438d4f9fb5a /3rdparty/bgfx/examples/runtime/meshes
parentc913ccb59d713ce0b91135520719ac5385e54358 (diff)
WIP: sync bgfx, bx and bimg with latest upstream (#5723)
* Sync with bgfx upstream revision b91d0b6 * Sync with bx upstream revision d60912b * Sync with bimg upstream revision bd81f60 * Add astc-codec decoder * Rename VertexDecl to VertexLayout * Rename UniformType enum Int1 to Sampler. * Add NVN stub * Fix unused-const-variable error on macOS * Drop redundant explicit language parameters buildoptions_cpp are only applied to c++ files and buildoptions_objcpp are only applied to objective c++ files. As such, hardcoding -x offers no benefit while preventing overrides (such as one needed by 3rdparty/bgfx/src/renderer_vk.cpp on macOS) from working. * Re-introduce -x c++ in places where C code is compiled as C++ to prevent clang from throwing a warning * Build bgfx as Objective-C++ on macOS It is needed due to included headers * Enable Direct3D12 and Vulkan bgfx rendering backends * Enable building of spirv shaders * Properly escape /c in cmd call * Comment out dx12 bgfx renderer * Honor VERBOSE setting during shaders build * Only invert hlsl shader XYZ_TO_sRGB matrix for opengl * Add spirv shaders * OpenGL ES needs transposed matrix too * Metal needs transposed matrix as well
Diffstat (limited to '3rdparty/bgfx/examples/runtime/meshes')
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/bunny.binbin2588410 -> 2588410 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.binbin191471 -> 100053 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/bunny_patched.binbin975611 -> 975611 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/column.binbin55507 -> 54019 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/hollowcube.binbin40281 -> 37881 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/orb.binbin2818102 -> 2818102 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/platform.binbin1607 -> 1607 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/test_scene.binbin145700 -> 141860 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree.binbin100714 -> 54308 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.binbin63365 -> 25551 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.binbin25719 -> 17194 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.binbin36659 -> 18820 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.binbin27123 -> 9810 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.binbin16061 -> 11597 bytes
-rw-r--r--3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.binbin10899 -> 4695 bytes
15 files changed, 0 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny.bin
index f0fed0880d0..ef3127bc740 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/bunny.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/bunny.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin
index 176344675cf..58ec040be08 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/bunny_decimated.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin b/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin
index e8645370ea9..3af10d214d8 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/bunny_patched.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/column.bin b/3rdparty/bgfx/examples/runtime/meshes/column.bin
index a58c780d121..3a9f3783f7e 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/column.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/column.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin b/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin
index 1ed9d7cc9b2..43e4717df29 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/hollowcube.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/orb.bin b/3rdparty/bgfx/examples/runtime/meshes/orb.bin
index ff8d16628a8..034ad075655 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/orb.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/orb.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/platform.bin b/3rdparty/bgfx/examples/runtime/meshes/platform.bin
index de63c2457b8..6e5a46395a2 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/platform.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/platform.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin b/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin
index bf234cb0b37..c7e7472d9b5 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/test_scene.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree.bin b/3rdparty/bgfx/examples/runtime/meshes/tree.bin
index aec00bfb2b5..cb3931b9560 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin
index 26ed0727b6c..7ee3b77c5b5 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_1.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin
index 97f939dbd3f..5c6398e6326 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod0_2.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin
index 563e82c917d..7f15af46711 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_1.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin
index 1983f836087..d4f48db0043 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod1_2.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin
index d2aa057f6ca..a61a7f86eb7 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_1.bin
Binary files differ
diff --git a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin
index 886d7b3bebe..91d37b78f7a 100644
--- a/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin
+++ b/3rdparty/bgfx/examples/runtime/meshes/tree1b_lod2_2.bin
Binary files differ