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
Describe the bug
I have a GLB file that contains a mesh with a primitive.mode of 1 ({"name":"Object_54","primitives":[{"attributes":{"POSITION":266},"indices":267,"material":0,"mode":1}]}). When trying to render this GLB using Vulkan, it encounters errors. I've tried different versions of NVIDIA drivers and Mesa LLVMPIPE - while the error messages differ, the rendering still fails (though not 100% of the time, but very likely). When I remove this mesh from the scene, the rendering works successfully. I'm not sure if this is an issue with my implementation, with Filament, or with the Vulkan driver?
Describe the bug
I have a GLB file that contains a mesh with a primitive.mode of 1 ({"name":"Object_54","primitives":[{"attributes":{"POSITION":266},"indices":267,"material":0,"mode":1}]}). When trying to render this GLB using Vulkan, it encounters errors. I've tried different versions of NVIDIA drivers and Mesa LLVMPIPE - while the error messages differ, the rendering still fails (though not 100% of the time, but very likely). When I remove this mesh from the scene, the rendering works successfully. I'm not sure if this is an issue with my implementation, with Filament, or with the Vulkan driver?
I also tried model in https://github.com/KhronosGroup/glTF-Sample-Assets/tree/main/Models/PrimitiveModeNormalsTest , it also crashed
using filament 1.56.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
program run always success
Screenshots
N/A
Logs
on L40s:
on P100
use llvmpipe:
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
my test code:
The text was updated successfully, but these errors were encountered: