Blender Git Loki

Git Commits -> Revision 005040e

Revision 005040e by Germano Cavalcante (pygpu_extensions)
February 11, 2021, 18:00 (GMT)
GPU Python: Implement new object type 'gpu.types.GPUFrameBuffer'

For framebuffer operations on the GPU.

The API of this object includes:
```
>>> gpu.types.GPUFrameBuffer.
__enter__(
__exit__(
bind(
clear(
free(
is_bound
viewport
```

Commit Details:

Full Hash: 005040e01db1a86964e9b34ce94302c17ebdc2af
Parent Commit: 1b42fe4
Lines Changed: +564, -7

2 Added Paths:

/source/blender/python/gpu/gpu_py_framebuffer.c (+500, -0) (View)
/source/blender/python/gpu/gpu_py_framebuffer.h (+33, -0) (View)

5 Modified Paths:

/source/blender/gpu/GPU_framebuffer.h (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+20, -7) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+4, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021