Skip to content

Commit

Permalink
Merge pull request #30 from rokuz/lvk-samples-readme
Browse files Browse the repository at this point in the history
Add README.md for samples
  • Loading branch information
corporateshark authored Jul 26, 2024
2 parents 36597fa + 479e0e0 commit ef71087
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added .github/tiny_mesh_large_android.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# LightweightVK Samples

## 1. 001_HelloTriangle

## 2. 002_RenderToCubeMap

## 3. 003_RenderToCubeMapSinglePass

## 4. 004_YUV

## 5. Tiny

## 6. Tiny_Mesh

## 7. Tiny_MeshLarge

![lvk_android](../.github/tiny_mesh_large_android.jpg)

### Performance measurements on Android
|Device|GPU|Resolution|MSAA|Texture quality|Frame time|
|---|---|---|---|---|---|
|Xiaomi 13T Pro|Immortalis-G715|2712x1220|8x|High (2048x2048)|26ms|
|Xiaomi 13T Pro|Immortalis-G715|2712x1220|None|High (2048x2048)|16ms|
|Xiaomi 13T Pro|Immortalis-G715|2712x1220|None|Low (256x256)|**14ms**|
|Google Pixel 7 Pro|Mali-G710|3120x1440|8x|High (2048x2048)|85ms|
|Google Pixel 7 Pro|Mali-G710|3120x1440|None|High (2048x2048)|62ms|
|Google Pixel 7 Pro|Mali-G710|3120x1440|None|Low (256x256)|57ms|
|Google Pixel 7 Pro|Mali-G710|2712x1220|8x|High (2048x2048)|80ms|
|Google Pixel 7 Pro|Mali-G710|2712x1220|None|Low (256x256)|**54ms**|

0 comments on commit ef71087

Please sign in to comment.