Added additional documentatiomn for the swap chain class
This commit is contained in:
parent
e2dcc4f6f4
commit
2c5e6f1d0e
4 changed files with 104 additions and 8 deletions
|
|
@ -37,6 +37,10 @@ The android examples have only been tested on NVIDIA hardware yet.
|
|||
|
||||
The examples are build against **API Version 1.0.3** and support **implementations starting with 1.0.1**. This ensures that beta drivers not updated to the most recent API-Version can run the examples.
|
||||
|
||||
## Additional documentation
|
||||
|
||||
Additional documentation for several base classes and functionality (e.g. the swap chain) can be found [in this directory](./documentation/additionaldocs.md).
|
||||
|
||||
## Examples
|
||||
|
||||
## [Triangle](triangle/)
|
||||
|
|
@ -205,10 +209,6 @@ This repository also contains a few Android examples that are (for now) separate
|
|||
|
||||
The examples already share a few source files with existing examples and might be integrated into them at some point.
|
||||
|
||||
## Additional documentation
|
||||
- [Vulkan example base class](./documentation/examplebaseclass.md)
|
||||
- more to come...
|
||||
|
||||
## Credits
|
||||
Thanks to the authors of these libraries :
|
||||
- [OpenGL Mathematics (GLM)](https://github.com/g-truc/glm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue