Updated android build files

This commit is contained in:
saschawillems 2017-03-12 11:49:55 +01:00
parent ed7f88fd37
commit b793b63f8f
7 changed files with 74 additions and 43 deletions

View file

@ -208,7 +208,7 @@ public:
VulkanExampleBase::submitFrame();
}
void generateTriangle()
void generateCube()
{
// Setup vertices indices for a colored cube
std::vector<Vertex> vertices = {
@ -513,7 +513,7 @@ public:
void prepare()
{
VulkanExampleBase::prepare();
generateTriangle();
generateCube();
setupVertexDescriptions();
prepareUniformBuffers();
setupDescriptorSetLayout();