This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
93e3da136f35f2eec120532a12c9a8a878e327c8
goo-engine
/
source
/
blender
/
python
/
gpu
T
History
Germano Cavalcante
93e3da136f
PyGPU: Rename 'program' to 'shader' in documentation for 'GPUBatch.draw'
...
Renaming 'program' to 'shader' makes the documentation clearer.
2024-12-11 20:39:24 +01:00
..
CMakeLists.txt
…
gpu_py_api.cc
PyDoc: correct use of single back-ticks
2024-11-03 21:50:33 +11:00
gpu_py_api.hh
…
gpu_py_batch.cc
PyGPU: Rename 'program' to 'shader' in documentation for 'GPUBatch.draw'
2024-12-11 20:39:24 +01:00
gpu_py_batch.hh
…
gpu_py_buffer.cc
Fix
#116551
: gpu.types.Buffer always returning 'FLOAT' type on MacOS
2024-11-18 23:24:48 -03:00
gpu_py_buffer.hh
…
gpu_py_capabilities.cc
PyDoc: use Python's type annotation syntax for doc-strings
2024-11-03 15:44:35 +11:00
gpu_py_capabilities.hh
…
gpu_py_compute.cc
…
gpu_py_compute.hh
…
gpu_py_element.cc
PyDoc: correct GPUIndexBuf doc-string & exception
2024-11-04 11:55:41 +11:00
gpu_py_element.hh
…
gpu_py_framebuffer.cc
Merge branch 'blender-v4.3-release'
2024-11-03 16:07:40 +11:00
gpu_py_framebuffer.hh
…
gpu_py_matrix.cc
PyDoc: use Python's type annotation syntax for doc-strings
2024-11-03 15:44:35 +11:00
gpu_py_matrix.hh
…
gpu_py_offscreen.cc
PyDoc: use Python's type annotation syntax for doc-strings
2024-11-03 15:44:35 +11:00
gpu_py_offscreen.hh
…
gpu_py_platform.cc
…
gpu_py_platform.hh
…
gpu_py_select.cc
…
gpu_py_select.hh
…
gpu_py_shader_create_info.cc
PyDoc: correct use of single back-ticks
2024-11-03 21:50:33 +11:00
gpu_py_shader.cc
Fix
#129741
: Two issues creating GPU shader from Python
2024-11-03 10:49:16 +01:00
gpu_py_shader.hh
…
gpu_py_state.cc
PyDoc: replace references to the deprecated "bgl" with "gpu"
2024-11-03 21:50:33 +11:00
gpu_py_state.hh
…
gpu_py_texture.cc
Cleanup: Move
BKE_image.h
and related headers to C++.
2024-11-12 16:53:54 +01:00
gpu_py_texture.hh
…
gpu_py_types.cc
…
gpu_py_types.hh
…
gpu_py_uniformbuffer.cc
…
gpu_py_uniformbuffer.hh
…
gpu_py_vertex_buffer.cc
PyDoc: use Python's type annotation syntax for doc-strings
2024-11-03 15:44:35 +11:00
gpu_py_vertex_buffer.hh
…
gpu_py_vertex_format.cc
…
gpu_py_vertex_format.hh
…
gpu_py.cc
…
gpu_py.hh
…