Blender Git Commit Log
Git Commits -> Revision fe5455b
Revision fe5455b by Germano Cavalcante (pygpu_extensions) February 11, 2021, 18:01 (GMT) |
GPU Python: Implement new object type 'gpu.types.GPUUniformBuf' For use by `gpu.types.GPUShader` only. The API of this object includes: ``` >>> gpu.types.GPUUniformBuf. free( update( ``` |
Commit Details:
Full Hash: fe5455b75e1c0151635b92fbe41979ac467581b6
Parent Commit: 005040e
Lines Changed: +254, -0
2 Added Paths:
/source/blender/python/gpu/gpu_py_uniformbuffer.c (+182, -0) (View)
/source/blender/python/gpu/gpu_py_uniformbuffer.h (+33, -0) (View)
/source/blender/python/gpu/gpu_py_uniformbuffer.h (+33, -0) (View)