Added assimp (static library) to android makefiles (#97)
This commit is contained in:
parent
16440383c5
commit
01c12ef327
5 changed files with 12 additions and 20 deletions
|
|
@ -284,7 +284,6 @@ VkBool32 VulkanExampleBase::createBuffer(VkBufferUsageFlags usage, VkDeviceSize
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef __ANDROID__
|
||||
void VulkanExampleBase::loadMesh(
|
||||
const char * filename,
|
||||
vkMeshLoader::MeshBuffer * meshBuffer,
|
||||
|
|
@ -304,7 +303,6 @@ void VulkanExampleBase::loadMesh(
|
|||
|
||||
delete(mesh);
|
||||
}
|
||||
#endif
|
||||
|
||||
void VulkanExampleBase::renderLoop()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue