blob: e95168a52c31d19fe2978b6aa50cfe6fce7e880d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# gfx-backend-metal
[Metal](https://developer.apple.com/metal/) backend for gfx-rs.
## Normalized Coordinates
Render | Depth | Texture
-------|-------|--------
![render_coordinates](../../../info/gl_render_coordinates.png) | ![depth_coordinates](../../../info/dx_depth_coordinates.png) | ![texture_coordinates](../../../info/dx_texture_coordinates.png)
## Mirroring
TODO
|