Get the latest Blender, older versions, or experimental builds.
Stay up-to-date with the new features in the latest Blender releases.
See which projects are currently being worked on and what's next.
Guidelines, release notes and development docs.
Access production assets and knowledge from the open movies.
Documentation on the usage and features in Blender.
A platform to collect and share results of the Blender Benchmark.
The yearly event that brings the community together.
Support core development with a monthly contribution.
Perform a single donation with more payment options available.
Adds Python API documentations for gpu.capabilities module. Ref D12226
While doxygen supports both, conform to our style guide. Note that single back-tick's are already used in a majority of comments.
This module exposes the capabilities defined in the GPU module in C. This will be useful for porting existing code in `bgl` to `gpu`. Reviewed By: fclem, brecht, campbellbarton Maniphest Tasks: T80730 Part of D11147