Blender Git Commit Log
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)
/source/blender/python/gpu/gpu_py_framebuffer.h (+33, -0) (View)