Android support for particle fire example (#97)
This commit is contained in:
parent
a9fe22426f
commit
a6e13b907f
9 changed files with 156 additions and 21 deletions
|
|
@ -288,7 +288,7 @@ VkBool32 VulkanExampleBase::createBuffer(VkBufferUsageFlags usage, VkDeviceSize
|
|||
}
|
||||
|
||||
void VulkanExampleBase::loadMesh(
|
||||
const char * filename,
|
||||
std::string filename,
|
||||
vkMeshLoader::MeshBuffer * meshBuffer,
|
||||
std::vector<vkMeshLoader::VertexLayout> vertexLayout,
|
||||
float scale)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue