diff --git a/README.md b/README.md index ac6f804d..99e107df 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,10 @@ The examples are build against **API Version 1.0.5** and support **implementatio ## Additional documentation -Additional documentation for several base classes and functionality (e.g. the swap chain) can be found [in this directory](./documentation/additionaldocs.md). +Additional documentation for several base classes and some Presentations can be found [in this directory](./documentation/additionaldocs.md). + +### Presentations +- [From OpenGL to Vulkan (Khronos Meetup Munich, 2016-04-08)](./documentation/Khronos_meetup_munich_fromGLtoVulkan.pdf) # Examples @@ -226,11 +229,6 @@ More of a playground than an actual example. Renders multiple meshes with differ


-## [Android](android/) - -This repository also contains a few Android examples that are (for now) separated from the rest of the examples. See the [Android readme](./android/README.md) for details on what is included and how to build the examples. - -The examples already share a few source files with existing examples and might be integrated into them at some point. ## Credits Thanks to the authors of these libraries : diff --git a/documentation/Khronos_meetup_munich_fromGLtoVulkan.pdf b/documentation/Khronos_meetup_munich_fromGLtoVulkan.pdf new file mode 100644 index 00000000..f0e4d3f3 Binary files /dev/null and b/documentation/Khronos_meetup_munich_fromGLtoVulkan.pdf differ diff --git a/documentation/additionaldocs.md b/documentation/additionaldocs.md index 59be258a..30b451a3 100644 --- a/documentation/additionaldocs.md +++ b/documentation/additionaldocs.md @@ -1,8 +1,8 @@ ## Additional documentation +### Source - [Vulkan swap chain class](./swapchain.md) - [Vulkan example base class](./examplebaseclass.md) -- todo - - mesh loader - - texture loader - - etc. + +### Presentations +- [From OpenGL to Vulkan (Khronos Meetup Munich, 2016-04-08)](./Khronos_meetup_munich_fromGLtoVulkan.pdf)