diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 12:52:04 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 12:52:04 +1000 |
commit | fa934b45f4d17495952303c2981dc1e21cb978f1 (patch) | |
tree | bdc2671e6c95ae757b549a832f60894a753e460a /examples/README.md | |
parent | dfb6adbcbcc7d50b770b6d5ea82efdd8f8c32e25 (diff) |
Remove more examples
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index f289e80..0000000 --- a/examples/README.md +++ /dev/null @@ -1,11 +0,0 @@ - -### RAL examples - -These examples show off how the lowest register of rendering, the Rendering Abstraction Layer (RAL), is used to draw things to the screen. - -- triangle -- cube - -### Renderer - -The 'renderer' is the default renderer provided by Celeritas. |