Skip to content

Commit

Permalink
Examples: Apple: Consolidated example_apple_metal to reduce class and…
Browse files Browse the repository at this point in the history
… file count (#1873, #3543)
  • Loading branch information
warrenm authored and ocornut committed Oct 23, 2020
1 parent 5292320 commit bca4749
Show file tree
Hide file tree
Showing 16 changed files with 443 additions and 565 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Other Changes:
- Backends: OpenGL3: Use glGetString(GL_VERSION) query instead of glGetIntegerv(GL_MAJOR_VERSION, ...)
when the later returns zero (e.g. Desktop GL 2.x). (#3530) [@xndcn]
- Backends: OpenGL3: Backup and restore GL_PRIMITIVE_RESTART state. (#3544) [@Xipiryon]
- Examples: Apple+Metal: Consolidated/simplified to get closer to other examples. (#3543) [@warrenm]
- Docs: Split examples/README.txt into docs/BACKENDS.md and docs/EXAMPLES.md improved them.
- Docs: Consistently renamed all occurences of "binding" and "back-end" to "backend" in comments and docs.

Expand Down
18 changes: 0 additions & 18 deletions examples/example_apple_metal/Shared/AppDelegate.h

This file was deleted.

11 changes: 0 additions & 11 deletions examples/example_apple_metal/Shared/AppDelegate.m

This file was deleted.

8 changes: 0 additions & 8 deletions examples/example_apple_metal/Shared/Renderer.h

This file was deleted.

154 changes: 0 additions & 154 deletions examples/example_apple_metal/Shared/Renderer.mm

This file was deleted.

19 changes: 0 additions & 19 deletions examples/example_apple_metal/Shared/ViewController.h

This file was deleted.

153 changes: 0 additions & 153 deletions examples/example_apple_metal/Shared/ViewController.mm

This file was deleted.

22 changes: 0 additions & 22 deletions examples/example_apple_metal/Shared/main.m

This file was deleted.

Loading

0 comments on commit bca4749

Please sign in to comment.