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
2e4569abbc6aa19d166ed083c04e046fdc19fce5
goo-engine
/
source
/
blender
/
python
/
gpu
T
History
Clément Foucault
fe5efccd8f
GPUOffscreen: Push the GL state before and after binding
...
This avoids wrong viewport and scissor bounds with BGL commands.
2020-09-12 17:34:51 +02:00
..
CMakeLists.txt
…
gpu_py_api.c
…
gpu_py_api.h
Merge branch 'blender-v2.90-release' into master
2020-08-07 10:04:57 +02:00
gpu_py_batch.c
GPUVertBuf: Make GPUVertBuf private to the GPU module
2020-09-06 22:13:06 +02:00
gpu_py_batch.h
…
gpu_py_element.c
Cleanup: GPU: Rename GPU_element to GPU_index_buffer
2020-09-06 22:13:06 +02:00
gpu_py_element.h
…
gpu_py_matrix.c
…
gpu_py_matrix.h
…
gpu_py_offscreen.c
GPUOffscreen: Push the GL state before and after binding
2020-09-12 17:34:51 +02:00
gpu_py_offscreen.h
…
gpu_py_select.c
…
gpu_py_select.h
…
gpu_py_shader.c
Cleanup: spelling, correct comments
2020-09-11 14:57:27 +10:00
gpu_py_shader.h
…
gpu_py_types.c
…
gpu_py_types.h
…
gpu_py_vertex_buffer.c
GPUVertBuf: Make GPUVertBuf private to the GPU module
2020-09-06 22:13:06 +02:00
gpu_py_vertex_buffer.h
Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix
2020-09-04 21:04:16 +02:00
gpu_py_vertex_format.c
Cleanup: use const variables where possible in the Python API
2020-08-20 16:10:13 +10:00
gpu_py_vertex_format.h
…