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
assert(mesh_vertices.size() <= std::numeric_limits<uint16_t>::max()); // take care of the index range, should be
// consistent with the index range used by
// vulkan
请问这个会考虑怎么解决呢?
The text was updated successfully, but these errors were encountered:
Describe the bug | Bug描述
添加了从 https://casual-effects.com/data/ 下载的bunny模型,然后启动运行失败。
在render_resource_base.cpp文件中,添加了如下限制:
请问这个会考虑怎么解决呢?
The text was updated successfully, but these errors were encountered: