Vulkan Examples update

68747470733a2f2f7777772e6b68726f6e6f732e6f72672f6173736574732f75706c6f6164732f617069732f67646673676b6a6834353574342f676c6e6578742d6c6f676f2e706e67

The last few weeks since the Vulkan launch (one month ago) have been pretty busy. I’ve been adding new examples to to my github repository (almost at 30), fixed some bugs (thanks to everyone that has contributed!) and finally added Android support to all examples (removing the few separate Vulkan Android samples).

I also provide pre-built binaries for Windows, Linux and Android (only ARM right now) if you just want to try out the examples at vulkan.gpuinfo.org :

 Windows

Note : The windows binaries require the media pack (see below) to be present for loading shaders, meshes and textures.

64-Bit Binaries (2016-03-28) ~1.5 MBytes

 Linux

Note : The linux binaries require the media pack (see below) to be present for loading shaders, meshes and textures.

64-Bit Binaries (2016-03-28) ~1.6 MBytes

 Android

**Note :**Requires a ARM device with Vulkan support. Gamepads are supported. Assets required (shaders, textures, models) are part of each apk, the media pack is not requried. The archive contains two batch files for easy installation and removal of all examples at once.

ARM Binaries (2016-03-28) ~51 MBytes

Media Pack

Note : This archive contains all shaders, models and textures requried to run the windows and linux examples. Put the data folder to where the bin folder for windows or linux has been extracted so the examples can find the required assets.

64-Bit Binaries (2016-03-28) ~20 MBytes