aras-p / UnityGaussianSplatting

Toy Gaussian Splatting visualization in Unity
MIT License
1.94k stars 217 forks source link

IndexOutOfRangeException: Invalid kernelIndex (0) passed, must be non-negative less than 19. #105

Closed YIXIN-M closed 3 months ago

YIXIN-M commented 3 months ago

mmexport1711618783404

aras-p commented 3 months ago

I see you are using OpenGL. That is definitely not tested. It might work, or it might not. Use Vulkan, or otherwise you're on your own to figure out why the compute shader does not work.