aboutsummaryrefslogtreecommitdiff
path: root/cube/android
AgeCommit message (Collapse)Author
2023-04-06cube: Add .gitignore for Android buildsAndrew Poole
2018-11-21Cube: Use c++_static instead of unsupported gnustl_static for STLTony-LunarG
Change-Id: If351431424a2b1d30cfa30d43a6515bca034ac40
2018-11-08Rename cube and cubepp exes to vkcube and vkcubeppTony-LunarG
Change-Id: Iaecb0e7e21a086c8523b8cd4bc9eccd05e1cbca0
2018-06-06android: Fix CI for AndroidKarl Schultz
2018-05-30build: Add cube(pp) to install targetKarl Schultz
- Modify cube and cubepp to obtain the texture image data from an include file instead of reading a PPM file at runtime. (This is the way it works for Android) This removes the need to install an image file or otherwise make an image file available in a repo build. - Add cube and cubepp to the install target. Note: The file handling code is left in place to make it easy to add a "-texture_file <file>" option so a user can pass in a texture file. Fixes #5
2018-05-16android: Fixes for cubeCody Northrop
This restores files that were dropped during the split. Also migrates support files to this repo, which we will remove from Vulkan-ValidationLayers and treat like a submodule. Updates to travis to build cube.
2018-05-11cube: Move cube directory up to top level dirMark Lobodzinski
Change-Id: Ie1116b0b6de742b4f85834a4c9d1927dd641e19b