pathfinder/resources/shaders/metal
Patrick Walton 487577a11b Add Metal support.
This commit substantially reworks the `pathfinder_gpu` API to better support
modern APIs like Metal. It should open the door to `gfx-rs`, `wgpu`, Vulkan,
and D3D12 backends relatively straightforwardly.

A new example, `canvas_metal_minimal`, has been added.

Note that the new Metal shaders require a patched version of `spirv-cross` to
build properly. An upstream patch is forthcoming.
2019-06-20 11:47:22 -07:00
..
debug_solid.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
debug_solid.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
debug_texture.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
debug_texture.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
demo_ground.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
demo_ground.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
fill.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
fill.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
post.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
post.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
reproject.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
reproject.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
stencil.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
stencil.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_alpha.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_alpha_monochrome.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_alpha_multicolor.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_solid.fs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_solid_monochrome.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00
tile_solid_multicolor.vs.metal Add Metal support. 2019-06-20 11:47:22 -07:00