You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: