PyDoc: replace references to the deprecated "bgl" with "gpu"

Also correct bullet-points in gpu.state.blend_set.
This commit is contained in:
Campbell Barton
2024-11-03 19:28:00 +11:00
parent b00550916c
commit 091ee2833b
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Hello World Text Example
++++++++++++++++++++++++
Example of using the blf module. For this module to work we
need to use the OpenGL wrapper :class:`~bgl` as well.
need to use the GPU module :mod:`gpu` as well.
"""
# import stand alone modules
import blf