GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.72k stars 161 forks source link

Unsupported image format on Star Swarm #217

Closed libcg closed 3 months ago

libcg commented 3 years ago

I'm currently working on GRVK which implements the Mantle API over Vulkan. The Star Swarm demo partially runs, however the game is trying to create images with the following properties:

AMDVLK doesn't support that combination, however 1D and 2D seem to work. I'd like to know if this could be fixed.

Edit: updated the usage flags as they were incorrect.

qiaojbao commented 3 years ago

I write a simple code to create an image with your create-info in vkcube, there is no error. Could you give more detail about your demo code?