Goshido / android-vulkan

This repository is a project for learning Vulkan API, constraint based 3D physics, Lua scripting, spatial sound rendering, HTML+CSS UI rendering.
30 stars 3 forks source link

1x1 2D texture bug #17

Closed Goshido closed 3 years ago

Goshido commented 3 years ago

It's needed to fix creation of the 2D textures which size is 1x1. Current implementation breaks if the user requests to create mipmaps for such textures.