We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0055b95 commit e2f9ca7Copy full SHA for e2f9ca7
src/framework/ui/graphicsapiprovider.cpp
@@ -57,7 +57,7 @@ static const std::vector<GraphicsApiProvider::Api > ALLOWED_APIS = {
57
#endif
58
59
static const std::vector<std::string> BAD_MESSAGES = {
60
- "Failed to build graphics pipeline state"
+ "Failed to build graphics pipeline state",
61
"Failed to create RHI",
62
"Failed to build texture render target for layer",
63
"Framebuffer incomplete:"
0 commit comments