Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create font Image2D since the image format is not supported #90

Open
shanehyde opened this issue Feb 24, 2020 · 4 comments
Open
Projects

Comments

@shanehyde
Copy link

vkCreateImage(): Format VK_FORMAT_R8G8B8_UNORM is not supported for this combination of parameters.
vkCreateImage: pCreateInfo->format 23 is invalid

Not sure if you know the fonts dont work for my build so none of the Tests will start since the Overlays dont work.

Is it expected to work or should I look into making the fixes myself?

@mattparks
Copy link
Member

I'm not sure what format will have the most system support for containing a three component float. VK_FORMAT_R32G32B32_SFLOAT would be sothing you could test changing the format to. Otherwise I would have to switch to a more general format like VK_FORMAT_R8G8B8A8_UNORM/VK_FORMAT_R32G32B32A32_SFLOAT.

@shanehyde
Copy link
Author

Any reason you are using a 2D Texture instead of using UV values of a single?

@shanehyde
Copy link
Author

Oh, and I meant 3d, with 98 layers instead of 2D

@zjhlogo
Copy link

zjhlogo commented Apr 15, 2020

I hava the same issuse too, and my GPU GTX 1660 Super, seems only support format VK_FORMAT_R8G8B8A8_UNORM

@mattparks mattparks added this to High priority in Issues May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Issues
  
High priority
Development

No branches or pull requests

3 participants