diff options
Diffstat (limited to '3rdparty/bgfx/docs/index.rst')
-rw-r--r-- | 3rdparty/bgfx/docs/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/3rdparty/bgfx/docs/index.rst b/3rdparty/bgfx/docs/index.rst new file mode 100644 index 00000000000..8a096171758 --- /dev/null +++ b/3rdparty/bgfx/docs/index.rst @@ -0,0 +1,22 @@ +Documentation +============= + +Cross-platform, graphics API agnostic, “Bring Your Own Engine/Framework” style rendering library, +licensed under permissive BSD-2 clause open source license. + +Source at GitHub: + - https://github.com/bkaradzic/bgfx + +Contents +-------- + +.. toctree:: + :maxdepth: 3 + + overview + build + examples + bgfx + tools + internals + license |