mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Metal: Built shaders.
This commit is contained in:
parent
1504c1e78f
commit
1611b074fb
154 changed files with 20 additions and 0 deletions
|
@ -30,3 +30,23 @@ rebuild:
|
|||
@make -s --no-print-directory rebuild -C common/font
|
||||
@make -s --no-print-directory rebuild -C common/imgui
|
||||
@make -s --no-print-directory rebuild -C common/nanovg
|
||||
|
||||
metal:
|
||||
@make -s --no-print-directory TARGET=5 -C 01-cubes
|
||||
@make -s --no-print-directory TARGET=5 -C 03-raymarch
|
||||
@make -s --no-print-directory TARGET=5 -C 04-mesh
|
||||
@make -s --no-print-directory TARGET=5 -C 05-instancing
|
||||
@make -s --no-print-directory TARGET=5 -C 06-bump
|
||||
@make -s --no-print-directory TARGET=5 -C 07-callback
|
||||
@make -s --no-print-directory TARGET=5 -C 08-update
|
||||
@make -s --no-print-directory TARGET=5 -C 09-hdr
|
||||
@make -s --no-print-directory TARGET=5 -C 12-lod
|
||||
@make -s --no-print-directory TARGET=5 -C 13-stencil
|
||||
@make -s --no-print-directory TARGET=5 -C 14-shadowvolumes
|
||||
@make -s --no-print-directory TARGET=5 -C 15-shadowmaps-simple
|
||||
@make -s --no-print-directory TARGET=5 -C 16-shadowmaps
|
||||
@make -s --no-print-directory TARGET=5 -C 18-ibl
|
||||
@make -s --no-print-directory TARGET=5 -C 19-oit
|
||||
@make -s --no-print-directory TARGET=5 -C 21-deferred
|
||||
@make -s --no-print-directory TARGET=5 -C 23-vectordisplay
|
||||
@make -s --no-print-directory TARGET=5 -C 24-nbody
|
||||
|
|
BIN
examples/runtime/shaders/metal/fs_bump.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_bump.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_callback.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_callback.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_cubes.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_cubes.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_deferred_combine.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_deferred_combine.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_deferred_debug.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_deferred_debug.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_deferred_debug_line.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_deferred_debug_line.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_deferred_geom.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_deferred_geom.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_deferred_light.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_deferred_light.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_blur.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_blur.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_bright.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_bright.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_lum.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_lum.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_lumavg.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_lumavg.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_mesh.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_mesh.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_skybox.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_skybox.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_hdr_tonemap.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_hdr_tonemap.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_ibl_mesh.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_ibl_mesh.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_ibl_skybox.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_ibl_skybox.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_instancing.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_instancing.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_mesh.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_mesh.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_oit.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_oit.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_oit_wb.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_oit_wb.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_oit_wb_blit.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_oit_wb_blit.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_oit_wb_separate.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_oit_wb_separate.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_oit_wb_separate_blit.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_oit_wb_separate_blit.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_particle.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_particle.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_raymarching.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_raymarching.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_color_black.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_color_black.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_color_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_color_texture.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_hblur.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_hblur.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_hblur_vsm.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_hblur_vsm.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_packdepth.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_packdepth.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_packdepth_vsm.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_packdepth_vsm.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_texture.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_unpackdepth.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_unpackdepth.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_unpackdepth_vsm.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_unpackdepth_vsm.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_vblur.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_vblur.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowmaps_vblur_vsm.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowmaps_vblur_vsm.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_color_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_color_texture.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbackblank.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbackblank.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbackcolor.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbackcolor.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbacktex1.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbacktex1.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbacktex2.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svbacktex2.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfrontblank.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfrontblank.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfrontcolor.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfrontcolor.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfronttex1.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfronttex1.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfronttex2.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svfronttex2.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svside.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svside.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsideblank.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsideblank.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsidecolor.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsidecolor.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsidetex.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_svsidetex.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_shadowvolume_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_shadowvolume_texture.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_sms_mesh.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_sms_mesh.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_sms_mesh_pd.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_sms_mesh_pd.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_sms_shadow.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_sms_shadow.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_sms_shadow_pd.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_sms_shadow_pd.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_stencil_color_black.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_stencil_color_black.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_stencil_color_lightning.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_stencil_color_lightning.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_stencil_color_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_stencil_color_texture.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_stencil_texture.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_stencil_texture.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_stencil_texture_lightning.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_stencil_texture_lightning.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_tree.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_tree.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_update.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_update.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_update_3d.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_update_3d.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_update_cmp.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_update_cmp.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_vectordisplay_blit.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_vectordisplay_blit.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_vectordisplay_blur.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_vectordisplay_blur.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/fs_vectordisplay_fb.bin
Normal file
BIN
examples/runtime/shaders/metal/fs_vectordisplay_fb.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/vs_bump.bin
Normal file
BIN
examples/runtime/shaders/metal/vs_bump.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/vs_bump_instanced.bin
Normal file
BIN
examples/runtime/shaders/metal/vs_bump_instanced.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/vs_callback.bin
Normal file
BIN
examples/runtime/shaders/metal/vs_callback.bin
Normal file
Binary file not shown.
BIN
examples/runtime/shaders/metal/vs_cubes.bin
Normal file
BIN
examples/runtime/shaders/metal/vs_cubes.bin
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue