Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Oct 17, 2018
1 parent 67668a5 commit fca87c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ The expressiveness of Kotlin meets the power of Vulkan.
### Basics

#### [01a - Triangle Verbose](src/main/kotlin/vulkan/basics/01a%20Triangle%20Verbose.kt)
Basic and verbose example for getting a colored triangle rendered to the screen using Vulkan. This is meant as a starting point for learning Vulkan from the ground up. A huge part of the code is boilerplate that is abstracted away in later examples.
Basic and verbose example for getting a colored triangle rendered to the screen using Vulkan. This is meant as a starting point for learning Vulkan from the ground up.
A huge part of the code is boilerplate that is abstracted away in later examples. Also, there is no type safety through inline
classes.

#### [01b - Triangle](src/main/kotlin/vulkan/basics/01b%20Triangle.kt)
Boilerplate code gone, 1/3 less code.
Boilerplate code gone, 1/3 less code, strictly type safety for free thanks to inline classes.

#### [02 - Pipelines](src/main/kotlin/vulkan/basics/02%20Pipelines.kt)

Expand Down

0 comments on commit fca87c2

Please sign in to comment.