Updated android build files
This commit is contained in:
parent
ed7f88fd37
commit
b793b63f8f
7 changed files with 74 additions and 43 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue