37df7ea850df335e416a8387ecefd491f2dbb9a6
In `pygpu_shader_attrs_info_get`, it tries to check information for all vertex attributes that are added via `VERTEX_IN`, however some drivers will optimize compiled shaders so some vertex attributes that are not used will be removed. This fix makes sure that the input length that is used in `GPU_shader_get_attribute_len` does not exceed actual max binding number. Pull Request: https://projects.blender.org/blender/blender/pulls/137584
…
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
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
