NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.45k stars 132 forks source link

OpenGL bug fix: load glumpy with set version #117

Closed orperel closed 1 year ago

orperel commented 1 year ago

Explicitly sets the OpenGL version that glumpy's glfw+imgui backend uses. The OpenGL version and profile are now also configurable via the WispState.

This should fix various OpenGL errors users have reported, such as invalid operation for glVertexAttribPointer and glGetUniformLocation.

Signed-off-by: operel operel@nvidia.com