9b129e5533e369d738da576814fbdab4e091911b
When updating a mesh, the GPU Subdivision code makes calls to `GPU_indexbuf_bind_as_ssbo()`. This may cause the current VAO index buffer to change due to calls from `glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ibo_id_)` in `GPU_indexbuf_bind_as_ssbo()`. The solution is to unbind the VAO (by calling `glBindVertexArray(0)`) before creating the index buffer IBO. Co-authored-by: Germano Cavalcante <grmncv@gmail.com> Pull Request #104873
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
