mame/3rdparty/bgfx/examples/runtime/shaders/essl
Julian Sikorski 0837e7451a 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
2019-10-13 07:50:38 -04:00
..
cs_indirect.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
cs_init_instances.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
cs_update_instances.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
cs_update.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_albedo_output.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_bloom_combine.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_bump.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_callback.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_cubes.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_deferred_combine.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
fs_deferred_debug_line.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
fs_deferred_debug.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
fs_deferred_geom.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
fs_deferred_light.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
fs_downsample.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_blur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_bright.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_lum.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_lumavg.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_skybox.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_hdr_tonemap.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_ibl_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_ibl_skybox.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_instancing.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_oit_wb_blit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_oit_wb_separate_blit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_oit_wb_separate.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_oit_wb.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_oit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_particle.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_picking_id.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_picking_shaded.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_pom.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_raymarching.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_rsm_combine.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_rsm_gbuffer.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_rsm_lbuffer.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_rsm_shadow.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_black.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm_linear_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm_linear_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_esm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard_linear_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard_linear_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_hard.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf_linear_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf_linear_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_pcf.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm_linear_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm_linear_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_lighting_vsm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_hblur_vsm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_hblur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_packdepth_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_packdepth_vsm_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_packdepth_vsm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_packdepth.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_unpackdepth_vsm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_unpackdepth.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_vblur_vsm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowmaps_vblur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_color_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svbackblank.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svbackcolor.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svbacktex1.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svbacktex2.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svfrontblank.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svfrontcolor.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svfronttex1.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svfronttex2.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svside.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svsideblank.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svsidecolor.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_svsidetex.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_texture_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_shadowvolume_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sky_color_banding_fix.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sky_landscape.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sky.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sms_mesh_pd.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sms_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sms_shadow_pd.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_sms_shadow.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_stencil_color_black.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_stencil_color_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_stencil_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_stencil_texture_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_stencil_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_terrain.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_tree.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_update_3d.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_update_cmp.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_update.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_upsample.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_vectordisplay_blit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_vectordisplay_blur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_vectordisplay_fb.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_vt_mip.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_vt_unlit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_wf_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
fs_wf_wireframe.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_albedo_output.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_bump_instanced.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_bump.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_callback.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_cubes.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_deferred_combine.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
vs_deferred_debug_line.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
vs_deferred_debug.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
vs_deferred_geom.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
vs_deferred_light.bin Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic] 2017-12-01 13:22:27 +01:00
vs_fullscreen.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_blur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_bright.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_lum.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_lumavg.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_skybox.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_hdr_tonemap.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_ibl_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_ibl_skybox.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_instancing.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_oit_blit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_oit.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_particle.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_picking_shaded.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_pom.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_raymarching.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_rsm_combine.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_rsm_gbuffer.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_rsm_lbuffer.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_rsm_shadow.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting_linear_csm.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting_linear_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting_omni.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_color.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_depth.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_hblur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_packdepth_linear.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_packdepth.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_texture_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_unpackdepth.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowmaps_vblur.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_color_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_svback.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_svfront.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_svside.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_texture_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_shadowvolume_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_sky_landscape.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_sky.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_sms_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_sms_shadow_pd.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_sms_shadow.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_stencil_color_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_stencil_color_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_stencil_color.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_stencil_texture_lighting.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_stencil_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_terrain_height_texture.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_terrain.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_tree.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_update.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_vectordisplay_fb.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_vt_generic.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_wf_mesh.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00
vs_wf_wireframe.bin WIP: sync bgfx, bx and bimg with latest upstream (#5723) 2019-10-13 07:50:38 -04:00