blender/doc
mano-wii 6d04e48539 Join the python modules gpu and _gpu into one.
Maybe it's still early to set the new drawing api for python.
But joining these two modules is an initial step.

```
>>> gpu.
        matrix
        select
        types
```
```
>>> gpu.types.GPU
                 Batch(
                 OffScreen(
                 VertBuf(
                 VertFormat(
```
The creation of a new offscreen object is now done by the `GPUOffscreen.__new__` method.

Reviewers: campbellbarton, dfelinto

Reviewed By: campbellbarton, dfelinto

Tags: #bf_blender_2.8

Differential Revision: https://developer.blender.org/D3667
2018-09-05 21:15:44 -03:00
..
blender_file_format Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
doxygen Cleanup: Update some links to new wiki 2018-08-13 21:55:30 -04:00
guides Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
license And here is the first git (testing) commit by me! 2013-11-16 12:00:42 +01:00
manpage Cleanup: pep8 2018-07-03 06:55:02 +02:00
python_api Join the python modules gpu and _gpu into one. 2018-09-05 21:15:44 -03:00