Only PNG power of two textures with 32-bit colors are supported
Due to Vulkan image memory layouts, only power of two (e.g. 512x512) textures are supported. Also, only 32-bit colors are supported (8 bits per channel). I intend to fix this and to also add support for more texture types.