Added android readme (stub)
This commit is contained in:
parent
b39673579a
commit
f06806147b
2 changed files with 34 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ Use it to generate a platform-specific build configuration for building all exam
|
|||
|
||||
All required headers and libs are included in the repository, building the examples should work out of the box.
|
||||
|
||||
The repository also contains a few Android examples to get started, check the [Android readme](./android/README.md) for details.
|
||||
|
||||
## Examples
|
||||
|
||||
### Triangle
|
||||
|
|
@ -181,6 +183,13 @@ Renders the vertex normals of a complex mesh with the use of a geometry shader.
|
|||
|
||||
More of a playground than an actual example. Renders multiple meshes with different shaders (and pipelines) including a background.
|
||||
|
||||
<br>
|
||||
## 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.
|
||||
|
||||
## Additional documentation
|
||||
- [Vulkan example base class](./documentation/examplebaseclass.md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue