Docs: retitle 'GPU Shader Module' to 'GPU Module'

We already have a module for GPU Shader (`gpu.shader`).

So, remove the name "Shader" from the title to avoid confusion.
This commit is contained in:
Germano Cavalcante 2021-08-30 09:19:50 -03:00
parent a71d2b2601
commit 9ad56627cf
1 changed files with 1 additions and 1 deletions

View File

@ -1995,7 +1995,7 @@ def write_rst_importable_modules(basepath):
"blf": "Font Drawing",
"imbuf": "Image Buffer",
"imbuf.types": "Image Buffer Types",
"gpu": "GPU Shader Module",
"gpu": "GPU Module",
"gpu.types": "GPU Types",
"gpu.matrix": "GPU Matrix Utilities",
"gpu.select": "GPU Select Utilities",